Searched refs:VTRUE (Results 1 – 3 of 3) sorted by relevance
29 VTRUE, /* constant true */ enumerator
90 case VTRUE: in luaK_exp2const()686 e->k = VTRUE; in const2exp()818 case VTRUE: { in discharge2reg()984 case VTRUE: info = boolT(fs); break; in luaK_exp2K()1124 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: { in luaK_goiftrue()1171 e->k = VTRUE; /* true == not nil == not false */ in codenot()1174 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: { in codenot()
1151 init_exp(v, VTRUE, 0); in simpleexp()
Completed in 10 milliseconds