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
↓ 5 callers
Function
sort_comp
** Return true iff value at stack index 'a' is less than the value at ** index 'b' (according to the order of the sort). */
lua/src/ltablib.c:275
↓ 5 callers
Function
statlist
lua/src/lparser.c:798
↓ 5 callers
Method
summary
src/search.cpp:22
↓ 5 callers
Function
sweepgen
** Sweep for generational mode. Delete dead objects. (Because the ** collection is not incremental, there are no "new white" objects ** during the swe
lua/src/lgc.c:1089
↓ 5 callers
Method
take
src/world.cpp:1002
↓ 5 callers
Function
u_posrelat
from strlib */ translate a relative string position: negative means back from end */
lua/src/lutf8lib.c:43
↓ 5 callers
Method
write
src/config.cpp:106
↓ 4 callers
Function
Int2I
convert a 'lua_Unsigned' to a 'Rand64' */
lua/src/lmathlib.c:507
↓ 4 callers
Function
atomic
lua/src/lgc.c:1518
↓ 4 callers
Function
block
lua/src/lparser.c:1304
↓ 4 callers
Function
block_follow
** check whether current token is in the follow set of a block. ** 'until' closes syntactical blocks, but do not close scope, ** so it is handled in s
lua/src/lparser.c:787
↓ 4 callers
Function
callbinTM
lua/src/ltm.c:137
↓ 4 callers
Function
checkpointer
** If pointer 'p' points to 'o', move it to the next element. */
lua/src/lgc.c:989
↓ 4 callers
Method
clearSelection
src/formconditions.cpp:165
↓ 4 callers
Function
clearbyvalues
** clear entries with unmarked values from all weaktables in list 'l' up ** to element 'f' */
lua/src/lgc.c:736
↓ 4 callers
Function
codebinexpval
** Emit code for binary expressions that "produce values" over ** two registers. */
lua/src/lcode.c:1392
↓ 4 callers
Function
codestring
lua/src/lparser.c:159
↓ 4 callers
Function
condjump
** Code a "conditional jump", that is, a test or comparison opcode ** followed by a jump. Return jump position. */
lua/src/lcode.c:222
↓ 4 callers
Function
correctgraylist
** Correct a list of gray objects. Return pointer to where rest of the ** list should be linked. ** Because this correction is done after sweeping, yo
lua/src/lgc.c:1146
↓ 4 callers
Function
csvline
src/tabbiomes.cpp:742
↓ 4 callers
Function
currentpc
lua/src/ldebug.c:41
↓ 4 callers
Method
data
src/formsearchcontrol.cpp:17
↓ 4 callers
Method
deleteWorld
src/mapview.cpp:85
↓ 4 callers
Function
docall
** Interface to 'lua_pcall', which sets appropriate message function ** and C-signal handler. Used to run all chunks. */
lua/src/lua.c:153
↓ 4 callers
Method
enabled
src/config.h:154
↓ 4 callers
Function
findQuadStructs
src/search.cpp:2169
↓ 4 callers
Function
fitsC
** Check whether 'i' can be stored in an 'sC' operand. Equivalent to ** (0 <= int2sC(i) && int2sC(i) <= MAXARG_C) but without risk of ** overflows in
lua/src/lcode.c:659
↓ 4 callers
Function
fixjump
** Fix jump instruction at position 'pc' to jump to 'dest'. ** (Jump addresses are relative in Lua) */
lua/src/lcode.c:167
↓ 4 callers
Function
freeobj
lua/src/lgc.c:764
↓ 4 callers
Function
getBiomeIcon
src/util.cpp:321
↓ 4 callers
Method
getConfig
src/formgen48.cpp:195
↓ 4 callers
Function
getVersStr
src/aboutdialog.h:25
↓ 4 callers
Method
getX
src/mapview.cpp:264
↓ 4 callers
Method
getZ
src/mapview.cpp:292
↓ 4 callers
Function
getco
lua/src/lcorolib.c:21
↓ 4 callers
Function
getjump
** Gets the destination address of a jump instruction. Used to traverse ** a list of jumps. */
lua/src/lcode.c:154
↓ 4 callers
Function
getnumlimit
** Read an integer numeral and raises an error if it is larger ** than the maximum size for integers. */
lua/src/lstrlib.c:1466
↓ 4 callers
Function
getobjname
lua/src/ldebug.c:526
↓ 4 callers
Function
intersectLineLine
src/search.cpp:890
↓ 4 callers
Function
isSCnumber
** Check whether expression 'e' is a literal integer or float in ** proper range to fit in a register (sB or sC). */
lua/src/lcode.c:1255
↓ 4 callers
Method
load
src/tablocations.cpp:186
↓ 4 callers
Function
loadLine
src/tablocations.cpp:181
↓ 4 callers
Function
loadLine
src/tabstructures.cpp:294
↓ 4 callers
Function
loadStringN
** Load a nullable string into prototype 'p'. */
lua/src/lundump.c:110
↓ 4 callers
Function
luaC_fix
lua/src/lgc.c:243
↓ 4 callers
Function
luaD_inctop
lua/src/ldo.c:293
↓ 4 callers
Function
luaD_reallocstack
** Reallocate the stack to a new size, correcting all pointers into ** it. (There are pointers to a stack from its upvalues, from its list ** of call
lua/src/ldo.c:191
↓ 4 callers
Function
luaF_newproto
lua/src/lfunc.c:240
↓ 4 callers
Function
luaG_forerror
lua/src/ldebug.c:752
↓ 4 callers
Function
luaH_finishset
** Finish a raw "set table" operation, where 'slot' is where the value ** should have been (the result of a previous "get table"). ** Beware: when usi
lua/src/ltable.c:809
↓ 4 callers
Function
luaH_get
** main search function */
lua/src/ltable.c:786
↓ 4 callers
Function
luaK_indexed
** Create expression 't[k]'. 't' must have its final result already in a ** register or upvalue. Upvalues can only be indexed by literal strings. ** K
lua/src/lcode.c:1278
↓ 4 callers
Function
luaK_patchlist
** Path all jumps in 'list' to jump to 'target'. ** (The assert means that we cannot fix a jump to a forward address ** because we only know addresses
lua/src/lcode.c:306
↓ 4 callers
Function
luaK_storevar
** Generate code to store result of expression 'ex' into variable 'var'. */
lua/src/lcode.c:1048
↓ 4 callers
Function
luaL_checkoption
lua/src/lauxlib.c:360
↓ 4 callers
Function
luaO_hexavalue
lua/src/lobject.c:135
↓ 4 callers
Function
luaO_pushvfstring
** this function handles only '%d', '%c', '%f', '%p', '%s', and '%%' conventional formats, plus Lua-specific '%I' and '%U' */
lua/src/lobject.c:470
↓ 4 callers
Function
luaT_callTMres
lua/src/ltm.c:119
↓ 4 callers
Function
luaT_objtypename
** Return the name of the type of an object. For tables and userdata ** with metatable, use their '__name' metafield, if present. */
lua/src/ltm.c:91
↓ 4 callers
Function
luaV_concat
** Main operation for concatenation: concat 'total' values in the stack, ** from 'L->top - total' up to 'L->top - 1'. */
lua/src/lvm.c:638
↓ 4 callers
Function
luaV_shiftl
lua/src/lvm.c:772
↓ 4 callers
Function
luaX_token2str
lua/src/llex.c:82
↓ 4 callers
Function
lua_compare
lua/src/lapi.c:355
↓ 4 callers
Function
lua_isnumber
lua/src/lapi.c:313
↓ 4 callers
Function
lua_load
lua/src/lapi.c:1090
↓ 4 callers
Function
lua_newuserdatauv
lua/src/lapi.c:1346
↓ 4 callers
Function
lua_pushthread
lua/src/lapi.c:628
↓ 4 callers
Function
lua_tointegerx
lua/src/lapi.c:393
↓ 4 callers
Function
mainpositionTV
** returns the 'main' position of an element in a table (that is, ** the index of its hash value). */
lua/src/ltable.c:151
↓ 4 callers
Function
message
src/message.cpp:63
↓ 4 callers
Method
on_buttonRemoveAll_clicked
src/formconditions.cpp:239
↓ 4 callers
Function
precallC
** precall for C functions */
lua/src/ldo.c:493
↓ 4 callers
Function
prepbuffsize
** Returns a pointer to a free area with at least 'sz' bytes in buffer ** 'B'. 'boxidx' is the relative position in the stack where is the ** buffer's
lua/src/lauxlib.c:546
↓ 4 callers
Function
push_captures
lua/src/lstrlib.c:735
↓ 4 callers
Function
qmonumentQual
returns for a >90% quadmonument the number of blocks, by area, in spawn range
src/seedtables.h:139
↓ 4 callers
Function
reallymarkobject
** Mark an object. Userdata with no user values, strings, and closed ** upvalues are visited and turned black here. Open upvalues are ** already ind
lua/src/lgc.c:291
↓ 4 callers
Function
resume_error
** Signal an error in the call to 'lua_resume', not in the execution ** of the coroutine itself. (Such errors should not be handled by any ** coroutin
lua/src/ldo.c:742
↓ 4 callers
Method
set
src/search.cpp:227
↓ 4 callers
Method
setHighlight
src/widgets.cpp:402
↓ 4 callers
Function
setpause
** Set the "time" to wait before starting a new GC cycle; cycle will ** start when memory use hits the threshold of ('estimate' * pause / ** PAUSEADJ)
lua/src/lgc.c:1458
↓ 4 callers
Function
settabss
** Variations of 'lua_settable', used by 'db_getinfo' to put results ** from 'lua_getinfo' into result table. Key is always a string; ** value can be
lua/src/ldblib.c:111
↓ 4 callers
Function
smoothmotion
src/mapview.cpp:241
↓ 4 callers
Method
stopSearch
src/formsearchcontrol.cpp:228
↓ 4 callers
Function
tablerehash
lua/src/lstring.c:62
↓ 4 callers
Function
tag_error
lua/src/lauxlib.c:207
↓ 3 callers
Function
I2UInt
convert a 'Rand64' to a 'lua_Unsigned' */
lua/src/lmathlib.c:502
↓ 3 callers
Function
Ishl
return i << n */
lua/src/lmathlib.c:390
↓ 3 callers
Method
addItemCondition
src/formconditions.cpp:414
↓ 3 callers
Function
addlenmod
** add length modifier into formats */
lua/src/lstrlib.c:1263
↓ 3 callers
Function
addnum2buff
** Add a number to the buffer. */
lua/src/lobject.c:459
↓ 3 callers
Function
adjust_assign
** Adjust the number of results from an expression list 'e' with 'nexps' ** expressions to 'nvars' values. */
lua/src/lparser.c:481
↓ 3 callers
Function
aux_close
** Calls the 'close' function from a file handle. The 'volatile' avoids ** a bug in some versions of the Clang compiler (e.g., clang 3.0 for ** 32 bit
lua/src/liolib.c:214
↓ 3 callers
Function
body
lua/src/lparser.c:989
↓ 3 callers
Function
cannot
lua/src/luac.c:48
↓ 3 callers
Function
ccall
** Call a function (C or Lua) through C. 'inc' can be 1 (increment ** number of recursive invocations in the C stack) or nyci (the same ** plus increm
lua/src/ldo.c:602
↓ 3 callers
Function
check_next2
** Check whether current char is in set 'set' (with two chars) and ** saves it */
lua/src/llex.c:204
↓ 3 callers
Function
checkfield
lua/src/ltablib.c:36
↓ 3 callers
Function
checklimit
lua/src/lparser.c:87
↓ 3 callers
Function
checkload
lua/src/loadlib.c:534
↓ 3 callers
Function
checkupval
** Check whether a given upvalue from a given closure exists and ** returns its index */
lua/src/ldblib.c:285
← previous
next →
201–300 of 1,749, ranked by callers