OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_RETURN
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/lua/dist/src/
lopcodes.h
297
OP_RETURN
,/* A B C k return R[A], ... ,R[A+B-2] (see note) */
341
OP_RETURN
*, OP_SETLIST) may use 'top'.
346
(*) In
OP_RETURN
, if (B == 0) then return up to 'top'.
367
(*) In instructions
OP_RETURN
/OP_TAILCALL, 'k' specifies that the
lcode.c
218
default: op =
OP_RETURN
; break;
1897
/* else use
OP_RETURN
to do the extra work */
1898
SET_OPCODE(*pc,
OP_RETURN
);
1900
case
OP_RETURN
: case OP_TAILCALL: {
luac.c
611
case
OP_RETURN
:
ldebug.c
630
case OP_CLOSE: case
OP_RETURN
: tm = TM_CLOSE; break;
lvm.c
903
case
OP_RETURN
: { /* yielded closing variables */
1817
vmcase(
OP_RETURN
) {
Completed in 19 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026