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

/freebsd-12-stable/contrib/lua/src/
H A Dlparser.c112 static void checknext (LexState *ls, int c) { function
627 checknext(ls, ']');
660 checknext(ls, '=');
737 checknext(ls, '{');
790 checknext(ls, '(');
796 checknext(ls, ')');
1163 checknext(ls, '=');
1230 checknext(ls, TK_DBCOLON); /* skip double colon */
1252 checknext(ls, TK_DO);
1298 checknext(l
[all...]
/freebsd-12-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...]

Completed in 118 milliseconds