Home
last modified time | relevance | path

Searched refs:VTRUE (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlparser.h29 VTRUE, /* constant true */ enumerator
Dlcode.c90 case VTRUE: in luaK_exp2const()
691 e->k = VTRUE; in const2exp()
823 case VTRUE: { in discharge2reg()
985 case VTRUE: info = boolT(fs); break; in luaK_exp2K()
1125 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: { in luaK_goiftrue()
1172 e->k = VTRUE; /* true == not nil == not false */ in codenot()
1175 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: { in codenot()
Dlparser.c1153 init_exp(v, VTRUE, 0); in simpleexp()