Searched refs:yypos (Results 1 – 1 of 1) sorted by relevance
43 int yypos = 0; variable68 if (yypos < yylast) { in yygetc()69 c = yytext[yypos++]; in yygetc()75 if (yypos == YYBUFSIZ) in yygetc()80 yypos++; in yygetc()93 yytext[yypos++] = c; in yygetc()94 yylast = yypos; in yygetc()95 yytext[yypos] = '\0'; in yygetc()106 yytext[--yypos] = c; in yyunputc()131 for (i = 0; i < yypos; i++) in yytexttochar()[all …]