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

/freebsd-11-stable/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-11-stable/contrib/tcsh/
H A Dtc.sched.c188 struct wordent cmd, *nextword, *lastword; local
220 nextword = xcalloc(1, sizeof cmd);
221 nextword->word = Strsave(cp);
222 lastword->next = nextword;
223 nextword->prev = lastword;
224 lastword = nextword;
/freebsd-11-stable/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...]
/freebsd-11-stable/bin/sh/
H A Dexpand.c165 nextword(char c, int flag, char *p, struct worddest *dst) function
186 #define NEXTWORD(c, flag, p, dstlist) p = nextword(c, flag, p, dstlist)

Completed in 118 milliseconds