Lines Matching refs:lexeme
315 int lexeme; /* saved index of the conflict lexeme in the lexical queue */ member
741 save->lexeme = (int) (yylvp - yylvals); in YYPARSE_DECL()
830 (int)(yylvp - yylvals - yyps->save->lexeme)); in YYPARSE_DECL()
833 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals) in YYPARSE_DECL()
851 yyerrctx->lexeme = (int) (yylvp - yylvals); in YYPARSE_DECL()
853 yylvp = yylvals + save->lexeme; in YYPARSE_DECL()
855 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
857 yylexp = yylexemes + save->lexeme; in YYPARSE_DECL()
884 yylvp = yylvals + yyerrctx->lexeme; in YYPARSE_DECL()
886 yylpp = yylpsns + yyerrctx->lexeme; in YYPARSE_DECL()
888 yylexp = yylexemes + yyerrctx->lexeme; in YYPARSE_DECL()
1192 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1199 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1201 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
1203 yylexp = yylexemes + yypath->lexeme; in YYPARSE_DECL()