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

/freebsd-11-stable/contrib/ipfilter/tools/
H A Dlexer.c56 static int yygetc(int);
63 static int yygetc(docont) function
115 while (((c = yygetc(0)) > '\0') && (c != last))
195 c = yygetc(0);
197 printf("yygetc = (%x) %c [%*.*s]\n",
264 n = yygetc(0);
270 (void) yygetc(0);
277 n = yygetc(1);
309 n = yygetc(1);
358 n = yygetc(
[all...]

Completed in 84 milliseconds