Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlopcodes.h197 OP_CONCAT,/* A B C R(A) := R(B).. ... ..R(C) */ enumerator
Dlcode.c832 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix()
840 codearith(fs, OP_CONCAT, e1, e2, line); in luaK_posfix()
Dlvm.c471 case OP_CONCAT: { in luaV_finishOp()
676 vmcase(OP_CONCAT, in luaV_execute()
Dldebug.c475 case OP_CONCAT: tm = TM_CONCAT; break; in getfuncname()