Searched refs:checknext (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lparser.c | 423 checknext(ls, ']'); in yindex() 456 checknext(ls, '='); in recfield() 509 checknext(ls, '{'); in constructor() 581 checknext(ls, '('); in body() 587 checknext(ls, ')'); in body() 947 checknext(ls, '='); in assignment() 1001 checknext(ls, TK_DO); in whilestat() 1052 checknext(ls, TK_DO); in forbody() 1075 checknext(ls, '='); in fornum() 1077 checknext(ls, ','); in fornum() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lparser.c | 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() 1247 checknext(ls, TK_DO); in whilestat() 1293 checknext(ls, TK_DO); in forbody() 1321 checknext(ls, '='); in fornum() 1323 checknext(ls, ','); in fornum() [all …]
|