Searched refs:VNIL (Results 1 – 3 of 3) sorted by relevance
21 VNIL, enumerator
424 case VNIL: { in discharge2reg()533 case VNIL: { in luaK_exp2RK()535 e->u.info = (e->k == VNIL) ? nilK(fs) : boolK(fs, (e->k == VTRUE)); in luaK_exp2RK()653 case VNIL: case VFALSE: { in luaK_goiffalse()671 case VNIL: case VFALSE: { in codenot()
951 init_exp(v, VNIL, 0); in simpleexp()1173 if (v.k == VNIL) v.k = VFALSE; /* `falses' are all equal here */ in cond()