Searched refs:yypos (Results 1 – 1 of 1) sorted by relevance
43 int yypos = 0; variable67 if (yypos < yylast) {68 c = yytext[yypos++];74 if (yypos == YYBUFSIZ)79 yypos++;92 yytext[yypos++] = c;93 yylast = yypos;94 yytext[yypos] = '\0';105 yytext[--yypos] = c;129 for (i = 0; i < yypos; i++) in yytexttochar()[all …]