Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.c283 check(pt->sizecode > 0 && GET_OPCODE(pt->code[pt->sizecode-1]) == OP_RETURN); in precheck()
294 case OP_RETURN: in luaG_checkopenop()
437 case OP_RETURN: { in symbexec()
H A Dluac.c142 f->code[pc++]=CREATE_ABC(OP_RETURN,0,1,0); in combine()
H A Dlopcodes.h194 OP_RETURN,/* A B return R(A), ... ,R(A+B-2) (see note) */ enumerator
H A Dlcode.c70 luaK_codeABC(fs, OP_RETURN, first, nret+1, 0); in luaK_ret()
H A Dlvm.c639 case OP_RETURN: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h210 OP_RETURN,/* A B return R(A), ... ,R(A+B-2) (see note) */ enumerator
H A Dlcode.c68 luaK_codeABC(fs, OP_RETURN, first, nret+1, 0); in luaK_ret()
H A Dlvm.c816 vmcasenb(OP_RETURN, in luaV_execute()