Home
last modified time | relevance | path

Searched refs:gettok (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
Dlex.c101 int gettok(char **pbuf, int *psz) /* get next input token */ in gettok() function
187 c = gettok(&buf, &bufsize); in yylex()
304 c = gettok(&buf, &bufsize); in yylex()
DFIXES255 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