Searched refs:VNIL (Results 1 – 3 of 3) sorted by relevance
28 VNIL, /* constant nil */ enumerator
93 case VNIL: in luaK_exp2const()694 e->k = VNIL; in const2exp()815 case VNIL: { in discharge2reg()987 case VNIL: info = nilK(fs); break; in luaK_exp2K()1151 case VNIL: case VFALSE: { in luaK_goiffalse()1171 case VNIL: case VFALSE: { in codenot()
1149 init_exp(v, VNIL, 0); in simpleexp()1400 if (v.k == VNIL) v.k = VFALSE; /* 'falses' are all equal here */ in cond()