Home
last modified time | relevance | path

Searched refs: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));
150 static char *yytexttostr(int offset, int max) in yytexttostr() function
272 name = yytexttostr(1, yypos); /* skip $ */ in yylex()
278 name = yytexttostr(yypos, yylast); in yylex()
489 yystr = yytexttostr(0, yypos); in yylex()
604 txt = yytexttostr(yypos, YYBUFSIZ); in yyerror()