Searched refs:OP_VARARG (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 207 OP_VARARG/* A B R(A), R(A+1), ..., R(A+B-1) = vararg */ enumerator 211 #define NUM_OPCODES (cast(int, OP_VARARG) + 1)
|
| H A D | ldebug.c | 463 case OP_VARARG: { in symbexec()
|
| H A D | lvm.c | 743 case OP_VARARG: { in luaV_execute()
|
| H A D | lparser.c | 757 init_exp(v, VVARARG, luaK_codeABC(fs, OP_VARARG, 0, 1, 0)); in simpleexp()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 223 OP_VARARG,/* A B R(A), R(A+1), ..., R(A+B-2) = vararg */ enumerator
|
| H A D | lvm.c | 906 vmcase(OP_VARARG, in luaV_execute()
|
| H A D | lparser.c | 970 init_exp(v, VVARARG, luaK_codeABC(fs, OP_VARARG, 0, 1, 0)); in simpleexp()
|