Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlparser.c120 #define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); } macro
968 check_condition(ls, fs->f->is_vararg, in simpleexp()
1142 check_condition(ls, vkisvar(lh->v.k), "syntax error"); in assignment()
1495 check_condition(ls, v.v.k == VCALL, "syntax error"); in exprstat()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlparser.c100 #define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); } macro
754 check_condition(ls, fs->f->is_vararg, in simpleexp()
933 check_condition(ls, VLOCAL <= lh->v.k && lh->v.k <= VINDEXED, in assignment()