Searched refs:VFALSE (Results 1 – 6 of 6) sorted by relevance
23 VFALSE, enumerator
429 case VFALSE: case VTRUE: { in discharge2reg()533 case VFALSE: in luaK_exp2RK()654 case VNIL: case VFALSE: { in luaK_goiffalse()672 case VNIL: case VFALSE: { in codenot()677 e->k = VFALSE; in codenot()
962 init_exp(v, VFALSE, 0); in simpleexp()1176 if (v.k == VNIL) v.k = VFALSE; /* `falses' are all equal here */ in cond()
30 VFALSE, /* constant false */ enumerator
88 case VFALSE: in luaK_exp2const()708 e->k = VFALSE; in const2exp()839 case VFALSE: { in discharge2reg()1010 case VFALSE: info = boolF(fs); break; in luaK_exp2K()1175 case VNIL: case VFALSE: { in luaK_goiffalse()1195 case VNIL: case VFALSE: { in codenot()1200 e->k = VFALSE; /* false == not "x" == not 0.5 == not 1 == not true */ in codenot()
1167 init_exp(v, VFALSE, 0); in simpleexp()1410 if (v.k == VNIL) v.k = VFALSE; /* 'falses' are all equal here */ in cond()