Searched refs:VNIL (Results 1 – 3 of 3) sorted by relevance
21 VNIL, enumerator
423 case VNIL: { in discharge2reg()532 case VNIL: { in luaK_exp2RK()534 e->u.info = (e->k == VNIL) ? nilK(fs) : boolK(fs, (e->k == VTRUE)); in luaK_exp2RK()652 case VNIL: case VFALSE: { in luaK_goiffalse()670 case VNIL: case VFALSE: { in codenot()
950 init_exp(v, VNIL, 0); in simpleexp()1172 if (v.k == VNIL) v.k = VFALSE; /* `falses' are all equal here */ in cond()