MCPcopy Create free account

hub / github.com/bkaradzic/GENie / functions

Functions946 in github.com/bkaradzic/GENie

↓ 1 callersFunctionlua_dump
src/host/lua-5.3.0/src/lapi.c:987
↓ 1 callersFunctionlua_gethook
src/host/lua-5.3.0/src/ldebug.c:68
↓ 1 callersFunctionlua_gethookcount
src/host/lua-5.3.0/src/ldebug.c:78
↓ 1 callersFunctionlua_gethookmask
src/host/lua-5.3.0/src/ldebug.c:73
↓ 1 callersFunctionlua_geti
src/host/lua-5.3.0/src/lapi.c:615
↓ 1 callersFunctionlua_gettable
src/host/lua-5.3.0/src/lapi.c:593
↓ 1 callersFunctionlua_getuservalue
src/host/lua-5.3.0/src/lapi.c:704
↓ 1 callersFunctionlua_isnumber
src/host/lua-5.3.0/src/lapi.c:275
↓ 1 callersFunctionlua_isyieldable
src/host/lua-5.3.0/src/ldo.c:602
↓ 1 callersFunctionlua_len
src/host/lua-5.3.0/src/lapi.c:1127
↓ 1 callersFunctionlua_newstate
src/host/lua-5.3.0/src/lstate.c:293
↓ 1 callersFunctionlua_newthread
src/host/lua-5.3.0/src/lstate.c:253
↓ 1 callersFunctionlua_pushvfstring
src/host/lua-5.3.0/src/lapi.c:502
↓ 1 callersFunctionlua_resume
src/host/lua-5.3.0/src/ldo.c:571
↓ 1 callersFunctionlua_setlocal
src/host/lua-5.3.0/src/ldebug.c:166
↓ 1 callersFunctionlua_setuservalue
src/host/lua-5.3.0/src/lapi.c:857
↓ 1 callersFunctionlua_strx2number
** convert an hexadecimal numeric string to a number, following ** C99 specification for 'strtod' */
src/host/lua-5.3.0/src/lobject.c:187
↓ 1 callersFunctionlua_tonumberx
src/host/lua-5.3.0/src/lapi.c:344
↓ 1 callersFunctionlua_topointer
src/host/lua-5.3.0/src/lapi.c:426
↓ 1 callersFunctionlua_upvalueid
src/host/lua-5.3.0/src/lapi.c:1239
↓ 1 callersFunctionlua_upvaluejoin
src/host/lua-5.3.0/src/lapi.c:1258
↓ 1 callersFunctionmainfunc
** compiles the main function, which is a regular vararg function with an ** upvalue named LUA_ENV */
src/host/lua-5.3.0/src/lparser.c:1609
↓ 1 callersFunctionmakemask
** Convert a string mask (for 'sethook') into a bit mask */
src/host/lua-5.3.0/src/ldblib.c:307
↓ 1 callersFunctionmakeseed
src/host/lua-5.3.0/src/lstate.c:84
↓ 1 callersFunctionmarkupval
Mark block where variable at given level was defined (to emit close instructions later). */
src/host/lua-5.3.0/src/lparser.c:256
↓ 1 callersFunctionmatch_capture
src/host/lua-5.3.0/src/lstrlib.c:409
↓ 1 callersFunctionmatchbalance
src/host/lua-5.3.0/src/lstrlib.c:336
↓ 1 callersFunctionmax_expand
src/host/lua-5.3.0/src/lstrlib.c:356
↓ 1 callersFunctionmin_expand
src/host/lua-5.3.0/src/lstrlib.c:371
↓ 1 callersFunctionmodinit
src/host/lua-5.3.0/src/loadlib.c:618
↓ 1 callersFunctionmovegotosout
** export pending gotos to outer level, to check them against ** outer labels; if the block being exited has upvalues, and ** the goto exits the scope
src/host/lua-5.3.0/src/lparser.c:416
↓ 1 callersFunctionmultiline
** Read multiple lines until a complete Lua statement */
src/host/lua-5.3.0/src/lua.c:350
↓ 1 callersFunctionnilK
src/host/lua-5.3.0/src/lcode.c:373
↓ 1 callersFunctionnoenv
** return registry.LUA_NOENV as a boolean */
src/host/lua-5.3.0/src/loadlib.c:675
↓ 1 callersFunctionnospecials
check whether pattern has no special characters */
src/host/lua-5.3.0/src/lstrlib.c:575
↓ 1 callersFunctionnumusearray
src/host/lua-5.3.0/src/ltable.c:258
↓ 1 callersFunctionnumusehash
src/host/lua-5.3.0/src/ltable.c:284
↓ 1 callersFunctionos_getcwd
src/host/os_getcwd.c:9
↓ 1 callersFunctionparlist
src/host/lua-5.3.0/src/lparser.c:747
↓ 1 callersFunctionpath_isabsolute
src/host/path_isabsolute.c:9
↓ 1 callersFunctionpremake_execute
src/host/premake.c:105
↓ 1 callersFunctionpremake_init
* Initialize the Premake Lua environment. */
src/host/premake.c:78
↓ 1 callersFunctionpremake_locate
* Locate the Premake executable, and push its full path to the Lua stack. * Based on: * http://sourceforge.net/tracker/index.php?func=detail&aid=335
src/host/premake.c:124
↓ 1 callersFunctionprimaryexp
src/host/lua-5.3.0/src/lparser.c:865
↓ 1 callersFunctionprint_usage
src/host/lua-5.3.0/src/lua.c:130
↓ 1 callersFunctionprocess_arguments
* Process the command line arguments, splitting them into options, the * target action, and any arguments to that action. The results are pushed * i
src/host/premake.c:214
↓ 1 callersFunctionpushargs
** Push on the stack the contents of table 'arg' from 1 to #arg */
src/host/lua-5.3.0/src/lua.c:423
↓ 1 callersFunctionpushclosure
** create a new Lua closure, push it in the stack, and initialize ** its upvalues. Note that the closure is not cached if prototype is ** already blac
src/host/lua-5.3.0/src/lvm.c:515
↓ 1 callersFunctionpushfuncname
src/host/lua-5.3.0/src/lauxlib.c:94
↓ 1 callersFunctionpushnexttemplate
src/host/lua-5.3.0/src/loadlib.c:384
↓ 1 callersFunctionread_all
src/host/lua-5.3.0/src/liolib.c:486
↓ 1 callersFunctionread_chars
src/host/lua-5.3.0/src/liolib.c:499
↓ 1 callersFunctionread_number
** Read a number: first reads a valid prefix of a numeral into a buffer. ** Then it calls 'lua_stringtonumber' to check whether the format is ** corre
src/host/lua-5.3.0/src/liolib.c:424
↓ 1 callersFunctionread_string
src/host/lua-5.3.0/src/llex.c:404
↓ 1 callersFunctionreadable
src/host/lua-5.3.0/src/loadlib.c:376
↓ 1 callersFunctionreaddecesc
src/host/lua-5.3.0/src/llex.c:391
↓ 1 callersFunctionreadhexaesc
src/host/lua-5.3.0/src/llex.c:357
↓ 1 callersFunctionreadutf8esc
src/host/lua-5.3.0/src/llex.c:365
↓ 1 callersFunctionrecover
** Recovers from an error in a coroutine. Finds a recover point (if ** there is one) and completes the execution of the interrupted ** 'luaD_pcall'. I
src/host/lua-5.3.0/src/ldo.c:497
↓ 1 callersFunctionregisterlocalvar
src/host/lua-5.3.0/src/lparser.c:161
↓ 1 callersFunctionrehash
** nums[i] = number of keys 'k' where 2^(i - 1) < k <= 2^i */
src/host/lua-5.3.0/src/ltable.c:378
↓ 1 callersFunctionremarkupvals
** Mark all values stored in marked open upvalues from non-marked threads. ** (Values from marked threads were already marked when traversing the ** t
src/host/lua-5.3.0/src/lgc.c:298
↓ 1 callersFunctionremovevars
src/host/lua-5.3.0/src/lparser.c:210
↓ 1 callersFunctionrepeatstat
src/host/lua-5.3.0/src/lparser.c:1257
↓ 1 callersFunctionrestartcollection
** mark root set and reset all gray lists, to start a new collection */
src/host/lua-5.3.0/src/lgc.c:323
↓ 1 callersFunctionretstat
src/host/lua-5.3.0/src/lparser.c:1501
↓ 1 callersFunctionrunargs
** Processes options 'e' and 'l', which involve running Lua code. ** Returns 0 if some code raises an error. */
src/host/lua-5.3.0/src/lua.c:513
↓ 1 callersFunctionscanformat
src/host/lua-5.3.0/src/lstrlib.c:837
↓ 1 callersFunctionsearchupvalue
src/host/lua-5.3.0/src/lparser.c:217
↓ 1 callersFunctionsearchvar
src/host/lua-5.3.0/src/lparser.c:242
↓ 1 callersFunctionset_env
** changes the environment variable of calling function */
src/host/lua-5.3.0/src/loadlib.c:594
↓ 1 callersFunctionsetarrayvector
src/host/lua-5.3.0/src/ltable.c:301
↓ 1 callersFunctionsetboolfield
src/host/lua-5.3.0/src/loslib.c:173
↓ 1 callersFunctionsetprogdir
src/host/lua-5.3.0/src/loadlib.c:191
↓ 1 callersFunctionsimpleexp
src/host/lua-5.3.0/src/lparser.c:925
↓ 1 callersFunctionskipBOM
src/host/lua-5.3.0/src/lauxlib.c:607
↓ 1 callersFunctionstackinuse
src/host/lua-5.3.0/src/ldo.c:205
↓ 1 callersFunctionsubexpr
** subexpr -> (simpleexp | unop subexpr) { binop subexpr } ** where 'binop' is any binary operator with a priority higher than 'limit' */
src/host/lua-5.3.0/src/lparser.c:1042
↓ 1 callersFunctiontest_eof
src/host/lua-5.3.0/src/liolib.c:457
↓ 1 callersFunctiontraverseCclosure
src/host/lua-5.3.0/src/lgc.c:482
↓ 1 callersFunctiontraverseLclosure
** open upvalues point to values in a thread, so those values should ** be marked when the thread is traversed except in the atomic phase ** (because
src/host/lua-5.3.0/src/lgc.c:495
↓ 1 callersFunctiontraverseproto
src/host/lua-5.3.0/src/lgc.c:460
↓ 1 callersFunctiontraversestrongtable
src/host/lua-5.3.0/src/lgc.c:419
↓ 1 callersFunctiontraversetable
src/host/lua-5.3.0/src/lgc.c:437
↓ 1 callersFunctiontraversethread
src/host/lua-5.3.0/src/lgc.c:511
↓ 1 callersFunctiontraverseweakvalue
** Traverse a table with weak values and link it to proper list. During ** propagate phase, keep it in 'grayagain' list, to be revisited in the ** ato
src/host/lua-5.3.0/src/lgc.c:347
↓ 1 callersFunctiontrydecpoint
** in case of format error, try to change decimal point separator to ** the one defined in the current locale and check again */
src/host/lua-5.3.0/src/llex.c:235
↓ 1 callersFunctiontryfuncTM
** Check whether __call metafield of 'func' is a function. If so, put ** it in stack below original 'func' so that 'luaD_precall' can call ** it. Rais
src/host/lua-5.3.0/src/ldo.c:294
↓ 1 callersFunctiontxtToken
src/host/lua-5.3.0/src/llex.c:96
↓ 1 callersFunctionudata2finalize
src/host/lua-5.3.0/src/lgc.c:770
↓ 1 callersFunctionunbound_search
src/host/lua-5.3.0/src/ltable.c:594
↓ 1 callersFunctionundefgoto
** generates an error for an undefined 'goto'; choose appropriate ** message when label name is a reserved word (which can only be 'break') */
src/host/lua-5.3.0/src/lparser.c:459
↓ 1 callersFunctionunmakemask
** Convert a bit mask (for 'gethook') into a string mask */
src/host/lua-5.3.0/src/ldblib.c:320
↓ 1 callersFunctionunroll
** Executes "full continuation" (everything in the stack) of a ** previously interrupted coroutine until the stack is empty (or another ** interruptio
src/host/lua-5.3.0/src/ldo.c:464
↓ 1 callersFunctionutf8esc
src/host/lua-5.3.0/src/llex.c:383
↓ 1 callersFunctionvalidop
** return false if folding can raise an error */
src/host/lua-5.3.0/src/lcode.c:749
↓ 1 callersFunctionwhilestat
src/host/lua-5.3.0/src/lparser.c:1238
FunctionDumpBlock
src/host/lua-5.3.0/src/ldump.c:40
FunctionLoadBlock
src/host/lua-5.3.0/src/lundump.c:52
FunctionPrintFunction
src/host/lua-5.3.0/src/luac.c:442
← previousnext →601–700 of 946, ranked by callers