MCPcopy Create free account

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

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

↓ 3 callersFunctionclearbuff
** empty the buffer space into the stack */
lua/src/lobject.c:418
↓ 3 callersFunctioncodebini
** Code binary operators with immediate operands. */
lua/src/lcode.c:1404
↓ 3 callersFunctioncodename
lua/src/lparser.c:166
↓ 3 callersFunctioncreatestdfile
lua/src/liolib.c:806
↓ 3 callersFunctiondumpSize
lua/src/ldump.c:61
↓ 3 callersFunctionenterinc
** 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 callersFunctionentersweep
** 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 callersFunctionerrfile
lua/src/lauxlib.c:733
↓ 3 callersFunctionexchangehashpart
** Exchange the hash part of 't1' and 't2'. */
lua/src/ltable.c:525
↓ 3 callersFunctionexp1
** Read an expression and generate code to put its results in next ** stack slot. ** */
lua/src/lparser.c:1516
↓ 3 callersFunctionexp2reg
** 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 callersFunctionfieldsel
lua/src/lparser.c:810
↓ 3 callersFunctionfindfile
lua/src/loadlib.c:522
↓ 3 callersFunctionfinishrawget
lua/src/lapi.c:718
↓ 3 callersFunctionfreeexps
** Free registers used by expressions 'e1' and 'e2' (if any) in proper ** order. */
lua/src/lcode.c:527
↓ 3 callersFunctionfreehash
lua/src/ltable.c:369
↓ 3 callersFunctiong_read
lua/src/liolib.c:566
↓ 3 callersFunctiongenlink
** 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 callersFunctiongetAbbrNum
src/searchthread.cpp:645
↓ 3 callersFunctiongetLayerOptionInfo
src/layerdialog.cpp:8
↓ 3 callersFunctiongetLuaDir
src/scripts.cpp:54
↓ 3 callersFunctiongetRnd64
get a random 64-bit integer
src/util.cpp:189
↓ 3 callersMethodgetScale
src/mapview.h:37
↓ 3 callersMethodgetShow
src/mapview.cpp:172
↓ 3 callersFunctiongetStartPieceName
src/util.cpp:10
↓ 3 callersMethodgetVisible
src/mapview.cpp:328
↓ 3 callersFunctiongetbuff
** 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 callersFunctiongetdetails
** 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 callersFunctiongetgeneric
** "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 callersFunctiongethexa
lua/src/llex.c:328
↓ 3 callersFunctiongetiofile
lua/src/liolib.c:308
↓ 3 callersFunctiongetjumpcontrol
** 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 callersFunctiongetupvalref
lua/src/lapi.c:1420
↓ 3 callersFunctiongxf
** Check whether table being indexed by instruction 'i' is the ** environment '_ENV' */
lua/src/ldebug.c:515
↓ 3 callersFunctioninitheader
** Initialize Header */
lua/src/lstrlib.c:1478
↓ 3 callersFunctionisSCint
** Check whether expression 'e' is a literal integer in ** proper range to fit in register sC */
lua/src/lcode.c:1246
↓ 3 callersFunctionisneg
lua/src/lobject.c:141
↓ 3 callersFunctionkname
** Find a "name" for the constant 'c'. */
lua/src/ldebug.c:427
↓ 3 callersFunctionl_message
** Prints an error message, adding the program name in front of it ** (if present) */
lua/src/lua.c:110
↓ 3 callersFunctionloadCheck
src/tabbiomes.cpp:438
↓ 3 callersFunctionlookforfunc
** 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 callersFunctionluaC_changemode
** Change collector mode to 'newmode'. */
lua/src/lgc.c:1324
↓ 3 callersFunctionluaC_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 callersFunctionluaD_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 callersFunctionluaD_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 callersFunctionluaD_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 callersFunctionluaF_closeupval
** Close all upvalues up to the given stack level. */
lua/src/lfunc.c:194
↓ 3 callersFunctionluaF_getlocalname
** Look for n-th local variable at line 'line' in function 'func'. ** Returns NULL if not found. */
lua/src/lfunc.c:283
↓ 3 callersFunctionluaF_newLclosure
lua/src/lfunc.c:35
↓ 3 callersFunctionluaF_newtbcupval
** Insert a variable in the list of to-be-closed variables. */
lua/src/lfunc.c:169
↓ 3 callersFunctionluaG_findlocal
lua/src/ldebug.c:196
↓ 3 callersFunctionluaH_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 callersFunctionluaH_setint
lua/src/ltable.c:828
↓ 3 callersFunctionluaK_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 callersFunctionluaK_goiftrue
** Emit code to go through if 'e' is true, jump otherwise. */
lua/src/lcode.c:1133
↓ 3 callersFunctionluaK_isKint
** Check whether expression 'e' is a literal integer. */
lua/src/lcode.c:1228
↓ 3 callersFunctionluaK_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 callersFunctionluaL_addgsub
lua/src/lauxlib.c:988
↓ 3 callersFunctionluaL_gsub
lua/src/lauxlib.c:1001
↓ 3 callersFunctionluaL_newstate
lua/src/lauxlib.c:1088
↓ 3 callersFunctionluaL_optlstring
lua/src/lauxlib.c:409
↓ 3 callersFunctionluaL_where
** The use of 'lua_pushfstring' ensures this function does not ** need reserved stack space when called. */
lua/src/lauxlib.c:216
↓ 3 callersFunctionluaO_ceillog2
** Computes ceil(log2(x)) */
lua/src/lobject.c:35
↓ 3 callersFunctionluaO_str2num
lua/src/lobject.c:308
↓ 3 callersFunctionluaS_createlngstrobj
lua/src/lstring.c:157
↓ 3 callersFunctionluaS_hash
lua/src/lstring.c:43
↓ 3 callersFunctionluaT_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 callersFunctionluaV_execute
lua/src/lvm.c:1139
↓ 3 callersFunctionluaX_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 callersFunctionlua_pcallk
lua/src/lapi.c:1046
↓ 3 callersFunctionlua_rawequal
lua/src/lapi.c:332
↓ 3 callersFunctionlua_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 callersFunctionlua_stringtonumber
lua/src/lapi.c:375
↓ 3 callersFunctionlua_tothread
lua/src/lapi.c:466
↓ 3 callersFunctionlua_warning
lua/src/lapi.c:1338
↓ 3 callersFunctionmarkold
** 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 callersFunctionmatchbracketclass
lua/src/lstrlib.c:447
↓ 3 callersFunctionnewfile
lua/src/liolib.c:253
↓ 3 callersFunctionnewgotoentry
lua/src/lparser.c:574
↓ 3 callersFunctionnewprefile
** 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 callersFunctionnextrand
lua/src/lmathlib.c:308
↓ 3 callersFunctionpackint
** 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 callersFunctionpatchlistaux
** 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 callersMethodprepareSurfaceNoise
src/search.cpp:342
↓ 3 callersFunctionprepstate
lua/src/lstrlib.c:757
↓ 3 callersFunctionpushnumint
lua/src/lmathlib.c:86
↓ 3 callersMethodreadHex
src/search.cpp:204
↓ 3 callersFunctionread_line
lua/src/liolib.c:519
↓ 3 callersFunctionreaddigits
** Read a sequence of (hex)digits */
lua/src/liolib.c:464
↓ 3 callersMethodrefresh
src/mapview.cpp:95
↓ 3 callersFunctionreprepstate
lua/src/lstrlib.c:767
↓ 3 callersMethodreset
src/config.cpp:22
↓ 3 callersFunctionresizebox
lua/src/lauxlib.c:473
↓ 3 callersFunctionreverse
** 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 callersFunctionrotl
rotate left 'x' by 'n' bits */
lua/src/lmathlib.c:304
↓ 3 callersMethodsetInactive
src/world.cpp:716
↓ 3 callersMethodsetInfo
src/widgets.cpp:142
↓ 3 callersMethodsetSelectPos
src/world.cpp:841
↓ 3 callersMethodsetShow
src/mapview.cpp:179
↓ 3 callersFunctionsetminordebt
** Set debt for the next minor collection, which will happen when ** memory grows 'genminormul'%. */
lua/src/lgc.c:1349
← previousnext →301–400 of 1,749, ranked by callers