Searched refs:gpbc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/usr.bin/m4/
H A Dmain.c305 t = gpbc();
332 t = gpbc();
343 l = gpbc();
371 t = gpbc();
383 pushback(l = gpbc());
438 while (isspace(l = gpbc())) /* skip blank, tab, nl.. */
466 while (isspace(l = gpbc()))
480 t = gpbc();
551 while ((isalnum(c = gpbc()) || c == '_') && tp < etp)
560 while (isalnum(c = gpbc()) ||
[all...]
H A Deval.c448 while ((c = gpbc()) != '\n' && c != EOF)

Completed in 100 milliseconds