Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ipf/dist/tools/
Dlexer.c41 char yychars[YYBUFSIZ+1]; variable
131 yychars[i] = (char)(yytext[i] & 0xff); in yytexttochar()
132 yychars[i] = '\0'; in yytexttochar()
133 return yychars; in yytexttochar()