Lines Matching refs:lexeme
329 int lexeme; /* saved index of the conflict lexeme in the lexical queue */ member
775 save->lexeme = (int) (yylvp - yylvals); in YYPARSE_DECL()
864 (int)(yylvp - yylvals - yyps->save->lexeme)); in YYPARSE_DECL()
867 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals) in YYPARSE_DECL()
885 yyerrctx->lexeme = (int) (yylvp - yylvals); in YYPARSE_DECL()
887 yylvp = yylvals + save->lexeme; in YYPARSE_DECL()
889 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
891 yylexp = yylexemes + save->lexeme; in YYPARSE_DECL()
918 yylvp = yylvals + yyerrctx->lexeme; in YYPARSE_DECL()
920 yylpp = yylpsns + yyerrctx->lexeme; in YYPARSE_DECL()
922 yylexp = yylexemes + yyerrctx->lexeme; in YYPARSE_DECL()
1302 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1309 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1311 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
1313 yylexp = yylexemes + yypath->lexeme; in YYPARSE_DECL()