Searched refs:checknext (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.c115 static void checknext (LexState *ls, int c) { function
631 checknext(ls, ']');
664 checknext(ls, '=');
741 checknext(ls, '{');
794 checknext(ls, '(');
800 checknext(ls, ')');
1150 checknext(ls, '=');
1220 checknext(ls, TK_DBCOLON); /* skip double colon */
1242 checknext(ls, TK_DO);
1288 checknext(l
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlparser.c112 static void checknext (LexState *ls, int c) { function
626 checknext(ls, ']');
659 checknext(ls, '=');
736 checknext(ls, '{');
789 checknext(ls, '(');
795 checknext(ls, ')');
1162 checknext(ls, '=');
1229 checknext(ls, TK_DBCOLON); /* skip double colon */
1251 checknext(ls, TK_DO);
1297 checknext(l
[all...]

Completed in 201 milliseconds