Searched refs:yypos (Results 1 – 1 of 1) sorted by relevance
45 int yypos = 0; variable69 if (yypos < yylast) {70 c = yytext[yypos++];76 if (yypos == YYBUFSIZ)81 yypos++;94 yytext[yypos++] = c;95 yylast = yypos;96 yytext[yypos] = '\0';107 yytext[--yypos] = c;131 for (i = 0; i < yypos; i++) in yytexttochar()[all …]