Home
last modified time | relevance | path

Searched refs:yytexttostr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/tools/
H A Dlexer.c59 static char *yytexttostr __P((int, int));
153 static char *yytexttostr(offset, max) in yytexttostr() function
286 name = yytexttostr(1, yypos); /* skip $ */ in yylex()
292 name = yytexttostr(yypos, yylast); in yylex()
485 yystr = yytexttostr(0, yypos - 1); in yylex()
539 yystr = yytexttostr(0, yypos); in yylex()
666 txt = yytexttostr(yypos, YYBUFSIZ);