Home
last modified time | relevance | path

Searched refs:OP_CONCAT (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h181 OP_CONCAT,/* A B C R(A) := R(B).. ... ..R(C) */ enumerator
H A Dlcode.c755 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix()
763 codearith(fs, OP_CONCAT, e1, e2); in luaK_posfix()
H A Dldebug.c402 case OP_CONCAT: { in symbexec()
H A Dlvm.c534 case OP_CONCAT: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h198 OP_CONCAT,/* A B C R(A) := R(B).. ... ..R(C) */ enumerator
H A Dlcode.c835 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix()
843 codearith(fs, OP_CONCAT, e1, e2, line); in luaK_posfix()
H A Dldebug.c489 case OP_CONCAT: tm = TM_CONCAT; break; in getfuncname()
H A Dlvm.c509 case OP_CONCAT: { in luaV_finishOp()
717 vmcase(OP_CONCAT, in luaV_execute()