Searched refs:nextpp (Results 1 – 4 of 4) sorted by relevance
213 gettok(char **nextpp) in gettok() argument215 char *p = *nextpp; in gettok()226 *nextpp = 0; in gettok()229 *nextpp = q; in gettok()
287 gettok(char **nextpp, char sep) in gettok() argument289 char *p = *nextpp; in gettok()300 *nextpp = 0; in gettok()303 *nextpp = q; in gettok()
264 gettok(nextpp) in gettok() argument265 char **nextpp; in gettok()267 char *p = *nextpp;278 *nextpp = 0;281 *nextpp = q;
351 gettok(char **nextpp, char sep) in gettok() argument353 char *p = *nextpp; in gettok()362 *nextpp = 0; in gettok()365 *nextpp = q; in gettok()