Searched refs:VFALSE (Results 1 – 6 of 6) sorted by relevance
24 VFALSE, enumerator
430 case VFALSE: case VTRUE: { in discharge2reg()534 case VFALSE: in luaK_exp2RK()655 case VNIL: case VFALSE: { in luaK_goiffalse()673 case VNIL: case VFALSE: { in codenot()678 e->k = VFALSE; in codenot()
963 init_exp(v, VFALSE, 0); in simpleexp()1177 if (v.k == VNIL) v.k = VFALSE; /* `falses' are all equal here */ in cond()
30 VFALSE, /* constant false */ enumerator
89 case VFALSE: in luaK_exp2const()709 e->k = VFALSE; in const2exp()841 case VFALSE: { in discharge2reg()1012 case VFALSE: info = boolF(fs); break; in luaK_exp2K()1177 case VNIL: case VFALSE: { in luaK_goiffalse()1197 case VNIL: case VFALSE: { in codenot()1202 e->k = VFALSE; /* false == not "x" == not 0.5 == not 1 == not true */ in codenot()
1166 init_exp(v, VFALSE, 0); in simpleexp()1409 if (v.k == VNIL) v.k = VFALSE; /* 'falses' are all equal here */ in cond()