Searched refs:lookahead (Results 1 – 5 of 5) sorted by relevance
172 ls->lookahead.token = TK_EOS; /* no look-ahead token */ in luaX_setinput()567 if (ls->lookahead.token != TK_EOS) { /* is there a look-ahead token? */ in luaX_next()568 ls->t = ls->lookahead; /* use this one */ in luaX_next()569 ls->lookahead.token = TK_EOS; /* and discharge it */ in luaX_next()577 lua_assert(ls->lookahead.token == TK_EOS); in luaX_lookahead()578 ls->lookahead.token = llex(ls, &ls->lookahead.seminfo); in luaX_lookahead()579 return ls->lookahead.token; in luaX_lookahead()
69 Token lookahead; /* look ahead token */ member
1360 /* The lookahead symbol. */1363 /* The semantic value of the lookahead symbol. */1549 lookahead token if we need one and don't already have one. */1551 /* First try to decide what to do without reference to lookahead token. */1556 /* Not known => get a lookahead token if don't already have one. */1558 /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */1595 /* Shift the lookahead token. */2112 /* If just tried and failed to reuse lookahead token after an2129 /* Else will try to reuse lookahead token after shifting the error2222 yydestruct ("Cleanup: discarding lookahead",
25 Copy the captured content for lookahead, so that the backreferences
1422 Copy the captured content for lookahead, so that the backreferences
Completed in 11 milliseconds