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));
154 static char *yytexttostr(offset, max) in yytexttostr() function
278 name = yytexttostr(1, yypos); /* skip $ */ in yylex()
284 name = yytexttostr(yypos, yylast); in yylex()
496 yystr = yytexttostr(0, yypos); in yylex()
613 txt = yytexttostr(yypos, YYBUFSIZ);