Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.c113 static void checknext (LexState *ls, int c) { in checknext() function
635 checknext(ls, ']'); in yindex()
668 checknext(ls, '='); in recfield()
745 checknext(ls, '{'); in constructor()
798 checknext(ls, '('); in body()
804 checknext(ls, ')'); in body()
1154 checknext(ls, '='); in assignment()
1224 checknext(ls, TK_DBCOLON); /* skip double colon */ in labelstat()
1246 checknext(ls, TK_DO); in whilestat()
1292 checknext(ls, TK_DO); in forbody()
[all …]
/freebsd/contrib/lua/src/
H A Dlparser.c116 static void checknext (LexState *ls, int c) { in checknext() function
827 checknext(ls, ']'); in yindex()
859 checknext(ls, '='); in recfield()
938 checknext(ls, '{'); in constructor()
997 checknext(ls, '('); in body()
1003 checknext(ls, ')'); in body()
1391 checknext(ls, '='); in restassign()
1460 checknext(ls, TK_DBCOLON); /* skip double colon */ in labelstat()
1478 checknext(ls, TK_DO); in whilestat()
1551 checknext(ls, TK_DO); in forbody()
[all …]