Searched refs:yytexttostr (Results 1 – 1 of 1) sorted by relevance
59 static char *yytexttostr __P((int, int));153 static char *yytexttostr(offset, max) in yytexttostr() function286 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);