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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c60 static char *yytexttostr __P((int, int));
154 static char *yytexttostr(offset, max) function
277 name = yytexttostr(1, yypos); /* skip $ */
283 name = yytexttostr(yypos, yylast);
495 yystr = yytexttostr(0, yypos);
612 txt = yytexttostr(yypos, YYBUFSIZ);

Completed in 101 milliseconds