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

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlvm.c205 return !l_isfalse(L->top);
289 return !l_isfalse(L->top);
436 int res = !l_isfalse(L->top - 1);
647 int res = l_isfalse(rb); /* next assignment may change this value */
695 if (GETARG_C(i) ? l_isfalse(ra) : !l_isfalse(ra))
702 if (GETARG_C(i) ? l_isfalse(rb) : !l_isfalse(rb))
H A Dlobject.h170 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0)) macro
H A Dlapi.c385 return !l_isfalse(o);

Completed in 1108 milliseconds