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

/freebsd-12-stable/usr.bin/m4/
H A Dmain.c312 t = gpbc();
339 t = gpbc();
350 l = gpbc();
378 t = gpbc();
390 pushback(l = gpbc());
446 while (isspace(l = gpbc())) /* skip blank, tab, nl.. */
474 while (isspace(l = gpbc()))
488 t = gpbc();
559 while ((isalnum(c = gpbc()) || c == '_') && tp < etp)
568 while (isalnum(c = gpbc()) ||
[all...]
H A Deval.c473 while ((c = gpbc()) != '\n' && c != EOF)

Completed in 52 milliseconds