Searched refs:VTRUE (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lparser.h | 22 VTRUE, enumerator
|
| H A D | lcode.c | 350 case VFALSE: case VTRUE: { in discharge2reg() 351 luaK_codeABC(fs, OP_LOADBOOL, reg, e->k == VTRUE, 0); in discharge2reg() 448 case VTRUE: in luaK_exp2RK() 454 boolK(fs, (e->k == VTRUE)); in luaK_exp2RK() 543 case VK: case VKNUM: case VTRUE: { in luaK_goiftrue() 590 e->k = VTRUE; in codenot() 593 case VK: case VKNUM: case VTRUE: { in codenot()
|
| H A D | lparser.c | 745 init_exp(v, VTRUE, 0); in simpleexp()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lparser.h | 23 VTRUE, enumerator
|
| H A D | lcode.c | 426 case VFALSE: case VTRUE: { in discharge2reg() 427 luaK_codeABC(fs, OP_LOADBOOL, reg, e->k == VTRUE, 0); in discharge2reg() 529 case VTRUE: in luaK_exp2RK() 533 e->u.info = (e->k == VNIL) ? nilK(fs) : boolK(fs, (e->k == VTRUE)); in luaK_exp2RK() 628 case VK: case VKNUM: case VTRUE: { in luaK_goiftrue() 670 e->k = VTRUE; in codenot() 673 case VK: case VKNUM: case VTRUE: { in codenot()
|
| H A D | lparser.c | 959 init_exp(v, VTRUE, 0); in simpleexp()
|