Searched refs:testnext (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lparser.c | 99 static int testnext (LexState *ls, int c) { in testnext() function 125 if (!testnext(ls, what)) { in check_match() 752 } while (testnext(ls, ',') || testnext(ls, ';')); in constructor() 784 } while (!f->is_vararg && testnext(ls, ',')); in parlist() 818 while (testnext(ls, ',')) { in explist() 1187 if (testnext(ls, TK_GOTO)) in gotostat() 1325 if (testnext(ls, ',')) in fornum() 1348 while (testnext(ls, ',')) { in forlist() 1421 if (testnext(ls, TK_ELSE)) in ifstat() 1447 } while (testnext(ls, ',')); in localstat() [all …]
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lparser.c | 95 static int testnext (LexState *ls, int c) { in testnext() function 131 if (unlikely(!testnext(ls, what))) { in check_match() 932 } while (testnext(ls, ',') || testnext(ls, ';')); in constructor() 968 } while (!isvararg && testnext(ls, ',')); in parlist() 1004 while (testnext(ls, ',')) { in explist() 1569 if (testnext(ls, ',')) in fornum() 1594 while (testnext(ls, ',')) { in forlist() 1670 if (testnext(ls, TK_ELSE)) in ifstat() 1691 if (testnext(ls, '<')) { in getlocalattribute() 1735 } while (testnext(ls, ',')); in localstat() [all …]
|