Searched defs:yygetc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c57 static int yygetc __P((int));
64 static int yygetc(docont) function
116 while (((c = yygetc(0)) > '\0') && (c != last))
193 c = yygetc(0);
195 printf("yygetc = (%x) %c [%*.*s]\n", c, c, yypos, yypos,
259 n = yygetc(0);
265 (void) yygetc(0);
272 n = yygetc(1);
304 n = yygetc(1);
354 n = yygetc(
[all...]

Completed in 66 milliseconds