Home
last modified time | relevance | path

Searched refs:nextword (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/tcsh/
HDtc.sched.c192 struct wordent cmd, *nextword, *lastword; in sched_run() local
224 nextword = xcalloc(1, sizeof cmd); in sched_run()
225 nextword->word = Strsave(cp); in sched_run()
226 lastword->next = nextword; in sched_run()
227 nextword->prev = lastword; in sched_run()
228 lastword = nextword; in sched_run()
HDtc.func.c220 struct wordent cmd, *nextword, *lastword; in dolist() local
260 nextword = xcalloc(1, sizeof cmd); in dolist()
261 nextword->word = Strsave(lspath); in dolist()
262 lastword->next = nextword; in dolist()
263 nextword->prev = lastword; in dolist()
264 lastword = nextword; in dolist()
265 nextword = xcalloc(1, sizeof cmd); in dolist()
266 nextword->word = Strsave(STRmCF); in dolist()
267 lastword->next = nextword; in dolist()
268 nextword->prev = lastword; in dolist()
[all …]
/trueos/usr.bin/mail/
HDhead.c106 cp = nextword(cp, word); in parse()
114 cp = nextword(cp, word); in parse()
118 cp = nextword(cp, word); in parse()
250 nextword(char *wp, char *wbuf) in nextword() function
HDextern.h58 char *nextword(char *, char *);
/trueos/contrib/binutils/bfd/doc/
HDchew.c337 static char *nextword (char *, char **);
1124 nextword (string, word) in nextword() function
1241 (void) nextword (addr (ptr, idx), &next); in perform()
1319 string = nextword (string, &word);
1324 string = nextword (string, &word);
1327 string = nextword (string, &word);
1333 string = nextword (string, &word);
1336 string = nextword (string, &word);
1367 string = nextword (string, &word);
1370 string = nextword (string, &word);
HDChangeLog-9103243 (kill_bogus_lines, nextword, main): Likewise.
389 (nextword): Handle some \-sequences.