Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlopcodes.h197 OP_CONCAT,/* A B C R(A) := R(B).. ... ..R(C) */ enumerator
H A Dlcode.c836 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()
H A Dlvm.c508 case OP_CONCAT: { in luaV_finishOp()
716 vmcase(OP_CONCAT, in luaV_execute()
H A Dldebug.c489 case OP_CONCAT: tm = TM_CONCAT; break; in getfuncname()