MCPcopy Create free account

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

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

↓ 5 callersFunctionsort_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 callersFunctionstatlist
lua/src/lparser.c:798
↓ 5 callersMethodsummary
src/search.cpp:22
↓ 5 callersFunctionsweepgen
** 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 callersMethodtake
src/world.cpp:1002
↓ 5 callersFunctionu_posrelat
from strlib */ translate a relative string position: negative means back from end */
lua/src/lutf8lib.c:43
↓ 5 callersMethodwrite
src/config.cpp:106
↓ 4 callersFunctionInt2I
convert a 'lua_Unsigned' to a 'Rand64' */
lua/src/lmathlib.c:507
↓ 4 callersFunctionatomic
lua/src/lgc.c:1518
↓ 4 callersFunctionblock
lua/src/lparser.c:1304
↓ 4 callersFunctionblock_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 callersFunctioncallbinTM
lua/src/ltm.c:137
↓ 4 callersFunctioncheckpointer
** If pointer 'p' points to 'o', move it to the next element. */
lua/src/lgc.c:989
↓ 4 callersMethodclearSelection
src/formconditions.cpp:165
↓ 4 callersFunctionclearbyvalues
** clear entries with unmarked values from all weaktables in list 'l' up ** to element 'f' */
lua/src/lgc.c:736
↓ 4 callersFunctioncodebinexpval
** Emit code for binary expressions that "produce values" over ** two registers. */
lua/src/lcode.c:1392
↓ 4 callersFunctioncodestring
lua/src/lparser.c:159
↓ 4 callersFunctioncondjump
** Code a "conditional jump", that is, a test or comparison opcode ** followed by a jump. Return jump position. */
lua/src/lcode.c:222
↓ 4 callersFunctioncorrectgraylist
** 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 callersFunctioncsvline
src/tabbiomes.cpp:742
↓ 4 callersFunctioncurrentpc
lua/src/ldebug.c:41
↓ 4 callersMethoddata
src/formsearchcontrol.cpp:17
↓ 4 callersMethoddeleteWorld
src/mapview.cpp:85
↓ 4 callersFunctiondocall
** Interface to 'lua_pcall', which sets appropriate message function ** and C-signal handler. Used to run all chunks. */
lua/src/lua.c:153
↓ 4 callersMethodenabled
src/config.h:154
↓ 4 callersFunctionfindQuadStructs
src/search.cpp:2169
↓ 4 callersFunctionfitsC
** 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 callersFunctionfixjump
** Fix jump instruction at position 'pc' to jump to 'dest'. ** (Jump addresses are relative in Lua) */
lua/src/lcode.c:167
↓ 4 callersFunctionfreeobj
lua/src/lgc.c:764
↓ 4 callersFunctiongetBiomeIcon
src/util.cpp:321
↓ 4 callersMethodgetConfig
src/formgen48.cpp:195
↓ 4 callersFunctiongetVersStr
src/aboutdialog.h:25
↓ 4 callersMethodgetX
src/mapview.cpp:264
↓ 4 callersMethodgetZ
src/mapview.cpp:292
↓ 4 callersFunctiongetco
lua/src/lcorolib.c:21
↓ 4 callersFunctiongetjump
** Gets the destination address of a jump instruction. Used to traverse ** a list of jumps. */
lua/src/lcode.c:154
↓ 4 callersFunctiongetnumlimit
** Read an integer numeral and raises an error if it is larger ** than the maximum size for integers. */
lua/src/lstrlib.c:1466
↓ 4 callersFunctiongetobjname
lua/src/ldebug.c:526
↓ 4 callersFunctionintersectLineLine
src/search.cpp:890
↓ 4 callersFunctionisSCnumber
** 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 callersMethodload
src/tablocations.cpp:186
↓ 4 callersFunctionloadLine
src/tablocations.cpp:181
↓ 4 callersFunctionloadLine
src/tabstructures.cpp:294
↓ 4 callersFunctionloadStringN
** Load a nullable string into prototype 'p'. */
lua/src/lundump.c:110
↓ 4 callersFunctionluaC_fix
lua/src/lgc.c:243
↓ 4 callersFunctionluaD_inctop
lua/src/ldo.c:293
↓ 4 callersFunctionluaD_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 callersFunctionluaF_newproto
lua/src/lfunc.c:240
↓ 4 callersFunctionluaG_forerror
lua/src/ldebug.c:752
↓ 4 callersFunctionluaH_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 callersFunctionluaH_get
** main search function */
lua/src/ltable.c:786
↓ 4 callersFunctionluaK_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 callersFunctionluaK_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 callersFunctionluaK_storevar
** Generate code to store result of expression 'ex' into variable 'var'. */
lua/src/lcode.c:1048
↓ 4 callersFunctionluaL_checkoption
lua/src/lauxlib.c:360
↓ 4 callersFunctionluaO_hexavalue
lua/src/lobject.c:135
↓ 4 callersFunctionluaO_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 callersFunctionluaT_callTMres
lua/src/ltm.c:119
↓ 4 callersFunctionluaT_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 callersFunctionluaV_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 callersFunctionluaV_shiftl
lua/src/lvm.c:772
↓ 4 callersFunctionluaX_token2str
lua/src/llex.c:82
↓ 4 callersFunctionlua_compare
lua/src/lapi.c:355
↓ 4 callersFunctionlua_isnumber
lua/src/lapi.c:313
↓ 4 callersFunctionlua_load
lua/src/lapi.c:1090
↓ 4 callersFunctionlua_newuserdatauv
lua/src/lapi.c:1346
↓ 4 callersFunctionlua_pushthread
lua/src/lapi.c:628
↓ 4 callersFunctionlua_tointegerx
lua/src/lapi.c:393
↓ 4 callersFunctionmainpositionTV
** returns the 'main' position of an element in a table (that is, ** the index of its hash value). */
lua/src/ltable.c:151
↓ 4 callersFunctionmessage
src/message.cpp:63
↓ 4 callersMethodon_buttonRemoveAll_clicked
src/formconditions.cpp:239
↓ 4 callersFunctionprecallC
** precall for C functions */
lua/src/ldo.c:493
↓ 4 callersFunctionprepbuffsize
** 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 callersFunctionpush_captures
lua/src/lstrlib.c:735
↓ 4 callersFunctionqmonumentQual
returns for a >90% quadmonument the number of blocks, by area, in spawn range
src/seedtables.h:139
↓ 4 callersFunctionreallymarkobject
** 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 callersFunctionresume_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 callersMethodset
src/search.cpp:227
↓ 4 callersMethodsetHighlight
src/widgets.cpp:402
↓ 4 callersFunctionsetpause
** 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 callersFunctionsettabss
** 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 callersFunctionsmoothmotion
src/mapview.cpp:241
↓ 4 callersMethodstopSearch
src/formsearchcontrol.cpp:228
↓ 4 callersFunctiontablerehash
lua/src/lstring.c:62
↓ 4 callersFunctiontag_error
lua/src/lauxlib.c:207
↓ 3 callersFunctionI2UInt
convert a 'Rand64' to a 'lua_Unsigned' */
lua/src/lmathlib.c:502
↓ 3 callersFunctionIshl
return i << n */
lua/src/lmathlib.c:390
↓ 3 callersMethodaddItemCondition
src/formconditions.cpp:414
↓ 3 callersFunctionaddlenmod
** add length modifier into formats */
lua/src/lstrlib.c:1263
↓ 3 callersFunctionaddnum2buff
** Add a number to the buffer. */
lua/src/lobject.c:459
↓ 3 callersFunctionadjust_assign
** Adjust the number of results from an expression list 'e' with 'nexps' ** expressions to 'nvars' values. */
lua/src/lparser.c:481
↓ 3 callersFunctionaux_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 callersFunctionbody
lua/src/lparser.c:989
↓ 3 callersFunctioncannot
lua/src/luac.c:48
↓ 3 callersFunctionccall
** 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 callersFunctioncheck_next2
** Check whether current char is in set 'set' (with two chars) and ** saves it */
lua/src/llex.c:204
↓ 3 callersFunctioncheckfield
lua/src/ltablib.c:36
↓ 3 callersFunctionchecklimit
lua/src/lparser.c:87
↓ 3 callersFunctioncheckload
lua/src/loadlib.c:534
↓ 3 callersFunctioncheckupval
** Check whether a given upvalue from a given closure exists and ** returns its index */
lua/src/ldblib.c:285
← previousnext →201–300 of 1,749, ranked by callers