MCPcopy Create free account

hub / github.com/EmmyLua/EmmyLuaDebugger / functions

Functions8,365 in github.com/EmmyLua/EmmyLuaDebugger

↓ 3 callersFunctionaddlenmod
** add length modifier into formats */
third-party/lua-5.3.5/src/lstrlib.c:1006
↓ 3 callersFunctionaddlenmod
** add length modifier into formats */
third-party/lua-5.2.4/src/lstrlib.c:882
↓ 3 callersFunctionaddnum2buff
** Add a numeral to the buffer. */
third-party/lua-5.5.0/src/lobject.c:585
↓ 3 callersFunctionaddnum2buff
** Add a numeral to the buffer. */
third-party/lua-5.4.6/src/lobject.c:469
↓ 3 callersFunctionadjust_assign
** Adjust the number of results from an expression list 'e' with 'nexps' ** expressions to 'nvars' values. */
third-party/lua-5.4.6/src/lparser.c:482
↓ 3 callersFunctionadjust_assign
third-party/lua-5.1.5/src/lparser.c:256
↓ 3 callersFunctionadjust_assign
third-party/lua-5.3.5/src/lparser.c:309
↓ 3 callersFunctionadjust_assign
third-party/lua-5.2.4/src/lparser.c:310
↓ 3 callersFunctionarrayindex
** returns the index for 'k' if 'k' is an appropriate key to live in ** the array part of a table, 0 otherwise. */
third-party/lua-5.4.6/src/ltable.c:318
↓ 3 callersFunctionassert_watch_file_current_dir
third-party/libuv-1.46.0/test/test-fork.c:439
↓ 3 callersFunctionatomic
third-party/lua-5.5.0/src/lgc.c:1543
↓ 3 callersFunctionaux_close
** Calls the 'close' function from a file handle. The 'volatile' avoids ** a bug in some versions of the Clang compiler (e.g., clang 3.0 for ** 32 bit
third-party/lua-5.5.0/src/liolib.c:213
↓ 3 callersFunctionaux_close
** Calls the 'close' function from a file handle. The 'volatile' avoids ** a bug in some versions of the Clang compiler (e.g., clang 3.0 for ** 32 bit
third-party/lua-5.4.6/src/liolib.c:214
↓ 3 callersFunctionaux_close
third-party/lua-5.1.5/src/liolib.c:127
↓ 3 callersFunctionaux_close
** Calls the 'close' function from a file handle. The 'volatile' avoids ** a bug in some versions of the Clang compiler (e.g., clang 3.0 for ** 32 bit
third-party/lua-5.3.5/src/liolib.c:201
↓ 3 callersFunctionaux_close
third-party/lua-5.2.4/src/liolib.c:176
↓ 3 callersFunctionb_shift
third-party/lua-5.3.5/src/lbitlib.c:99
↓ 3 callersFunctionb_shift
third-party/lua-5.2.4/src/lbitlib.c:86
↓ 3 callersFunctionbasicgetobjname
third-party/lua-5.5.0/src/ldebug.c:505
↓ 3 callersFunctionbasicgetobjname
third-party/lua-5.4.6/src/ldebug.c:498
↓ 3 callersFunctionblock_follow
** check whether current token is in the follow set of a block. ** 'until' closes syntactical blocks, but do not close scope, ** so it is handled in s
third-party/lua-5.5.0/src/lparser.c:864
↓ 3 callersFunctionbody
third-party/lua-5.4.6/src/lparser.c:989
↓ 3 callersFunctionbody
third-party/lua-5.1.5/src/lparser.c:576
↓ 3 callersFunctionbody
third-party/lua-5.3.5/src/lparser.c:782
↓ 3 callersFunctionbody
third-party/lua-5.2.4/src/lparser.c:788
↓ 3 callersFunctionbuffreplace
third-party/lua-5.1.5/src/llex.c:171
↓ 3 callersFunctionbuffreplace
** change all characters 'from' in buffer to 'to' */
third-party/lua-5.2.4/src/llex.c:196
↓ 3 callersFunctioncall_binTM
third-party/lua-5.1.5/src/lvm.c:165
↓ 3 callersFunctioncall_binTM
third-party/lua-5.2.4/src/lvm.c:175
↓ 3 callersFunctioncall_orderTM
third-party/lua-5.1.5/src/lvm.c:190
↓ 3 callersFunctioncall_orderTM
third-party/lua-5.2.4/src/lvm.c:200
↓ 3 callersFunctioncallallpendingfinalizers
** call all pending finalizers */
third-party/lua-5.2.4/src/lgc.c:974
↓ 3 callersFunctioncallbinTM
third-party/lua-5.5.0/src/ltm.c:138
↓ 3 callersFunctioncannot
third-party/lua-5.5.0/src/luac.c:49
↓ 3 callersFunctioncannot
third-party/lua-5.4.6/src/luac.c:48
↓ 3 callersFunctioncannot
third-party/lua-5.1.5/src/luac.c:42
↓ 3 callersFunctioncannot
third-party/lua-5.3.5/src/luac.c:44
↓ 3 callersFunctioncannot
third-party/lua-5.2.4/src/luac.c:41
↓ 3 callersFunctioncbegin
@brief returns a const iterator to the first element @sa https://json.nlohmann.me/api/basic_json/cbegin/
third-party/nlohmann/include/nlohmann/json.hpp:2518
↓ 3 callersFunctionccall
** Call a function (C or Lua) through C. 'inc' can be 1 (increment ** number of recursive invocations in the C stack) or nyci (the same ** plus increm
third-party/lua-5.5.0/src/ldo.c:757
↓ 3 callersFunctionccall
** Call a function (C or Lua) through C. 'inc' can be 1 (increment ** number of recursive invocations in the C stack) or nyci (the same ** plus increm
third-party/lua-5.4.6/src/ldo.c:635
↓ 3 callersFunctioncheck
** Check that next token is 'c'. */
third-party/lua-5.5.0/src/lparser.c:107
↓ 3 callersFunctioncheck
** Check that next token is 'c'. */
third-party/lua-5.4.6/src/lparser.c:107
↓ 3 callersFunctioncheck
third-party/lua-5.3.5/src/lparser.c:106
↓ 3 callersFunctioncheck
third-party/lua-5.2.4/src/lparser.c:110
↓ 3 callersFunctioncheck_next2
** Check whether current char is in set 'set' (with two chars) and ** saves it */
third-party/lua-5.5.0/src/llex.c:221
↓ 3 callersFunctioncheck_next2
** Check whether current char is in set 'set' (with two chars) and ** saves it */
third-party/lua-5.4.6/src/llex.c:204
↓ 3 callersFunctioncheck_next2
** Check whether current char is in set 'set' (with two chars) and ** saves it */
third-party/lua-5.3.5/src/llex.c:199
↓ 3 callersFunctioncheckfield
third-party/lua-5.5.0/src/ltablib.c:37
↓ 3 callersFunctioncheckfield
third-party/lua-5.4.6/src/ltablib.c:36
↓ 3 callersFunctioncheckfield
third-party/lua-5.3.5/src/ltablib.c:36
↓ 3 callersFunctioncheckint
third-party/lua-5.1.5/src/lauxlib.c:280
↓ 3 callersFunctionchecklimit
third-party/lua-5.4.6/src/lparser.c:87
↓ 3 callersFunctioncheckload
third-party/lua-5.5.0/src/loadlib.c:528
↓ 3 callersFunctioncheckload
third-party/lua-5.4.6/src/loadlib.c:525
↓ 3 callersFunctioncheckload
third-party/lua-5.3.5/src/loadlib.c:484
↓ 3 callersFunctioncheckload
third-party/lua-5.2.4/src/loadlib.c:398
↓ 3 callersFunctioncheckname
third-party/lua-5.1.5/src/lparser.c:138
↓ 3 callersFunctioncheckname
third-party/lua-5.3.5/src/lparser.c:156
↓ 3 callersFunctioncheckname
third-party/lua-5.2.4/src/lparser.c:160
↓ 3 callersFunctioncheckupval
** Check whether a given upvalue from a given closure exists and ** returns its index */
third-party/lua-5.5.0/src/ldblib.c:288
↓ 3 callersFunctioncheckupval
** Check whether a given upvalue from a given closure exists and ** returns its index */
third-party/lua-5.4.6/src/ldblib.c:285
↓ 3 callersFunctioncheckupval
** Check whether a given upvalue from a given closure exists and ** returns its index */
third-party/lua-5.3.5/src/ldblib.c:275
↓ 3 callersFunctioncheckupval
third-party/lua-5.2.4/src/ldblib.c:236
↓ 3 callersFunctionclearbuff
** empty the buffer space into the stack */
third-party/lua-5.4.6/src/lobject.c:428
↓ 3 callersFunctionclose_pipe
third-party/libuv-1.46.0/src/win/pipe.c:189
↓ 3 callersFunctioncodebinexpval
** Emit code for binary expressions that "produce values" over ** two registers. */
third-party/lua-5.5.0/src/lcode.c:1506
↓ 3 callersFunctioncodebinexpval
** Emit code for binary expressions that "produce values" over ** two registers. */
third-party/lua-5.4.6/src/lcode.c:1425
↓ 3 callersFunctioncodebini
** Code binary operators with immediate operands. */
third-party/lua-5.5.0/src/lcode.c:1521
↓ 3 callersFunctioncodebini
** Code binary operators with immediate operands. */
third-party/lua-5.4.6/src/lcode.c:1440
↓ 3 callersFunctioncodename
third-party/lua-5.5.0/src/lparser.c:166
↓ 3 callersFunctioncodename
third-party/lua-5.4.6/src/lparser.c:166
↓ 3 callersFunctioncodestring
third-party/lua-5.1.5/src/lparser.c:133
↓ 3 callersFunctioncond
third-party/lua-5.5.0/src/lparser.c:1528
↓ 3 callersFunctioncond
third-party/lua-5.1.5/src/lparser.c:965
↓ 3 callersFunctioncondjump
third-party/lua-5.1.5/src/lcode.c:74
↓ 3 callersFunctioncondjump
third-party/lua-5.2.4/src/lcode.c:74
↓ 3 callersFunctioncreate_loop
third-party/libuv-1.46.0/docs/code/signal/main.c:6
↓ 3 callersFunctioncreatestdfile
third-party/lua-5.5.0/src/liolib.c:819
↓ 3 callersFunctioncreatestdfile
third-party/lua-5.4.6/src/liolib.c:819
↓ 3 callersFunctioncreatestdfile
third-party/lua-5.1.5/src/liolib.c:518
↓ 3 callersFunctioncreatestdfile
third-party/lua-5.3.5/src/liolib.c:754
↓ 3 callersFunctioncreatestdfile
third-party/lua-5.2.4/src/liolib.c:644
↓ 3 callersFunctioncreatestrobj
** creates a new string object */
third-party/lua-5.5.0/src/lstring.c:167
↓ 3 callersFunctiondecode_ext
* decode_ext() * * Decode opcode extensions (if any) */
third-party/EasyHook/DriverShared/Disassembler/libudis86/decode.c:1144
↓ 3 callersFunctiondo_write
third-party/libuv-1.46.0/test/benchmark-pump.c:202
↓ 3 callersFunctiondumpSize
third-party/lua-5.4.6/src/ldump.c:65
↓ 3 callersFunctionemptybuffer
third-party/lua-5.1.5/src/lauxlib.c:398
↓ 3 callersFunctionenterinc
** Enter incremental mode. Turn all objects white, make all ** intermediate lists point to NULL (to avoid invalid pointers), ** and go to the pause st
third-party/lua-5.4.6/src/lgc.c:1345
↓ 3 callersFunctionentersweep
** Enter first sweep phase. ** The call to 'sweeptolive' makes the pointer point to an object ** inside the list (instead of to the header), so that t
third-party/lua-5.5.0/src/lgc.c:1504
↓ 3 callersFunctionentersweep
** Enter first sweep phase. ** The call to 'sweeptolive' makes the pointer point to an object ** inside the list (instead of to the header), so that t
third-party/lua-5.4.6/src/lgc.c:1486
↓ 3 callersFunctionentersweep
** enter first sweep phase (strings) and prepare pointers for other ** sweep phases. The calls to 'sweeptolive' make pointers point to an ** object i
third-party/lua-5.2.4/src/lgc.c:936
↓ 3 callersFunctionenv_strncmp
third-party/libuv-1.46.0/src/win/process.c:620
↓ 3 callersFunctioneof_timer_destroy
third-party/libuv-1.46.0/src/win/pipe.c:2337
↓ 3 callersFunctionerrfile
third-party/lua-5.5.0/src/lauxlib.c:761
↓ 3 callersFunctionerrfile
third-party/lua-5.4.6/src/lauxlib.c:737
↓ 3 callersFunctionerrfile
third-party/lua-5.1.5/src/lauxlib.c:543
↓ 3 callersFunctionerrfile
third-party/lua-5.3.5/src/lauxlib.c:660
↓ 3 callersFunctionerrfile
third-party/lua-5.2.4/src/lauxlib.c:587
↓ 3 callersFunctionescerror
third-party/lua-5.2.4/src/llex.c:305
← previousnext →1,501–1,600 of 8,365, ranked by callers