Home
last modified time | relevance | path

Searched refs:lookahead (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dllex.c172 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()
A Dllex.h69 Token lookahead; /* look ahead token */ member
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dzconf.tab.c_shipped1360 /* 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 an
2129 /* Else will try to reuse lookahead token after shifting the error
2222 yydestruct ("Cleanup: discarding lookahead",
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/
A DChangeLog25 Copy the captured content for lookahead, so that the backreferences
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/
A DChangeLog1422 Copy the captured content for lookahead, so that the backreferences

Completed in 11 milliseconds