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
clearbuff
** empty the buffer space into the stack */
lua/src/lobject.c:418
↓ 3 callers
Function
codebini
** Code binary operators with immediate operands. */
lua/src/lcode.c:1404
↓ 3 callers
Function
codename
lua/src/lparser.c:166
↓ 3 callers
Function
createstdfile
lua/src/liolib.c:806
↓ 3 callers
Function
dumpSize
lua/src/ldump.c:61
↓ 3 callers
Function
enterinc
** Enter incremental mode. Turn all objects white, make all ** intermediate lists point to NULL (to avoid invalid pointers), ** and go to the pause st
lua/src/lgc.c:1309
↓ 3 callers
Function
entersweep
** Enter first sweep phase. ** The call to 'sweeptolive' makes the pointer point to an object ** inside the list (instead of to the header), so that t
lua/src/lgc.c:1479
↓ 3 callers
Function
errfile
lua/src/lauxlib.c:733
↓ 3 callers
Function
exchangehashpart
** Exchange the hash part of 't1' and 't2'. */
lua/src/ltable.c:525
↓ 3 callers
Function
exp1
** Read an expression and generate code to put its results in next ** stack slot. ** */
lua/src/lparser.c:1516
↓ 3 callers
Function
exp2reg
** Ensures final expression result (which includes results from its ** jump lists) is in register 'reg'. ** If expression has jumps, need to patch the
lua/src/lcode.c:914
↓ 3 callers
Function
fieldsel
lua/src/lparser.c:810
↓ 3 callers
Function
findfile
lua/src/loadlib.c:522
↓ 3 callers
Function
finishrawget
lua/src/lapi.c:718
↓ 3 callers
Function
freeexps
** Free registers used by expressions 'e1' and 'e2' (if any) in proper ** order. */
lua/src/lcode.c:527
↓ 3 callers
Function
freehash
lua/src/ltable.c:369
↓ 3 callers
Function
g_read
lua/src/liolib.c:566
↓ 3 callers
Function
genlink
** Check whether object 'o' should be kept in the 'grayagain' list for ** post-processing by 'correctgraylist'. (It could put all old objects ** in th
lua/src/lgc.c:424
↓ 3 callers
Function
getAbbrNum
src/searchthread.cpp:645
↓ 3 callers
Function
getLayerOptionInfo
src/layerdialog.cpp:8
↓ 3 callers
Function
getLuaDir
src/scripts.cpp:54
↓ 3 callers
Function
getRnd64
get a random 64-bit integer
src/util.cpp:189
↓ 3 callers
Method
getScale
src/mapview.h:37
↓ 3 callers
Method
getShow
src/mapview.cpp:172
↓ 3 callers
Function
getStartPieceName
src/util.cpp:10
↓ 3 callers
Method
getVisible
src/mapview.cpp:328
↓ 3 callers
Function
getbuff
** Get a space of size 'sz' in the buffer. If buffer has not enough ** space, empty it. 'sz' must fit in an empty buffer. */
lua/src/lobject.c:428
↓ 3 callers
Function
getdetails
** Read, classify, and fill other details about the next option. ** 'psize' is filled with option's size, 'notoalign' with its ** alignment requiremen
lua/src/lstrlib.c:1541
↓ 3 callers
Function
getgeneric
** "Generic" get version. (Not that generic: not valid for integers, ** which may be in array part, nor for floats with integral values.) ** See expla
lua/src/ltable.c:297
↓ 3 callers
Function
gethexa
lua/src/llex.c:328
↓ 3 callers
Function
getiofile
lua/src/liolib.c:308
↓ 3 callers
Function
getjumpcontrol
** Returns the position of the instruction "controlling" a given ** jump (that is, its condition), or the jump itself if it is ** unconditional. */
lua/src/lcode.c:243
↓ 3 callers
Function
getupvalref
lua/src/lapi.c:1420
↓ 3 callers
Function
gxf
** Check whether table being indexed by instruction 'i' is the ** environment '_ENV' */
lua/src/ldebug.c:515
↓ 3 callers
Function
initheader
** Initialize Header */
lua/src/lstrlib.c:1478
↓ 3 callers
Function
isSCint
** Check whether expression 'e' is a literal integer in ** proper range to fit in register sC */
lua/src/lcode.c:1246
↓ 3 callers
Function
isneg
lua/src/lobject.c:141
↓ 3 callers
Function
kname
** Find a "name" for the constant 'c'. */
lua/src/ldebug.c:427
↓ 3 callers
Function
l_message
** Prints an error message, adding the program name in front of it ** (if present) */
lua/src/lua.c:110
↓ 3 callers
Function
loadCheck
src/tabbiomes.cpp:438
↓ 3 callers
Function
lookforfunc
** Look for a C function named 'sym' in a dynamically loaded library ** 'path'. ** First, check whether the library is already loaded; if not, try **
lua/src/loadlib.c:390
↓ 3 callers
Function
luaC_changemode
** Change collector mode to 'newmode'. */
lua/src/lgc.c:1324
↓ 3 callers
Function
luaC_fullgc
** Performs a full GC cycle; if 'isemergency', set a flag to avoid ** some operations which could change the interpreter state in some ** unexpected w
lua/src/lgc.c:1718
↓ 3 callers
Function
luaD_closeprotected
** Calls 'luaF_close' in protected mode. Return the original status ** or, in case of errors, the new status. */
lua/src/ldo.c:897
↓ 3 callers
Function
luaD_pcall
** Call the C function 'func' in protected mode, restoring basic ** thread information ('allowhook', etc.) and in particular ** its stack level in cas
lua/src/ldo.c:919
↓ 3 callers
Function
luaD_shrinkstack
** If stack size is more than 3 times the current use, reduce that size ** to twice the current use. (So, the final stack size is at most 2/3 the ** p
lua/src/ldo.c:274
↓ 3 callers
Function
luaF_closeupval
** Close all upvalues up to the given stack level. */
lua/src/lfunc.c:194
↓ 3 callers
Function
luaF_getlocalname
** Look for n-th local variable at line 'line' in function 'func'. ** Returns NULL if not found. */
lua/src/lfunc.c:283
↓ 3 callers
Function
luaF_newLclosure
lua/src/lfunc.c:35
↓ 3 callers
Function
luaF_newtbcupval
** Insert a variable in the list of to-be-closed variables. */
lua/src/lfunc.c:169
↓ 3 callers
Function
luaG_findlocal
lua/src/ldebug.c:196
↓ 3 callers
Function
luaH_set
** beware: when using this function you probably need to check a GC ** barrier and invalidate the TM cache. */
lua/src/ltable.c:822
↓ 3 callers
Function
luaH_setint
lua/src/ltable.c:828
↓ 3 callers
Function
luaK_codek
** Emit a "load constant" instruction, using either 'OP_LOADK' ** (if constant index 'k' fits in 18 bits) or an 'OP_LOADKX' ** instruction with "extra
lua/src/lcode.c:451
↓ 3 callers
Function
luaK_goiftrue
** Emit code to go through if 'e' is true, jump otherwise. */
lua/src/lcode.c:1133
↓ 3 callers
Function
luaK_isKint
** Check whether expression 'e' is a literal integer. */
lua/src/lcode.c:1228
↓ 3 callers
Function
luaK_setlist
** Emit a SETLIST instruction. ** 'base' is register that keeps table; ** 'nelems' is #table plus those to be stored now; ** 'tostore' is number of va
lua/src/lcode.c:1768
↓ 3 callers
Function
luaL_addgsub
lua/src/lauxlib.c:988
↓ 3 callers
Function
luaL_gsub
lua/src/lauxlib.c:1001
↓ 3 callers
Function
luaL_newstate
lua/src/lauxlib.c:1088
↓ 3 callers
Function
luaL_optlstring
lua/src/lauxlib.c:409
↓ 3 callers
Function
luaL_where
** The use of 'lua_pushfstring' ensures this function does not ** need reserved stack space when called. */
lua/src/lauxlib.c:216
↓ 3 callers
Function
luaO_ceillog2
** Computes ceil(log2(x)) */
lua/src/lobject.c:35
↓ 3 callers
Function
luaO_str2num
lua/src/lobject.c:308
↓ 3 callers
Function
luaS_createlngstrobj
lua/src/lstring.c:157
↓ 3 callers
Function
luaS_hash
lua/src/lstring.c:43
↓ 3 callers
Function
luaT_callorderTM
** Calls an order tag method. ** For lessequal, LUA_COMPAT_LT_LE keeps compatibility with old ** behavior: if there is no '__le', try '__lt', based on
lua/src/ltm.c:201
↓ 3 callers
Function
luaV_execute
lua/src/lvm.c:1139
↓ 3 callers
Function
luaX_newstring
** Creates a new string and anchors it in scanner's table so that it ** will not be collected until the end of the compilation; by that time ** it sho
lua/src/llex.c:134
↓ 3 callers
Function
lua_pcallk
lua/src/lapi.c:1046
↓ 3 callers
Function
lua_rawequal
lua/src/lapi.c:332
↓ 3 callers
Function
lua_sethook
** This function can be called during a signal, under "reasonable" ** assumptions. ** Fields 'basehookcount' and 'hookcount' (set by 'resethookcount')
lua/src/ldebug.c:131
↓ 3 callers
Function
lua_stringtonumber
lua/src/lapi.c:375
↓ 3 callers
Function
lua_tothread
lua/src/lapi.c:466
↓ 3 callers
Function
lua_warning
lua/src/lapi.c:1338
↓ 3 callers
Function
markold
** Mark black 'OLD1' objects when starting a new young collection. ** Gray objects are already in some gray list, and so will be visited ** in the ato
lua/src/lgc.c:1195
↓ 3 callers
Function
matchbracketclass
lua/src/lstrlib.c:447
↓ 3 callers
Function
newfile
lua/src/liolib.c:253
↓ 3 callers
Function
newgotoentry
lua/src/lparser.c:574
↓ 3 callers
Function
newprefile
** When creating file handles, always creates a 'closed' file handle ** before opening the actual file; so, if there is a memory error, the ** handle
lua/src/liolib.c:201
↓ 3 callers
Function
nextrand
lua/src/lmathlib.c:308
↓ 3 callers
Function
packint
** Pack integer 'n' with 'size' bytes and 'islittle' endianness. ** The final 'if' handles the case when 'size' is larger than ** the size of a Lua in
lua/src/lstrlib.c:1568
↓ 3 callers
Function
patchlistaux
** Traverse a list of tests, patching their destination address and ** registers: tests producing values jump to 'vtarget' (and put their ** values in
lua/src/lcode.c:288
↓ 3 callers
Method
prepareSurfaceNoise
src/search.cpp:342
↓ 3 callers
Function
prepstate
lua/src/lstrlib.c:757
↓ 3 callers
Function
pushnumint
lua/src/lmathlib.c:86
↓ 3 callers
Method
readHex
src/search.cpp:204
↓ 3 callers
Function
read_line
lua/src/liolib.c:519
↓ 3 callers
Function
readdigits
** Read a sequence of (hex)digits */
lua/src/liolib.c:464
↓ 3 callers
Method
refresh
src/mapview.cpp:95
↓ 3 callers
Function
reprepstate
lua/src/lstrlib.c:767
↓ 3 callers
Method
reset
src/config.cpp:22
↓ 3 callers
Function
resizebox
lua/src/lauxlib.c:473
↓ 3 callers
Function
reverse
** Reverse the stack segment from 'from' to 'to' ** (auxiliary to 'lua_rotate') ** Note that we move(copy) only the value inside the stack. ** (We do
lua/src/lapi.c:231
↓ 3 callers
Function
rotl
rotate left 'x' by 'n' bits */
lua/src/lmathlib.c:304
↓ 3 callers
Method
setInactive
src/world.cpp:716
↓ 3 callers
Method
setInfo
src/widgets.cpp:142
↓ 3 callers
Method
setSelectPos
src/world.cpp:841
↓ 3 callers
Method
setShow
src/mapview.cpp:179
↓ 3 callers
Function
setminordebt
** Set debt for the next minor collection, which will happen when ** memory grows 'genminormul'%. */
lua/src/lgc.c:1349
← previous
next →
301–400 of 1,749, ranked by callers