Searched refs:luaX_lookahead (Results 1 – 3 of 3) sorted by relevance
86 LUAI_FUNC int luaX_lookahead (LexState *ls);
572 int luaX_lookahead (LexState *ls) { in luaX_lookahead() function
897 if (luaX_lookahead(ls) != '=') /* expression? */ in field()1641 else if (ls->t.token != TK_GOTO || luaX_lookahead(ls) != TK_NAME) in issinglejump()