MCPcopy Create free account

hub / github.com/bkaradzic/GENie / functions

Functions946 in github.com/bkaradzic/GENie

↓ 1 callersFunctiondofilecont
src/host/lua-5.3.0/src/lbaselib.c:372
↓ 1 callersFunctiondolibrary
** Calls 'require(name)' and stores the result in a global variable ** with the given name. */
src/host/lua-5.3.0/src/lua.c:259
↓ 1 callersFunctiondooptions
src/host/lua-5.3.0/src/loadlib.c:606
↓ 1 callersFunctionend_capture
src/host/lua-5.3.0/src/lstrlib.c:398
↓ 1 callersFunctionerrorlimit
src/host/lua-5.3.0/src/lparser.c:79
↓ 1 callersFunctionexprstat
src/host/lua-5.3.0/src/lparser.c:1485
↓ 1 callersFunctionfield
src/host/lua-5.3.0/src/lparser.c:696
↓ 1 callersFunctionfindfield
** search for 'objidx' in table at index -1. ** return 1 + string at top if find a good name. */
src/host/lua-5.3.0/src/lauxlib.c:45
↓ 1 callersFunctionfindindex
** returns the index of a 'key' for table traversals. First goes all ** elements in the array part, then elements in the hash part. The ** beginning o
src/host/lua-5.3.0/src/ltable.c:166
↓ 1 callersFunctionfindlast
** find last 'next' field in list 'p' list (to add elements in its end) */
src/host/lua-5.3.0/src/lgc.c:849
↓ 1 callersFunctionfindloader
src/host/lua-5.3.0/src/loadlib.c:529
↓ 1 callersFunctionfindpcall
** Try to find a suspended protected call (a "recover point") for the ** given thread. */
src/host/lua-5.3.0/src/ldo.c:482
↓ 1 callersFunctionfindsetreg
** try to find last instruction before 'lastpc' that modified register 'reg' */
src/host/lua-5.3.0/src/ldebug.c:341
↓ 1 callersFunctionfindvararg
src/host/lua-5.3.0/src/ldebug.c:107
↓ 1 callersFunctionforlimit
** Try to convert a 'for' limit to an integer, preserving the ** semantics of the loop. ** (The following explanation assumes a non-negative step; it
src/host/lua-5.3.0/src/lvm.c:140
↓ 1 callersFunctionforlist
src/host/lua-5.3.0/src/lparser.c:1336
↓ 1 callersFunctionfornum
src/host/lua-5.3.0/src/lparser.c:1314
↓ 1 callersFunctionforstat
src/host/lua-5.3.0/src/lparser.c:1361
↓ 1 callersFunctionfreeLclosure
src/host/lua-5.3.0/src/lgc.c:665
↓ 1 callersFunctionfreeobj
src/host/lua-5.3.0/src/lgc.c:676
↓ 1 callersFunctionfuncinfo
src/host/lua-5.3.0/src/ldebug.c:179
↓ 1 callersFunctionfuncname
src/host/lua-5.3.0/src/lparser.c:1459
↓ 1 callersFunctionfuncstat
src/host/lua-5.3.0/src/lparser.c:1473
↓ 1 callersFunctionget_prompt
** Returns the string to be used as a prompt by the interpreter. */
src/host/lua-5.3.0/src/lua.c:273
↓ 1 callersFunctionget_relative_path
src/host/path_helpers.c:181
↓ 1 callersFunctiongetbinopr
src/host/lua-5.3.0/src/lparser.c:991
↓ 1 callersFunctiongetboolfield
src/host/lua-5.3.0/src/loslib.c:180
↓ 1 callersFunctiongetcached
** check whether cached closure in prototype 'p' may be reused, that is, ** whether there is a cached closure with the same upvalues needed by ** new
src/host/lua-5.3.0/src/lvm.c:493
↓ 1 callersFunctiongetdebt
** get GC debt and convert it from Kb to 'work units' (avoid zero debt ** and overflows) */
src/host/lua-5.3.0/src/lgc.c:1098
↓ 1 callersFunctiongetfreepos
src/host/lua-5.3.0/src/ltable.c:423
↓ 1 callersFunctiongetfuncname
src/host/lua-5.3.0/src/ldebug.c:441
↓ 1 callersFunctiongetunopr
src/host/lua-5.3.0/src/lparser.c:980
↓ 1 callersFunctiongetupvalname
** Checks whether value 'o' came from an upvalue. (That can only happen ** with instructions OP_GETTABUP/OP_SETTABUP, which operate directly on ** upv
src/host/lua-5.3.0/src/ldebug.c:505
↓ 1 callersFunctionhandle_luainit
src/host/lua-5.3.0/src/lua.c:534
↓ 1 callersFunctionhandle_script
src/host/lua-5.3.0/src/lua.c:436
↓ 1 callersFunctionhashfloat
** hash for floating-point numbers */
src/host/lua-5.3.0/src/ltable.c:101
↓ 1 callersFunctionifstat
src/host/lua-5.3.0/src/lparser.c:1414
↓ 1 callersFunctionincomplete
** Check whether 'status' signals a syntax error and the error ** message at the top of the stack ends with the above mark for ** incomplete statement
src/host/lua-5.3.0/src/lua.c:291
↓ 1 callersFunctioninit_registry
** Create registry table and its predefined values */
src/host/lua-5.3.0/src/lstate.c:179
↓ 1 callersFunctioninternshrstr
** checks whether short string exists and reuses it or creates a new one */
src/host/lua-5.3.0/src/lstring.c:122
↓ 1 callersFunctioninterror
src/host/lua-5.3.0/src/lauxlib.c:406
↓ 1 callersFunctionisinstack
** The subtraction of two potentially unrelated pointers is ** not ISO C, but it should not crash a program; the subsequent ** checks are ISO C and en
src/host/lua-5.3.0/src/ldebug.c:494
↓ 1 callersFunctionl_print
** Prints (calling the Lua 'print' function) any values on the stack */
src/host/lua-5.3.0/src/lua.c:387
↓ 1 callersFunctionl_str2d
src/host/lua-5.3.0/src/lobject.c:239
↓ 1 callersFunctionl_str2int
src/host/lua-5.3.0/src/lobject.c:253
↓ 1 callersFunctionlabelstat
src/host/lua-5.3.0/src/lparser.c:1220
↓ 1 callersFunctionlastlistfield
src/host/lua-5.3.0/src/lparser.c:672
↓ 1 callersFunctionlibsize
** Count number of elements in a luaL_Reg list. */
src/host/lua-5.3.0/src/lauxlib.c:813
↓ 1 callersFunctionlmemfind
src/host/lua-5.3.0/src/lstrlib.c:523
↓ 1 callersFunctionload_builtin_scripts
* When running in debug mode, the scripts are loaded from the disk. The path to * the scripts must be provided via either the /scripts command line o
src/host/premake.c:303
↓ 1 callersFunctionloadline
** Read a line and try to load (compile) it first as an expression (by ** adding "return " in front of it) and second as a statement. Return ** the fi
src/host/lua-5.3.0/src/lua.c:370
↓ 1 callersFunctionlocalfunc
src/host/lua-5.3.0/src/lparser.c:1428
↓ 1 callersFunctionlocalstat
src/host/lua-5.3.0/src/lparser.c:1439
↓ 1 callersFunctionlsys_load
src/host/lua-5.3.0/src/loadlib.c:155
↓ 1 callersFunctionlsys_sym
src/host/lua-5.3.0/src/loadlib.c:162
↓ 1 callersFunctionlsys_unloadlib
src/host/lua-5.3.0/src/loadlib.c:150
↓ 1 callersFunctionluaB_cocreate
src/host/lua-5.3.0/src/lcorolib.c:89
↓ 1 callersFunctionluaB_error
src/host/lua-5.3.0/src/lbaselib.c:102
↓ 1 callersFunctionluaC_freeallobjects
src/host/lua-5.3.0/src/lgc.c:950
↓ 1 callersFunctionluaD_growstack
src/host/lua-5.3.0/src/ldo.c:186
↓ 1 callersFunctionluaD_protectedparser
src/host/lua-5.3.0/src/ldo.c:698
↓ 1 callersFunctionluaE_freethread
src/host/lua-5.3.0/src/lstate.c:283
↓ 1 callersFunctionluaE_shrinkCI
** free half of the CallInfo structures not in use by a thread */
src/host/lua-5.3.0/src/lstate.c:134
↓ 1 callersFunctionluaF_findupval
src/host/lua-5.3.0/src/lfunc.c:57
↓ 1 callersFunctionluaF_freeproto
src/host/lua-5.3.0/src/lfunc.c:125
↓ 1 callersFunctionluaF_initupvals
** fill a closure with new closed upvalues */
src/host/lua-5.3.0/src/lfunc.c:45
↓ 1 callersFunctionluaF_newCclosure
src/host/lua-5.3.0/src/lfunc.c:25
↓ 1 callersFunctionluaG_concaterror
src/host/lua-5.3.0/src/ldebug.c:539
↓ 1 callersFunctionluaG_tointerror
** Error when both values are convertible to numbers, but not to integers */
src/host/lua-5.3.0/src/ldebug.c:557
↓ 1 callersFunctionluaG_traceexec
src/host/lua-5.3.0/src/ldebug.c:612
↓ 1 callersFunctionluaH_free
src/host/lua-5.3.0/src/ltable.c:415
↓ 1 callersFunctionluaH_next
src/host/lua-5.3.0/src/ltable.c:193
↓ 1 callersFunctionluaH_resizearray
src/host/lua-5.3.0/src/ltable.c:370
↓ 1 callersFunctionluaK_infix
src/host/lua-5.3.0/src/lcode.c:854
↓ 1 callersFunctionluaK_posfix
src/host/lua-5.3.0/src/lcode.c:884
↓ 1 callersFunctionluaK_prefix
src/host/lua-5.3.0/src/lcode.c:840
↓ 1 callersFunctionluaK_self
src/host/lua-5.3.0/src/lcode.c:618
↓ 1 callersFunctionluaK_setreturns
src/host/lua-5.3.0/src/lcode.c:382
↓ 1 callersFunctionluaK_stringK
src/host/lua-5.3.0/src/lcode.c:339
↓ 1 callersFunctionluaL_loadbufferx
src/host/lua-5.3.0/src/lauxlib.c:693
↓ 1 callersFunctionluaL_loadfilex
src/host/lua-5.3.0/src/lauxlib.c:641
↓ 1 callersFunctionluaL_newmetatable
src/host/lua-5.3.0/src/lauxlib.c:288
↓ 1 callersFunctionluaL_optnumber
src/host/lua-5.3.0/src/lauxlib.c:401
↓ 1 callersFunctionluaL_requiref
** Stripped-down 'require': After checking "loaded" table, calls 'openf' ** to open a module, registers the result in 'package.loaded' table and, ** i
src/host/lua-5.3.0/src/lauxlib.c:900
↓ 1 callersFunctionluaL_setmetatable
src/host/lua-5.3.0/src/lauxlib.c:301
↓ 1 callersFunctionluaS_eqlngstr
** equality for long strings */
src/host/lua-5.3.0/src/lstring.c:38
↓ 1 callersFunctionluaS_newudata
src/host/lua-5.3.0/src/lstring.c:170
↓ 1 callersFunctionluaS_remove
src/host/lua-5.3.0/src/lstring.c:109
↓ 1 callersFunctionluaT_init
src/host/lua-5.3.0/src/ltm.c:37
↓ 1 callersFunctionluaU_undump
** load precompiled chunk */
src/host/lua-5.3.0/src/lundump.c:254
↓ 1 callersFunctionluaV_finishOp
** finish execution of an opcode interrupted by an yield */
src/host/lua-5.3.0/src/lvm.c:539
↓ 1 callersFunctionluaX_init
src/host/lua-5.3.0/src/llex.c:69
↓ 1 callersFunctionluaX_lookahead
src/host/lua-5.3.0/src/llex.c:597
↓ 1 callersFunctionluaX_setinput
src/host/lua-5.3.0/src/llex.c:163
↓ 1 callersFunctionluaY_parser
src/host/lua-5.3.0/src/lparser.c:1623
↓ 1 callersFunctionluaZ_fill
src/host/lua-5.3.0/src/lzio.c:23
↓ 1 callersFunctionluaZ_init
src/host/lua-5.3.0/src/lzio.c:38
↓ 1 callersFunctionluaZ_read
--------------------------------------------------------------- read --- */
src/host/lua-5.3.0/src/lzio.c:48
↓ 1 callersFunctionlua_callk
src/host/lua-5.3.0/src/lapi.c:880
↓ 1 callersFunctionlua_copy
src/host/lua-5.3.0/src/lapi.c:221
← previousnext →501–600 of 946, ranked by callers