Symbol: news
games/battlestar/command1.c
271
news();
games/battlestar/extern.h
347
void news(void);
usr.bin/mg/re_search.c
140
char news[NPAT]; /* replacement string */
usr.bin/mg/re_search.c
144
if (eread("Query replace %s with: ", news, NPAT,
usr.bin/mg/re_search.c
147
ewprintf("Query replacing %s with %s:", re_pat, news);
usr.bin/mg/re_search.c
160
if (re_doreplace((RSIZE)plen, news) == FALSE)
usr.bin/mg/re_search.c
167
if (re_doreplace((RSIZE)plen, news) == FALSE)
usr.bin/mg/re_search.c
181
if (re_doreplace((RSIZE)plen, news) == FALSE)
usr.bin/mg/re_search.c
194
if (re_pat[0] == '^' && news[0] == '\0')
usr.bin/mg/re_search.c
217
char news[NPAT]; /* replacement string */
usr.bin/mg/re_search.c
221
if (eread("Replace %s with: ", news, NPAT,
usr.bin/mg/re_search.c
227
if (re_doreplace((RSIZE)plen, news) == FALSE)
usr.bin/mg/re_search.c
229
if (re_pat[0] == '^' && news[0] == '\0')
usr.bin/mg/search.c
562
char news[NPAT], *rep; /* replacement string */
usr.bin/mg/search.c
572
if ((rep = eread("Query replace %s with: ", news, NPAT,
usr.bin/mg/search.c
576
news[0] = '\0';
usr.bin/mg/search.c
577
ewprintf("Query replacing %s with %s:", pat, news);
usr.bin/mg/search.c
591
if (lreplace((RSIZE)plen, news) == FALSE)
usr.bin/mg/search.c
596
if (lreplace((RSIZE)plen, news) == FALSE)
usr.bin/mg/search.c
609
if (lreplace((RSIZE)plen, news) == FALSE)
usr.bin/mg/search.c
640
char news[NPAT];
usr.bin/mg/search.c
647
r = eread("Replace string %s with: ", news, NPAT,
usr.bin/mg/search.c
655
if (lreplace((RSIZE)plen, news) == FALSE)