Home
last modified time | relevance | path

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

/trueos/contrib/one-true-awk/
HDlex.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()
HDFIXES341 fixed an appalling bug in gettok: any sequence of digits, +,-, E, e,
402 added *bp in gettok in lex.c; appears possible to exit function