Searched refs:nextword (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.bin/mail/
H A Dhead.c106 cp = nextword(cp, word);
114 cp = nextword(cp, word);
118 cp = nextword(cp, word);
250 nextword(char *wp, char *wbuf) function
H A Dextern.h58 char *nextword(char *, char *);
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.sched.c192 struct wordent cmd, *nextword, *lastword; local
224 nextword = xcalloc(1, sizeof cmd);
225 nextword->word = Strsave(cp);
226 lastword->next = nextword;
227 nextword->prev = lastword;
228 lastword = nextword;
/freebsd-9.3-release/contrib/binutils/bfd/doc/
H A Dchew.c337 static char *nextword (char *, char **);
1124 nextword (string, word) function
1241 (void) nextword (addr (ptr, idx), &next);
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 (strin
[all...]

Completed in 62 milliseconds