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.c635 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()
1246 checknext(ls, TK_DO); in whilestat()
1292 checknext(ls, TK_DO); in forbody()
1320 checknext(ls, '='); in fornum()
1322 checknext(ls, ','); in fornum()
[all …]
/freebsd/contrib/lua/src/
H A Dlparser.c827 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()
1478 checknext(ls, TK_DO); in whilestat()
1551 checknext(ls, TK_DO); in forbody()
1577 checknext(ls, '='); in fornum()
1579 checknext(ls, ','); in fornum()
[all …]