Searched refs:OP_CONCAT (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| D | lopcodes.h | 197 OP_CONCAT,/* A B C R(A) := R(B).. ... ..R(C) */ enumerator
|
| D | lcode.c | 836 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix() 844 codearith(fs, OP_CONCAT, e1, e2, line); in luaK_posfix()
|
| D | lvm.c | 508 case OP_CONCAT: { in luaV_finishOp() 716 vmcase(OP_CONCAT, in luaV_execute()
|
| D | ldebug.c | 489 case OP_CONCAT: tm = TM_CONCAT; break; in getfuncname()
|
| /freebsd-12-stable/contrib/lua/src/ |
| D | lopcodes.h | 206 OP_CONCAT,/* A B C R(A) := R(B).. ... ..R(C) */ enumerator
|
| D | lcode.c | 1144 GET_OPCODE(getinstruction(fs, e2)) == OP_CONCAT) { in luaK_posfix() 1152 codebinexpval(fs, OP_CONCAT, e1, e2, line); in luaK_posfix()
|
| D | lvm.c | 683 case OP_CONCAT: { in luaV_finishOp() 1067 vmcase(OP_CONCAT) { in luaV_execute()
|
| D | ldebug.c | 527 case OP_CONCAT: tm = TM_CONCAT; break; in funcnamefromcode()
|