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.c114 static void checknext (LexState *ls, int c) { in checknext() function
636 checknext(ls, ']'); in yindex()
669 checknext(ls, '='); in recfield()
746 checknext(ls, '{'); in constructor()
799 checknext(ls, '('); in body()
805 checknext(ls, ')'); in body()
1155 checknext(ls, '='); in assignment()
1225 checknext(ls, TK_DBCOLON); /* skip double colon */ in labelstat()
1247 checknext(ls, TK_DO); in whilestat()
1293 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()
858 checknext(ls, '='); in recfield()
937 checknext(ls, '{'); in constructor()
996 checknext(ls, '('); in body()
1002 checknext(ls, ')'); in body()
1390 checknext(ls, '='); in restassign()
1459 checknext(ls, TK_DBCOLON); /* skip double colon */ in labelstat()
1477 checknext(ls, TK_DO); in whilestat()
1550 checknext(ls, TK_DO); in forbody()
[all …]