Searched refs:gettok (Results 1 – 2 of 2) sorted by relevance
101 int gettok(char **pbuf, int *psz) /* get next input token */ in gettok() function187 c = gettok(&buf, &bufsize); in yylex()304 c = gettok(&buf, &bufsize); in yylex()
255 fixed an appalling bug in gettok: any sequence of digits, +,-, E, e,316 added *bp in gettok in lex.c; appears possible to exit function