Home
last modified time | relevance | path

Searched refs:luaX_lookahead (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dllex.h73 LUAI_FUNC int luaX_lookahead (LexState *ls);
H A Dllex.c524 int luaX_lookahead (LexState *ls) { in luaX_lookahead() function
H A Dlparser.c711 if (luaX_lookahead(ls) != '=') /* expression? */ in field()