Searched refs:nextpp (Results 1 – 4 of 4) sorted by relevance
214 gettok(char **nextpp) in gettok() argument216 char *p = *nextpp; in gettok()227 *nextpp = 0; in gettok()230 *nextpp = q; in gettok()
288 gettok(char **nextpp, char sep) in gettok() argument290 char *p = *nextpp; in gettok()301 *nextpp = 0; in gettok()304 *nextpp = q; in gettok()
264 gettok(nextpp) in gettok() argument265 char **nextpp; in gettok()267 char *p = *nextpp;278 *nextpp = 0;281 *nextpp = q;
349 gettok(char **nextpp, char sep) in gettok() argument351 char *p = *nextpp; in gettok()360 *nextpp = 0; in gettok()363 *nextpp = q; in gettok()