Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cubitect/cubiomes-viewer
/ functions
Functions
1,749 in github.com/Cubitect/cubiomes-viewer
⨍
Functions
1,749
◇
Types & classes
206
↓ 3 callers
Function
setsignal
** Use 'sigaction' when available. */
lua/src/lua.c:45
↓ 3 callers
Function
singlematch
lua/src/lstrlib.c:470
↓ 3 callers
Method
sizeHint
src/widgets.cpp:423
↓ 3 callers
Function
skip_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 callers
Function
statement
lua/src/lparser.c:1844
↓ 3 callers
Function
suffixedexp
lua/src/lparser.c:1101
↓ 3 callers
Function
sweep2old
** 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 callers
Function
sweepstep
lua/src/lgc.c:1561
↓ 3 callers
Function
testCondAt
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 callers
Method
toHex
src/search.cpp:198
↓ 3 callers
Function
tristateFlags
src/conditiondialog.cpp:990
↓ 3 callers
Function
upvalname
lua/src/ldebug.c:177
↓ 3 callers
Function
usage
lua/src/luac.c:54
↓ 3 callers
Function
utf8_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 callers
Function
validPos
src/scripts.cpp:85
↓ 3 callers
Function
varinfo
** Build a string with a "description" for the value 'o', such as ** "variable 'x'" or "upvalue 'y'". */
lua/src/ldebug.c:705
↓ 3 callers
Function
whitelist
** 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 callers
Function
GCTM
lua/src/lgc.c:899
↓ 2 callers
Function
Iadd
return i1 + i2 */
lua/src/lmathlib.c:402
↓ 2 callers
Function
_testTreeAt
src/search.cpp:363
↓ 2 callers
Method
activeDifference
src/config.cpp:124
↓ 2 callers
Method
activeDisp
src/config.cpp:119
↓ 2 callers
Function
adddigit
** Add integer part of 'x' to buffer and return new 'x' */
lua/src/lstrlib.c:1016
↓ 2 callers
Function
addfield
lua/src/ltablib.c:147
↓ 2 callers
Function
allocupvalue
lua/src/lparser.c:352
↓ 2 callers
Function
applyHeightShading
src/world.cpp:251
↓ 2 callers
Function
arrayindex
** 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 callers
Function
atomic2gen
** 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 callers
Function
aux_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 callers
Function
aux_rawset
lua/src/lapi.c:900
↓ 2 callers
Function
aux_upvalue
lua/src/lapi.c:1360
↓ 2 callers
Function
auxgetstr
lua/src/lapi.c:643
↓ 2 callers
Function
auxresume
** Resumes a coroutine. Returns the number of results for non-error ** cases or -1 for errors. */
lua/src/lcorolib.c:32
↓ 2 callers
Function
auxsetstr
** t[k] = value at the top of the stack (where 'k' is a string) */
lua/src/lapi.c:833
↓ 2 callers
Function
auxstatus
lua/src/lcorolib.c:127
↓ 2 callers
Function
auxupvalue
** get (if 'get' is true) or set an upvalue from a closure */
lua/src/ldblib.c:258
↓ 2 callers
Function
binsearch
lua/src/ltable.c:878
↓ 2 callers
Function
callallpendingfinalizers
** call all pending finalizers */
lua/src/lgc.c:942
↓ 2 callers
Function
checkSizes
** If possible, shrink string table. */
lua/src/lgc.c:863
↓ 2 callers
Function
check_readonly
** Raises an error if variable described by 'e' is read only */
lua/src/lparser.c:277
↓ 2 callers
Function
checkcontrol
** Check whether message is a control message. If so, execute the ** control or ignore it if unknown. */
lua/src/lauxlib.c:1046
↓ 2 callers
Function
checkliteral
lua/src/lundump.c:273
↓ 2 callers
Function
checkmode
lua/src/ldo.c:952
↓ 2 callers
Function
checktab
** 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 callers
Function
classend
lua/src/lstrlib.c:403
↓ 2 callers
Function
clearbykeys
** clear entries with unmarked keys from all weaktables in list 'l' */
lua/src/lgc.c:717
↓ 2 callers
Function
cleargraylists
lua/src/lgc.c:388
↓ 2 callers
Function
close_func
lua/src/lparser.c:755
↓ 2 callers
Function
close_state
lua/src/lstate.c:269
↓ 2 callers
Function
code_loadbool
lua/src/lcode.c:888
↓ 2 callers
Function
codearith
** 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 callers
Function
codeextraarg
** Emit an "extra argument" instruction (format 'iAx') */
lua/src/lcode.c:440
↓ 2 callers
Function
codeorder
** 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 callers
Function
cond
lua/src/lparser.c:1405
↓ 2 callers
Function
const2val
** Get the constant value from a constant expression */
lua/src/lcode.c:74
↓ 2 callers
Function
constfolding
** Try to "constant-fold" an operation; return 1 iff successful. ** (In this case, 'e1' has the final result.) */
lua/src/lcode.c:1333
↓ 2 callers
Function
constructor
lua/src/lparser.c:924
↓ 2 callers
Function
convergeephemerons
** 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 callers
Function
copy2buff
copy strings in stack from top - n up to top - 1 to buffer */
lua/src/lvm.c:624
↓ 2 callers
Method
copyText
src/mapview.cpp:464
↓ 2 callers
Function
countint
lua/src/ltable.c:411
↓ 2 callers
Function
createlabel
** 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 callers
Function
createstrobj
** creates a new string object */
lua/src/lstring.c:143
↓ 2 callers
Function
csvline
src/tablocations.cpp:485
↓ 2 callers
Function
deletelist
** Delete all objects in list 'p' until (but not including) object ** 'limit'. */
lua/src/lgc.c:1491
↓ 2 callers
Method
detail
src/world.cpp:53
↓ 2 callers
Function
digit
** Read an integer numeral from string 'fmt' or return 'df' if ** there is no numeral */
lua/src/lstrlib.c:1447
↓ 2 callers
Function
discharge2anyreg
** 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 callers
Function
discharge2reg
** 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 callers
Function
doREPL
** Do the REPL: repeatedly read (load) a line, evaluate (call) it, and ** print any results. */
lua/src/lua.c:584
↓ 2 callers
Function
dochunk
lua/src/lua.c:194
↓ 2 callers
Function
dofile
lua/src/lua.c:200
↓ 2 callers
Function
dostring
lua/src/lua.c:205
↓ 2 callers
Function
draw_grid_rec
src/world.cpp:1118
↓ 2 callers
Function
dumpFunction
lua/src/ldump.c:179
↓ 2 callers
Function
dumpInteger
lua/src/ldump.c:83
↓ 2 callers
Function
dumpNumber
lua/src/ldump.c:78
↓ 2 callers
Function
entergen
** 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 callers
Function
error_expected
lua/src/lparser.c:68
↓ 2 callers
Function
findlabel
** Search for an active label with the given name. */
lua/src/lparser.c:543
↓ 2 callers
Function
finishbinexpneg
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 callers
Function
finishgencycle
** Finish a young-generation collection. */
lua/src/lgc.c:1211
↓ 2 callers
Function
finishpcall
** 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 callers
Function
firsttry
** 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 callers
Function
fitsBx
** Check whether 'i' can be stored in an 'sBx' operand. */
lua/src/lcode.c:667
↓ 2 callers
Function
fixforjump
** 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 callers
Function
forbody
** Generate code for a 'for' loop. */
lua/src/lparser.c:1543
↓ 2 callers
Function
formatvarinfo
lua/src/ldebug.c:693
↓ 2 callers
Function
freeregs
** Free two registers in proper order */
lua/src/lcode.c:502
↓ 2 callers
Function
freestack
lua/src/lstate.c:203
↓ 2 callers
Function
fullgen
** Does a full collection in generational mode. */
lua/src/lgc.c:1339
↓ 2 callers
Function
funcargs
lua/src/lparser.c:1024
↓ 2 callers
Function
funcnamefromcall
** Try to find a name for a function based on how it was called. */
lua/src/ldebug.c:638
↓ 2 callers
Function
g_iofile
lua/src/liolib.c:318
↓ 2 callers
Function
g_write
lua/src/liolib.c:660
↓ 2 callers
Function
get2digits
lua/src/lstrlib.c:1210
↓ 2 callers
Function
getPosBuf
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 callers
Method
getProgress
src/searchthread.cpp:656
↓ 2 callers
Function
getScriptHash
src/scripts.cpp:63
↓ 2 callers
Method
getSearchConfig
src/formsearchcontrol.cpp:185
← previous
next →
401–500 of 1,749, ranked by callers