MCPcopy Create free account

hub / github.com/bkaradzic/GENie / functions

Functions946 in github.com/bkaradzic/GENie

↓ 2 callersFunctionpairsmeta
src/host/lua-5.3.0/src/lbaselib.c:211
↓ 2 callersFunctionpatchtestreg
src/host/lua-5.3.0/src/lcode.c:148
↓ 2 callersFunctionpreinit_thread
** preinitialize a thread with consistent values without allocating ** any memory (to avoid errors) */
src/host/lua-5.3.0/src/lstate.c:219
↓ 2 callersFunctionprint_version
src/host/lua-5.3.0/src/lua.c:212
↓ 2 callersFunctionprocess_option
* Parse an individual command-line option. * \returns OKAY if successful. */
src/host/premake.c:261
↓ 2 callersFunctionpropagatemark
** traverse one gray object, turning it to black (except for threads, ** which are always gray). */
src/host/lua-5.3.0/src/lgc.c:539
↓ 2 callersFunctionpusherror
src/host/lua-5.3.0/src/loadlib.c:206
↓ 2 callersFunctionpushglobalfuncname
** Search for a name for a function in all loaded modules ** (registry._LOADED). */
src/host/lua-5.3.0/src/lauxlib.c:73
↓ 2 callersFunctionpushline
** Prompt the user, read a line, and push it into the Lua stack. */
src/host/lua-5.3.0/src/lua.c:307
↓ 2 callersFunctionpushutfchar
src/host/lua-5.3.0/src/lutf8lib.c:127
↓ 2 callersFunctionread_long_string
src/host/lua-5.3.0/src/llex.c:302
↓ 2 callersFunctionread_numeral
LUA_NUMBER */ ** this function is quite liberal in what it accepts, as 'luaO_str2num' ** will reject ill-formed numerals. */
src/host/lua-5.3.0/src/llex.c:252
↓ 2 callersFunctionrecfield
src/host/lua-5.3.0/src/lparser.c:640
↓ 2 callersFunctionremovevalues
src/host/lua-5.3.0/src/lcode.c:161
↓ 2 callersFunctionrunafewfinalizers
** call a few (up to 'g->gcfinnum') finalizers */
src/host/lua-5.3.0/src/lgc.c:824
↓ 2 callersFunctionsearchpath
src/host/lua-5.3.0/src/loadlib.c:395
↓ 2 callersFunctionseparatetobefnz
** move all unreachable objects (or 'all' objects) that need ** finalization from list 'finobj' to list 'tobefnz' (to be finalized) */
src/host/lua-5.3.0/src/lgc.c:860
↓ 2 callersFunctionsetnodevector
src/host/lua-5.3.0/src/ltable.c:310
↓ 2 callersFunctionsetpath
src/host/lua-5.3.0/src/loadlib.c:684
↓ 2 callersFunctionsetpause
** Set a reasonable "time" to wait before starting a new GC cycle; cycle ** will start when memory use hits threshold. (Division by 'estimate' ** shou
src/host/lua-5.3.0/src/lgc.c:920
↓ 2 callersFunctionsettabsb
src/host/lua-5.3.0/src/ldblib.c:106
↓ 2 callersFunctionsinglestep
src/host/lua-5.3.0/src/lgc.c:1027
↓ 2 callersFunctionsinglevar
src/host/lua-5.3.0/src/lparser.c:293
↓ 2 callersFunctionsinglevaraux
Find variable with given name 'n'. If it is an upvalue, add this upvalue into all intermediate functions. */
src/host/lua-5.3.0/src/lparser.c:267
↓ 2 callersFunctionskipcomment
** reads the first character of file 'f' and skips an optional BOM mark ** in its beginning plus its first line if it starts with '#'. Returns ** true
src/host/lua-5.3.0/src/lauxlib.c:628
↓ 2 callersFunctionskipnoopstat
skip no-op statements */
src/host/lua-5.3.0/src/lparser.c:1214
↓ 2 callersFunctionstack_init
src/host/lua-5.3.0/src/lstate.c:147
↓ 2 callersFunctionstart_capture
src/host/lua-5.3.0/src/lstrlib.c:384
↓ 2 callersFunctionstr_find_aux
src/host/lua-5.3.0/src/lstrlib.c:586
↓ 2 callersFunctionsweeplist
** sweep at most 'count' elements from a list of GCObjects erasing dead ** objects, where a dead object is one marked with the old (non current) ** wh
src/host/lua-5.3.0/src/lgc.c:713
↓ 2 callersFunctionsweeptolive
** sweep a list until a live object (or end of list) */
src/host/lua-5.3.0/src/lgc.c:736
↓ 2 callersFunctiontest_then_block
src/host/lua-5.3.0/src/lparser.c:1379
↓ 2 callersFunctiontointeger_aux
** try to convert a value to an integer, rounding according to 'mode': ** mode == 0: accepts only integral values ** mode == 1: takes the floor of the
src/host/lua-5.3.0/src/lvm.c:91
↓ 2 callersFunctiontraverseephemeron
** Traverse an ephemeron table and link it to proper list. Returns true ** iff any object was marked during this traversal (which implies that ** conv
src/host/lua-5.3.0/src/lgc.c:380
↓ 2 callersFunctiontreatstackoption
** In function 'db_getinfo', the call to 'lua_getinfo' may push ** results on the stack; later it creates the result table to put ** these objects. Fu
src/host/lua-5.3.0/src/ldblib.c:119
↓ 2 callersFunctiontypeerror
src/host/lua-5.3.0/src/lauxlib.c:180
↓ 2 callersFunctionunpackint
** Unpack an integer with 'size' bytes and 'islittle' endianness. ** If size is smaller than the size of a Lua integer and integer ** is signed, must
src/host/lua-5.3.0/src/lstrlib.c:1296
↓ 2 callersFunctionvarinfo
src/host/lua-5.3.0/src/ldebug.c:519
↓ 2 callersFunctionyindex
src/host/lua-5.3.0/src/lparser.c:615
↓ 1 callersFunctionDumpCode
src/host/lua-5.3.0/src/ldump.c:89
↓ 1 callersFunctionDumpConstants
src/host/lua-5.3.0/src/ldump.c:97
↓ 1 callersFunctionDumpDebug
src/host/lua-5.3.0/src/ldump.c:146
↓ 1 callersFunctionDumpHeader
src/host/lua-5.3.0/src/ldump.c:183
↓ 1 callersFunctionDumpProtos
src/host/lua-5.3.0/src/ldump.c:127
↓ 1 callersFunctionDumpUpvalues
src/host/lua-5.3.0/src/ldump.c:136
↓ 1 callersFunctionLoadCode
src/host/lua-5.3.0/src/lundump.c:103
↓ 1 callersFunctionLoadConstants
src/host/lua-5.3.0/src/lundump.c:114
↓ 1 callersFunctionLoadDebug
src/host/lua-5.3.0/src/lundump.c:176
↓ 1 callersFunctionLoadProtos
src/host/lua-5.3.0/src/lundump.c:148
↓ 1 callersFunctionLoadUpvalues
src/host/lua-5.3.0/src/lundump.c:162
↓ 1 callersFunctionPrintCode
src/host/lua-5.3.0/src/luac.c:288
↓ 1 callersFunctionPrintDebug
src/host/lua-5.3.0/src/luac.c:415
↓ 1 callersFunctionPrintHeader
src/host/lua-5.3.0/src/luac.c:395
↓ 1 callersFunctionPrintString
src/host/lua-5.3.0/src/luac.c:226
↓ 1 callersFunctionadd_s
src/host/lua-5.3.0/src/lstrlib.c:687
↓ 1 callersFunctionadd_value
src/host/lua-5.3.0/src/lstrlib.c:715
↓ 1 callersFunctionaddinfo
src/host/lua-5.3.0/src/ldebug.c:575
↓ 1 callersFunctionaddprototype
** adds a new prototype into list of prototypes */
src/host/lua-5.3.0/src/lparser.c:494
↓ 1 callersFunctionaddquoted
src/host/lua-5.3.0/src/lstrlib.c:813
↓ 1 callersFunctionaddreturn
** Try to compile line on the stack as 'return <line>'; on return, stack ** has either compiled chunk or original line (if compilation failed). */
src/host/lua-5.3.0/src/lua.c:332
↓ 1 callersFunctionaddtoclib
** registry.CLIBS[path] = plib -- for queries ** registry.CLIBS[#CLIBS + 1] = plib -- also keep a list of all libraries */
src/host/lua-5.3.0/src/loadlib.c:291
↓ 1 callersFunctionadjust_varargs
src/host/lua-5.3.0/src/ldo.c:272
↓ 1 callersFunctionassignment
src/host/lua-5.3.0/src/lparser.c:1141
↓ 1 callersFunctionatomic
src/host/lua-5.3.0/src/lgc.c:965
↓ 1 callersFunctionauxgetinfo
src/host/lua-5.3.0/src/ldebug.c:216
↓ 1 callersFunctionauxsort
src/host/lua-5.3.0/src/ltablib.c:256
↓ 1 callersFunctionb_str2int
src/host/lua-5.3.0/src/lbaselib.c:48
↓ 1 callersFunctionbacktrack
src/host/path_helpers.c:75
↓ 1 callersFunctionboolK
src/host/lua-5.3.0/src/lcode.c:366
↓ 1 callersFunctionbreaklabel
** create a label named 'break' to resolve break statements */
src/host/lua-5.3.0/src/lparser.c:449
↓ 1 callersFunctioncallallpendingfinalizers
** call all pending finalizers */
src/host/lua-5.3.0/src/lgc.c:839
↓ 1 callersFunctioncallhook
src/host/lua-5.3.0/src/ldo.c:259
↓ 1 callersFunctioncapture_to_close
src/host/lua-5.3.0/src/lstrlib.c:245
↓ 1 callersFunctioncheckHeader
src/host/lua-5.3.0/src/lundump.c:232
↓ 1 callersFunctioncheckSizes
** If possible, free concatenation buffer and shrink string table */
src/host/lua-5.3.0/src/lgc.c:759
↓ 1 callersFunctioncheck_capture
src/host/lua-5.3.0/src/lstrlib.c:237
↓ 1 callersFunctioncheck_conflict
** check whether, in an assignment to an upvalue/local variable, the ** upvalue/local variable is begin used in a previous assignment to a ** table. I
src/host/lua-5.3.0/src/lparser.c:1113
↓ 1 callersFunctioncheckclib
** return registry.CLIBS[path] */
src/host/lua-5.3.0/src/loadlib.c:277
↓ 1 callersFunctioncheckoption
src/host/lua-5.3.0/src/loslib.c:202
↓ 1 callersFunctioncheckrepeated
check for repeated labels on the same block */
src/host/lua-5.3.0/src/lparser.c:1200
↓ 1 callersFunctioncloselistfield
src/host/lua-5.3.0/src/lparser.c:661
↓ 1 callersFunctioncodeclosure
** codes instruction to create new closure in parent function. ** The OP_CLOSURE instruction must use the last available register, ** so that, if it i
src/host/lua-5.3.0/src/lparser.c:516
↓ 1 callersFunctioncodenot
src/host/lua-5.3.0/src/lcode.c:701
↓ 1 callersFunctioncollectargs
** Traverses all arguments from 'argv', returning a mask with those ** needed before running any Lua code (or an error code if it finds ** any invalid
src/host/lua-5.3.0/src/lua.c:464
↓ 1 callersFunctioncollectvalidlines
src/host/lua-5.3.0/src/ldebug.c:197
↓ 1 callersFunctioncombine
src/host/lua-5.3.0/src/luac.c:139
↓ 1 callersFunctioncomputesizes
** Compute the optimal size for the array part of table 't'. 'nums' is a ** "count array" where 'nums[i]' is the number of integers in the table ** be
src/host/lua-5.3.0/src/ltable.c:225
↓ 1 callersFunctionconcat
src/host/path_helpers.c:96
↓ 1 callersFunctionconstfolding
** Try to "constant-fold" an operation; return 1 iff successful */
src/host/lua-5.3.0/src/lcode.c:766
↓ 1 callersFunctioncopy_current_directory
src/host/path_helpers.c:45
↓ 1 callersFunctioncopy_current_drive_letter
src/host/path_helpers.c:61
↓ 1 callersFunctioncorrectstack
src/host/lua-5.3.0/src/ldo.c:153
↓ 1 callersFunctioncountlevels
src/host/lua-5.3.0/src/lauxlib.c:110
↓ 1 callersFunctioncreateargtable
** Create the 'arg' table, which stores all arguments from the ** command line ('argv'). It should be aligned so that, at index 0, ** it has 'argv[scr
src/host/lua-5.3.0/src/lua.c:226
↓ 1 callersFunctioncreateclibstable
** create table CLIBS to keep track of loaded C libraries, ** setting a finalizer to close all libraries when closing state. */
src/host/lua-5.3.0/src/loadlib.c:752
↓ 1 callersFunctioncreatemeta
src/host/lua-5.3.0/src/liolib.c:714
↓ 1 callersFunctioncreatemetatable
src/host/lua-5.3.0/src/lstrlib.c:1410
↓ 1 callersFunctioncreatesearcherstable
src/host/lua-5.3.0/src/loadlib.c:728
↓ 1 callersFunctiondischargejpc
src/host/lua-5.3.0/src/lcode.c:180
↓ 1 callersFunctiondoargs
src/host/lua-5.3.0/src/luac.c:72
← previousnext →401–500 of 946, ranked by callers