Searched refs:l_isfalse (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlvm.c206 return !l_isfalse(L->top);
290 return !l_isfalse(L->top);
497 int res = !l_isfalse(L->top - 1);
711 int res = l_isfalse(rb); /* next assignment may change this value */
759 if (GETARG_C(i) ? l_isfalse(ra) : !l_isfalse(ra))
766 if (GETARG_C(i) ? l_isfalse(rb) : !l_isfalse(rb))
H A Dlobject.h168 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0)) macro
H A Dlapi.c382 return !l_isfalse(o);
/freebsd-13-stable/contrib/lua/src/
H A Dlfunc.c155 else if (!l_isfalse(uv)) /* non-closable non-false value? */
197 if (!l_isfalse(obj)) { /* false doesn't need to be closed */
H A Dltm.c203 return !l_isfalse(s2v(L->top));
210 return l_isfalse(s2v(L->top));
H A Dlvm.c617 return !l_isfalse(s2v(L->top));
833 int res = !l_isfalse(s2v(L->top - 1));
1519 if (l_isfalse(rb))
1600 int cond = !l_isfalse(s2v(ra));
1606 if (l_isfalse(rb) == GETARG_k(i))
H A Dlobject.h225 #define l_isfalse(o) (ttisfalse(o) || ttisnil(o)) macro
H A Dlapi.c377 return !l_isfalse(o);

Completed in 184 milliseconds