Home
last modified time | relevance | path

Searched refs: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(int docont) in yygetc() function
113 while (((c = yygetc(0)) > '\0') && (c != last)) in yyswallow()
189 c = yygetc(0); in yylex()
254 n = yygetc(0); in yylex()
260 (void) yygetc(0); in yylex()
267 n = yygetc(1); in yylex()
299 n = yygetc(1); in yylex()
348 n = yygetc(0); in yylex()
362 n = yygetc(0); in yylex()
[all …]