Home | History | Annotate | Download | only in m4

Lines Matching refs:gpbc

436 		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()) || c == '_') {