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

/netbsd-current/usr.bin/m4/
H A Dmain.c436 t = gpbc();
463 t = gpbc();
474 l = gpbc();
506 t = gpbc();
518 pushback(l = gpbc());
582 while (isspace(l = gpbc())) /* skip blank, tab, nl.. */
610 while (isspace(l = gpbc()))
624 t = gpbc();
695 while ((isalnum(c = gpbc()) || c == '_') && tp < etp)
704 while (isalnum(c = gpbc()) ||
[all...]
H A Deval.c448 while ((c = gpbc()) != '\n' && c != EOF)

Completed in 142 milliseconds