Searched refs:OP_CLOSE (Results 1 – 16 of 16) sorted by relevance
/external/mtools/ |
D | floppyd_io.h | 51 OP_CLOSE, enumerator
|
D | floppyd_installtest.c | 259 Byte opcode = OP_CLOSE; in main()
|
D | floppyd_io.c | 383 buf[4] = OP_CLOSE; in floppyd_free()
|
D | floppyd.c | 1269 case OP_CLOSE: in serve_client()
|
/external/lua/src/ |
D | lopcodes.h | 268 OP_CLOSE,/* A close all upvalues >= R[A] */ enumerator
|
D | lparser.c | 608 luaK_codeABC(fs, OP_CLOSE, luaY_nvarstack(fs), 0, 0); in createlabel() 670 luaK_codeABC(fs, OP_CLOSE, stklevel, 0, 0); in leaveblock() 1418 luaK_codeABC(fs, OP_CLOSE, lblevel, 0, 0); in gotostat() 1493 luaK_codeABC(fs, OP_CLOSE, stacklevel(fs, bl2.nactvar), 0, 0); in repeatstat()
|
D | luac.c | 552 case OP_CLOSE: in PrintCode()
|
D | ldebug.c | 635 case OP_CLOSE: case OP_RETURN: in funcnamefromcode()
|
D | lvm.c | 1530 vmcase(OP_CLOSE) { in luaV_execute()
|
/external/pcre/dist2/src/ |
D | pcre2_study.c | 741 case OP_CLOSE: in find_minlength() 1001 case OP_CLOSE: in set_start_bits()
|
D | pcre2_printint.c | 407 case OP_CLOSE: in pcre2_printint()
|
D | pcre2_internal.h | 1587 OP_CLOSE, /* 165 Used before OP_ACCEPT to close open captures */ enumerator
|
D | pcre2_match.c | 767 case OP_CLOSE: in match()
|
D | pcre2_compile.c | 6135 *code++ = OP_CLOSE; in compile_branch()
|
D | pcre2_jit_compile.c | 959 case OP_CLOSE: in next_opcode() 12144 case OP_CLOSE: in compile_matchingpath()
|
/external/pcre/dist2/ |
D | HACKING | 422 OP_PRUNE ) OP_CLOSE, each followed by a number that
|