MCPcopy Create free account

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

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

↓ 8 callersFunctionluaS_newlstr
** new string (with explicit length) */
lua/src/lstring.c:221
↓ 8 callersFunctionluaV_finishget
** Finish the table access 'val = t[key]'. ** if 'slot' is NULL, 't' is not a table; otherwise, 'slot' points to ** t[k] entry (which must be empty).
lua/src/lvm.c:287
↓ 8 callersFunctionlua_getglobal
lua/src/lapi.c:670
↓ 8 callersFunctionlua_rawseti
lua/src/lapi.c:925
↓ 8 callersFunctionsetfield
** About the overflow check: an overflow cannot occur when time ** is represented by a lua_Integer, because either lua_Integer is ** large enough to r
lua/src/loslib.c:209
↓ 7 callersFunctionaddk
** Add constant 'v' to prototype's list of constants (field 'k'). ** Use scanner's table to cache position of constants in constant list ** and try to
lua/src/lcode.c:543
↓ 7 callersFunctionfreereg
** Free register 'reg', if it is neither a constant index nor ** a local variable. ) */
lua/src/lcode.c:491
↓ 7 callersMethodgetResults
src/formsearchcontrol.cpp:174
↓ 7 callersMethodinit
src/search.cpp:272
↓ 7 callersFunctionloadLine
src/tabbiomes.cpp:446
↓ 7 callersFunctionluaC_runtilstate
** advances the garbage collector until it reaches a state allowed ** by 'statemask' */
lua/src/lgc.c:1645
↓ 7 callersFunctionluaD_callnoyield
** Similar to 'luaD_call', but does not allow yields during the call. */
lua/src/ldo.c:626
↓ 7 callersFunctionluaD_poscall
** Finishes a function call: calls hook if necessary, moves current ** number of results to proper place, and returns to previous call ** info. If fun
lua/src/ldo.c:462
↓ 7 callersFunctionluaF_close
** Close all upvalues and to-be-closed variables up to the given stack ** level. */
lua/src/lfunc.c:228
↓ 7 callersFunctionluaG_getfuncline
** Get the line corresponding to instruction 'pc' in function 'f'; ** first gets a base line and from there does the increments until ** the desired i
lua/src/ldebug.c:83
↓ 7 callersFunctionluaK_getlabel
** returns current 'pc' and marks it as a jump target (to avoid wrong ** optimizations with consecutive instructions not in the same basic block). */
lua/src/lcode.c:232
↓ 7 callersFunctionluaL_getmetafield
lua/src/lauxlib.c:845
↓ 7 callersFunctionluaL_setfuncs
** set functions from list 'l' into table at top - 'nup'; each ** function gets the 'nup' elements at the top as upvalues. ** Returns with only the ta
lua/src/lauxlib.c:927
↓ 7 callersFunctionluaV_finishset
** Finish a table assignment 't[key] = val'. ** If 'slot' is NULL, 't' is not a table. Otherwise, 'slot' points ** to the entry 't[key]', or to a val
lua/src/lvm.c:330
↓ 7 callersFunctionlua_setmetatable
lua/src/lapi.c:937
↓ 7 callersFunctionmapopt2str
src/config.cpp:173
↓ 7 callersFunctionmatch
lua/src/lstrlib.c:570
↓ 7 callersFunctionreglevel
** Convert 'nvar', a compiler index level, to its corresponding ** register. For that, search for the highest variable below that level ** that is in
lua/src/lparser.c:229
↓ 7 callersFunctionsettabsi
lua/src/ldblib.c:116
↓ 7 callersFunctiontonumeral
** If expression is a numeric constant, fills 'v' with its value ** and returns 1. Otherwise, returns 0. */
lua/src/lcode.c:56
↓ 6 callersFunctionaddstr2buff
** Add 'str' to the buffer. If string is larger than the buffer space, ** push the string directly to the stack. */
lua/src/lobject.c:443
↓ 6 callersFunctioncheckformat
** Check whether a conversion specification is valid. When called, ** first character in 'form' must be '%' and last character must ** be a valid conv
lua/src/lstrlib.c:1225
↓ 6 callersFunctioncopywithendian
** Copy 'size' bytes from 'src' to 'dest', correcting endianness if ** given 'islittle' is different from native endianness. */
lua/src/lstrlib.c:1589
↓ 6 callersFunctioncsvline
src/tabstructures.cpp:484
↓ 6 callersFunctionesccheck
lua/src/llex.c:319
↓ 6 callersFunctiongetStructureConfig_override
src/main.cpp:14
↓ 6 callersFunctiongetfield
lua/src/loslib.c:251
↓ 6 callersFunctiongettable
lua/src/lapi.c:729
↓ 6 callersFunctiongetthread
** Auxiliary function used by several library functions: check for ** an optional thread as function's first argument and set 'arg' with ** 1 if this
lua/src/ldblib.c:94
↓ 6 callersMethodheaderData
src/tabbiomes.cpp:170
↓ 6 callersFunctionluaD_call
** External interface for 'ccall' */
lua/src/ldo.c:618
↓ 6 callersFunctionluaE_setdebt
** set GCdebt to a new value keeping the value (totalbytes + GCdebt) ** invariant (and avoiding underflows in 'totalbytes') */
lua/src/lstate.c:89
↓ 6 callersFunctionluaE_warning
lua/src/lstate.c:418
↓ 6 callersFunctionluaH_new
lua/src/ltable.c:624
↓ 6 callersFunctionluaK_code
** Emit instruction 'i', checking for array sizes and saving also its ** line information. Return 'i' position. */
lua/src/lcode.c:382
↓ 6 callersFunctionluaK_concat
** Concatenate jump-list 'l2' into jump-list 'l1' */
lua/src/lcode.c:181
↓ 6 callersFunctionluaK_semerror
semantic error */
lua/src/lcode.c:46
↓ 6 callersFunctionluaL_tolstring
lua/src/lauxlib.c:883
↓ 6 callersFunctionluaT_trybinTM
lua/src/ltm.c:148
↓ 6 callersFunctionluaV_tointegerns
** try to convert a value to an integer, rounding according to 'mode', ** without string coercion. ** ("Fast track" handled by macro 'tointegerns'.) *
lua/src/lvm.c:137
↓ 6 callersFunctionlua_checkstack
lua/src/lapi.c:109
↓ 6 callersFunctionlua_close
lua/src/lstate.c:411
↓ 6 callersFunctionlua_getinfo
lua/src/ldebug.c:383
↓ 6 callersFunctionlua_pushlightuserdata
lua/src/lapi.c:620
↓ 6 callersFunctionlua_rawgeti
lua/src/lapi.c:748
↓ 6 callersFunctionlua_rotate
** Let x = AB, where A is a prefix of length 'n'. Then, ** rotate x n == BA. But BA == (A^r . B^r)^r. */
lua/src/lapi.c:245
↓ 6 callersFunctionnew_localvar
** Create a new local variable with the given 'name'. Return its index ** in the function. */
lua/src/lparser.c:193
↓ 6 callersMethodread
src/config.cpp:85
↓ 6 callersFunctionset2
lua/src/ltablib.c:265
↓ 6 callersFunctionswapexps
lua/src/lcode.c:1435
↓ 6 callersFunctiontest2
** Accept current char if it is in 'set' (of size 2) */
lua/src/liolib.c:454
↓ 6 callersMethodupdate
src/world.cpp:696
↓ 5 callersFunctionIxor
i1 ^= i2 */
lua/src/lmathlib.c:396
↓ 5 callersFunctioncheck
** Check that next token is 'c'. */
lua/src/lparser.c:107
↓ 5 callersFunctioncheckstack
** If L1 != L, L1 can be in any state, and therefore there are no ** guarantees about its stack space; any push in L1 must be ** checked. */
lua/src/ldblib.c:35
↓ 5 callersFunctionclearkey
** Clear keys for empty entries in tables. If entry is empty, mark its ** entry as dead. This allows the collection of the key, but keeps its ** entry
lua/src/lgc.c:171
↓ 5 callersFunctioncodeABRK
lua/src/lcode.c:1038
↓ 5 callersMethodcolumnCount
src/tabbiomes.h:57
↓ 5 callersFunctioncubic_hermite
src/world.cpp:242
↓ 5 callersFunctiondumpString
lua/src/ldump.c:88
↓ 5 callersFunctionexplist
lua/src/lparser.c:1011
↓ 5 callersFunctionfatal
lua/src/luac.c:42
↓ 5 callersFunctionfinishbinexpval
** Emit code for binary expressions that "produce values" ** (everything but logical operators 'and'/'or' and comparison ** operators). ** Expression
lua/src/lcode.c:1374
↓ 5 callersMethodgetDim
src/config.cpp:285
↓ 5 callersFunctiongetScripts
src/scripts.cpp:69
↓ 5 callersFunctioninclinenumber
** increment line number and skips newline sequence (any of ** \n, \r, \n\r, or \r\n) */
lua/src/llex.c:156
↓ 5 callersFunctionindex2stack
** Convert a valid actual index (not a pseudo-index) to its address. */
lua/src/lapi.c:94
↓ 5 callersFunctioniscleared
** tells whether a key or value can be cleared from a weak ** table. Non-collectable objects are never removed from weak ** tables. Strings behave as
lua/src/lgc.c:185
↓ 5 callersFunctionluaD_hook
** Call a hook for the given event. Make sure there is a hook to be ** called. (Both 'L->hook' and 'L->hookmask', which trigger this ** function, can
lua/src/ldo.c:306
↓ 5 callersFunctionluaD_rawrunprotected
lua/src/ldo.c:138
↓ 5 callersFunctionluaD_seterrorobj
lua/src/ldo.c:91
↓ 5 callersFunctionluaG_typeerror
** Raise a type error with "standard" information about the faulty ** object 'o' (using 'varinfo'). */
lua/src/ldebug.c:733
↓ 5 callersFunctionluaH_getshortstr
** search function for short strings */
lua/src/ltable.c:756
↓ 5 callersFunctionluaH_resize
** Resize table 't' for the new given sizes. Both allocations (for ** the hash part and for the array part) can fail, which creates some ** subtleties
lua/src/ltable.c:551
↓ 5 callersFunctionluaK_codeABCk
** Format and emit an 'iABC' instruction. (Assertions check consistency ** of parameters versus opcode.) */
lua/src/lcode.c:397
↓ 5 callersFunctionluaK_codeABx
** Format and emit an 'iABx' instruction. */
lua/src/lcode.c:408
↓ 5 callersFunctionluaK_exp2RK
** Ensures final expression result is in a valid R/K index ** (that is, it is either in a register or in 'k' with an index ** in the range of R/K indi
lua/src/lcode.c:1028
↓ 5 callersFunctionluaL_buffinitsize
lua/src/lauxlib.c:638
↓ 5 callersFunctionluaL_getsubtable
** ensure that stack[idx][fname] has a table and push that table ** into the stack */
lua/src/lauxlib.c:948
↓ 5 callersFunctionluaL_pushresultsize
lua/src/lauxlib.c:603
↓ 5 callersFunctionlua_absindex
** convert an acceptable stack index into an absolute index */
lua/src/lapi.c:172
↓ 5 callersFunctionlua_concat
lua/src/lapi.c:1288
↓ 5 callersFunctionlua_error
lua/src/lapi.c:1241
↓ 5 callersFunctionlua_getmetatable
lua/src/lapi.c:779
↓ 5 callersFunctionlua_isstring
lua/src/lapi.c:320
↓ 5 callersFunctionlua_pushcclosure
lua/src/lapi.c:583
↓ 5 callersFunctionlua_rawget
lua/src/lapi.c:736
↓ 5 callersFunctionlua_setwarnf
lua/src/lapi.c:1330
↓ 5 callersFunctionpackI
build a new Rand64 value */
lua/src/lmathlib.c:382
↓ 5 callersFunctionposrelatI
** translate a relative initial string position ** (negative means back from end): clip result to [1, inf). ** The length of any string in Lua must fi
lua/src/lstrlib.c:71
↓ 5 callersFunctionpropagateall
lua/src/lgc.c:668
↓ 5 callersFunctionreport
** Check whether 'status' is not OK and, if so, prints the error ** message on the top of the stack. It assumes that the error object ** is a string,
lua/src/lua.c:121
↓ 5 callersFunctionsetCombo
src/exportdialog.cpp:92
↓ 5 callersMethodsetProgressIndication
src/mainwindow.cpp:728
↓ 5 callersMethodsetView
src/mapview.cpp:129
← previousnext →101–200 of 1,749, ranked by callers