MCPcopy Create free account

hub / github.com/Cubitect/cubiomes-viewer / functions

Functions1,749 in github.com/Cubitect/cubiomes-viewer

↓ 3 callersFunctionsetsignal
** Use 'sigaction' when available. */
lua/src/lua.c:45
↓ 3 callersFunctionsinglematch
lua/src/lstrlib.c:470
↓ 3 callersMethodsizeHint
src/widgets.cpp:423
↓ 3 callersFunctionskip_sep
** read a sequence '[=*[' or ']=*]', leaving the last bracket. If ** sequence is well formed, return its number of '='s + 2; otherwise, ** return 1 if
lua/src/llex.c:265
↓ 3 callersFunctionstatement
lua/src/lparser.c:1844
↓ 3 callersFunctionsuffixedexp
lua/src/lparser.c:1101
↓ 3 callersFunctionsweep2old
** Sweep a list of objects to enter generational mode. Deletes dead ** objects and turns the non dead to old. All non-dead threads---which ** are now
lua/src/lgc.c:1053
↓ 3 callersFunctionsweepstep
lua/src/lgc.c:1561
↓ 3 callersFunctiontestCondAt
Tests if a condition is satisfied with 'at' as origin for a search pass. * If sufficiently satisfied (check return value) then: * when 'imax' is NUL
src/search.cpp:1077
↓ 3 callersMethodtoHex
src/search.cpp:198
↓ 3 callersFunctiontristateFlags
src/conditiondialog.cpp:990
↓ 3 callersFunctionupvalname
lua/src/ldebug.c:177
↓ 3 callersFunctionusage
lua/src/luac.c:54
↓ 3 callersFunctionutf8_decode
** Decode one UTF-8 sequence, returning NULL if byte sequence is ** invalid. The array 'limits' stores the minimum value for each ** sequence length,
lua/src/lutf8lib.c:57
↓ 3 callersFunctionvalidPos
src/scripts.cpp:85
↓ 3 callersFunctionvarinfo
** Build a string with a "description" for the value 'o', such as ** "variable 'x'" or "upvalue 'y'". */
lua/src/ldebug.c:705
↓ 3 callersFunctionwhitelist
** Traverse a list making all its elements white and clearing their ** age. In incremental mode, all objects are 'new' all the time, ** except for fix
lua/src/lgc.c:1130
↓ 2 callersFunctionGCTM
lua/src/lgc.c:899
↓ 2 callersFunctionIadd
return i1 + i2 */
lua/src/lmathlib.c:402
↓ 2 callersFunction_testTreeAt
src/search.cpp:363
↓ 2 callersMethodactiveDifference
src/config.cpp:124
↓ 2 callersMethodactiveDisp
src/config.cpp:119
↓ 2 callersFunctionadddigit
** Add integer part of 'x' to buffer and return new 'x' */
lua/src/lstrlib.c:1016
↓ 2 callersFunctionaddfield
lua/src/ltablib.c:147
↓ 2 callersFunctionallocupvalue
lua/src/lparser.c:352
↓ 2 callersFunctionapplyHeightShading
src/world.cpp:251
↓ 2 callersFunctionarrayindex
** returns the index for 'k' if 'k' is an appropriate key to live in ** the array part of a table, 0 otherwise. */
lua/src/ltable.c:316
↓ 2 callersFunctionatomic2gen
** Clears all gray lists, sweeps objects, and prepare sublists to enter ** generational mode. The sweeps remove dead objects and turn all ** surviving
lua/src/lgc.c:1266
↓ 2 callersFunctionaux_lines
** Auxiliary function to create the iteration function for 'lines'. ** The iteration function is a closure over 'io_readline', with ** the following u
lua/src/liolib.c:363
↓ 2 callersFunctionaux_rawset
lua/src/lapi.c:900
↓ 2 callersFunctionaux_upvalue
lua/src/lapi.c:1360
↓ 2 callersFunctionauxgetstr
lua/src/lapi.c:643
↓ 2 callersFunctionauxresume
** Resumes a coroutine. Returns the number of results for non-error ** cases or -1 for errors. */
lua/src/lcorolib.c:32
↓ 2 callersFunctionauxsetstr
** t[k] = value at the top of the stack (where 'k' is a string) */
lua/src/lapi.c:833
↓ 2 callersFunctionauxstatus
lua/src/lcorolib.c:127
↓ 2 callersFunctionauxupvalue
** get (if 'get' is true) or set an upvalue from a closure */
lua/src/ldblib.c:258
↓ 2 callersFunctionbinsearch
lua/src/ltable.c:878
↓ 2 callersFunctioncallallpendingfinalizers
** call all pending finalizers */
lua/src/lgc.c:942
↓ 2 callersFunctioncheckSizes
** If possible, shrink string table. */
lua/src/lgc.c:863
↓ 2 callersFunctioncheck_readonly
** Raises an error if variable described by 'e' is read only */
lua/src/lparser.c:277
↓ 2 callersFunctioncheckcontrol
** Check whether message is a control message. If so, execute the ** control or ignore it if unknown. */
lua/src/lauxlib.c:1046
↓ 2 callersFunctioncheckliteral
lua/src/lundump.c:273
↓ 2 callersFunctioncheckmode
lua/src/ldo.c:952
↓ 2 callersFunctionchecktab
** Check that 'arg' either is a table or can behave like one (that is, ** has a metatable with the required metamethods) */
lua/src/ltablib.c:46
↓ 2 callersFunctionclassend
lua/src/lstrlib.c:403
↓ 2 callersFunctionclearbykeys
** clear entries with unmarked keys from all weaktables in list 'l' */
lua/src/lgc.c:717
↓ 2 callersFunctioncleargraylists
lua/src/lgc.c:388
↓ 2 callersFunctionclose_func
lua/src/lparser.c:755
↓ 2 callersFunctionclose_state
lua/src/lstate.c:269
↓ 2 callersFunctioncode_loadbool
lua/src/lcode.c:888
↓ 2 callersFunctioncodearith
** Code arithmetic operators ('+', '-', ...). If second operand is a ** constant in the proper range, use variant opcodes with K operands. */
lua/src/lcode.c:1444
↓ 2 callersFunctioncodeextraarg
** Emit an "extra argument" instruction (format 'iAx') */
lua/src/lcode.c:440
↓ 2 callersFunctioncodeorder
** Emit code for order comparisons. When using an immediate operand, ** 'isfloat' tells whether the original value was a float. */
lua/src/lcode.c:1510
↓ 2 callersFunctioncond
lua/src/lparser.c:1405
↓ 2 callersFunctionconst2val
** Get the constant value from a constant expression */
lua/src/lcode.c:74
↓ 2 callersFunctionconstfolding
** Try to "constant-fold" an operation; return 1 iff successful. ** (In this case, 'e1' has the final result.) */
lua/src/lcode.c:1333
↓ 2 callersFunctionconstructor
lua/src/lparser.c:924
↓ 2 callersFunctionconvergeephemerons
** Traverse all ephemeron tables propagating marks from keys to values. ** Repeat until it converges, that is, nothing new is marked. 'dir' ** inverts
lua/src/lgc.c:683
↓ 2 callersFunctioncopy2buff
copy strings in stack from top - n up to top - 1 to buffer */
lua/src/lvm.c:624
↓ 2 callersMethodcopyText
src/mapview.cpp:464
↓ 2 callersFunctioncountint
lua/src/ltable.c:411
↓ 2 callersFunctioncreatelabel
** Create a new label with the given 'name' at the given 'line'. ** 'last' tells whether label is the last non-op statement in its ** block. Solves al
lua/src/lparser.c:607
↓ 2 callersFunctioncreatestrobj
** creates a new string object */
lua/src/lstring.c:143
↓ 2 callersFunctioncsvline
src/tablocations.cpp:485
↓ 2 callersFunctiondeletelist
** Delete all objects in list 'p' until (but not including) object ** 'limit'. */
lua/src/lgc.c:1491
↓ 2 callersMethoddetail
src/world.cpp:53
↓ 2 callersFunctiondigit
** Read an integer numeral from string 'fmt' or return 'df' if ** there is no numeral */
lua/src/lstrlib.c:1447
↓ 2 callersFunctiondischarge2anyreg
** Ensure expression value is in a register, making 'e' a ** non-relocatable expression. ** (Expression still may have jump lists.) */
lua/src/lcode.c:880
↓ 2 callersFunctiondischarge2reg
** Ensure expression value is in register 'reg', making 'e' a ** non-relocatable expression. ** (Expression still may have jump lists.) */
lua/src/lcode.c:825
↓ 2 callersFunctiondoREPL
** Do the REPL: repeatedly read (load) a line, evaluate (call) it, and ** print any results. */
lua/src/lua.c:584
↓ 2 callersFunctiondochunk
lua/src/lua.c:194
↓ 2 callersFunctiondofile
lua/src/lua.c:200
↓ 2 callersFunctiondostring
lua/src/lua.c:205
↓ 2 callersFunctiondraw_grid_rec
src/world.cpp:1118
↓ 2 callersFunctiondumpFunction
lua/src/ldump.c:179
↓ 2 callersFunctiondumpInteger
lua/src/ldump.c:83
↓ 2 callersFunctiondumpNumber
lua/src/ldump.c:78
↓ 2 callersFunctionentergen
** Enter generational mode. Must go until the end of an atomic cycle ** to ensure that all objects are correctly marked and weak tables ** are cleared
lua/src/lgc.c:1294
↓ 2 callersFunctionerror_expected
lua/src/lparser.c:68
↓ 2 callersFunctionfindlabel
** Search for an active label with the given name. */
lua/src/lparser.c:543
↓ 2 callersFunctionfinishbinexpneg
Try to code a binary operator negating its second operand. ** For the metamethod, 2nd operand must keep its original value. */
lua/src/lcode.c:1416
↓ 2 callersFunctionfinishgencycle
** Finish a young-generation collection. */
lua/src/lgc.c:1211
↓ 2 callersFunctionfinishpcall
** Continuation function for 'pcall' and 'xpcall'. Both functions ** already pushed a 'true' before doing the call, so in case of success ** 'finishpc
lua/src/lbaselib.c:461
↓ 2 callersFunctionfirsttry
** First allocation will fail whenever not building initial state. ** (This fail will trigger 'tryagain' and a full GC cycle at every ** allocation.)
lua/src/lmem.c:31
↓ 2 callersFunctionfitsBx
** Check whether 'i' can be stored in an 'sBx' operand. */
lua/src/lcode.c:667
↓ 2 callersFunctionfixforjump
** Fix for instruction at position 'pc' to jump to 'dest'. ** (Jump addresses are relative in Lua). 'back' true means ** a back jump. */
lua/src/lparser.c:1529
↓ 2 callersFunctionforbody
** Generate code for a 'for' loop. */
lua/src/lparser.c:1543
↓ 2 callersFunctionformatvarinfo
lua/src/ldebug.c:693
↓ 2 callersFunctionfreeregs
** Free two registers in proper order */
lua/src/lcode.c:502
↓ 2 callersFunctionfreestack
lua/src/lstate.c:203
↓ 2 callersFunctionfullgen
** Does a full collection in generational mode. */
lua/src/lgc.c:1339
↓ 2 callersFunctionfuncargs
lua/src/lparser.c:1024
↓ 2 callersFunctionfuncnamefromcall
** Try to find a name for a function based on how it was called. */
lua/src/ldebug.c:638
↓ 2 callersFunctiong_iofile
lua/src/liolib.c:318
↓ 2 callersFunctiong_write
lua/src/liolib.c:660
↓ 2 callersFunctionget2digits
lua/src/lstrlib.c:1210
↓ 2 callersFunctiongetPosBuf
The position buffers can exceed the stacksize on some platforms, and dynamic heap allocation is too slow. So instead, we assign a static memory region
src/search.cpp:354
↓ 2 callersMethodgetProgress
src/searchthread.cpp:656
↓ 2 callersFunctiongetScriptHash
src/scripts.cpp:63
↓ 2 callersMethodgetSearchConfig
src/formsearchcontrol.cpp:185
← previousnext →401–500 of 1,749, ranked by callers