MCPcopy Create free account

hub / github.com/SnowyMouse/chimera / functions

Functions2,117 in github.com/SnowyMouse/chimera

↓ 2 callersFunctionluaL_execresult
src/lua/lauxlib.c:291
↓ 2 callersFunctionluaL_newmetatable
src/lua/lauxlib.c:317
↓ 2 callersFunctionluaL_testudata
src/lua/lauxlib.c:336
↓ 2 callersFunctionluaL_traceback
src/lua/lauxlib.c:127
↓ 2 callersFunctionluaM_saferealloc_
src/lua/lmem.c:192
↓ 2 callersFunctionluaM_toobig
src/lua/lmem.c:142
↓ 2 callersFunctionluaO_chunkid
src/lua/lobject.c:682
↓ 2 callersFunctionluaO_pushvfstring
** this function handles only '%d', '%c', '%f', '%p', '%s', and '%%' conventional formats, plus Lua-specific '%I' and '%U' */
src/lua/lobject.c:596
↓ 2 callersFunctionluaO_rawarith
src/lua/lobject.c:151
↓ 2 callersFunctionluaO_utf8esc
src/lua/lobject.c:386
↓ 2 callersFunctionluaS_hash
src/lua/lstring.c:53
↓ 2 callersFunctionluaS_newextlstr
src/lua/lstring.c:318
↓ 2 callersFunctionluaS_resize
** Resize the string table. If allocation fails, keep the current size. ** (This can degrade performance, but any non-zero size should work ** correct
src/lua/lstring.c:95
↓ 2 callersFunctionluaT_trybinassocTM
src/lua/ltm.c:180
↓ 2 callersFunctionluaU_dump
** dump Lua function as precompiled chunk */
src/lua/ldump.c:288
↓ 2 callersFunctionluaV_equalobj
** Main operation for equality of Lua values; return 't1 == t2'. ** L == NULL means raw equality (no metamethods) */
src/lua/lvm.c:582
↓ 2 callersFunctionluaV_objlen
** Main operation 'ra = #rb'. */
src/lua/lvm.c:731
↓ 2 callersFunctionluaX_lookahead
src/lua/llex.c:599
↓ 2 callersFunctionluaX_newstring
** Creates a new string and anchors it in scanner's table. */
src/lua/llex.c:156
↓ 2 callersFunctionlua_callk
src/lua/lapi.c:1037
↓ 2 callersFunctionlua_copy
src/lua/lapi.c:253
↓ 2 callersFunctionlua_getallocf
src/lua/lapi.c:1319
↓ 2 callersFunctionlua_getlocal
src/lua/ldebug.c:222
↓ 2 callersFunctionlua_next
src/lua/lapi.c:1267
↓ 2 callersFunctionlua_number2strx
src/lua/lstrlib.c:1060
↓ 2 callersFunctionlua_pcallk
src/lua/lapi.c:1076
↓ 2 callersFunctionlua_rawset
src/lua/lapi.c:940
↓ 2 callersFunctionlua_setupvalue
src/lua/lapi.c:1408
↓ 2 callersFunctionlua_status
src/lua/lapi.c:1162
↓ 2 callersFunctionlua_topointer
** Returns a pointer to the internal representation of an object. ** Note that ISO C does not allow the conversion of a pointer to ** function to a 'v
src/lua/lapi.c:492
↓ 2 callersFunctionlua_typename
src/lua/lapi.c:288
↓ 2 callersFunctionmagnitude_squared
src/chimera/math_trig/math_trig.cpp:198
↓ 2 callersFunctionmake_output
src/blake3/blake3.c:63
↓ 2 callersFunctionmap_name_is_valid
src/chimera/map_loading/map_loading.cpp:133
↓ 2 callersFunctionmarkbeingfnz
** mark all objects in list of being-finalized */
src/lua/lgc.c:388
↓ 2 callersFunctionmarkmt
** mark metamethods for basic types */
src/lua/lgc.c:378
↓ 2 callersFunctionmarktobeclosed
** Mark that current block has a to-be-closed variable. */
src/lua/lparser.c:463
↓ 2 callersFunctionmatch_class
src/lua/lstrlib.c:429
↓ 2 callersFunctionmaybe_add_map_to_map_list
src/chimera/map_loading/fast_load.cpp:236
↓ 2 callersFunctionneed_value
** check whether list has any jump that do not produce a value ** or produce an inverted value */
src/lua/lcode.c:955
↓ 2 callersFunctionnegatecondition
** Negate condition 'e' (where 'e' is a comparison). */
src/lua/lcode.c:1146
↓ 2 callersFunctionnewcheckedkey
** Insert a key in a table where there is space for that key, the ** key is valid, and the value is not nil. */
src/lua/ltable.c:902
↓ 2 callersFunctionnewgotoentry
** Create an entry for the goto and the code for it. As it is not known ** at this point whether the goto may need a CLOSE, the code has a jump ** fol
src/lua/lparser.c:663
↓ 2 callersFunctionnewlabelentry
** Adds a new label/goto in the corresponding list. */
src/lua/lparser.c:640
↓ 2 callersFunctionnextc
** Add current char to buffer (if not out of space) and read next one */
src/lua/liolib.c:440
↓ 2 callersFunctionnextline
src/lua/ldebug.c:284
↓ 2 callersFunctionnormalize_fn
src/chimera/fix/scoreboard_fade_fix.cpp:66
↓ 2 callersFunctionnumarith
src/lua/lobject.c:135
↓ 2 callersFunctionnumerror
src/lua/lundump.c:353
↓ 2 callersFunctionon_tick
src/chimera/fix/widescreen_fix.cpp:652
↓ 2 callersFunctionopen_func
src/lua/lparser.c:799
↓ 2 callersFunctionopencheck
src/lua/liolib.c:260
↓ 2 callersFunctionoutput_root_bytes
src/blake3/blake3.c:90
↓ 2 callersFunctionpatchtestreg
** Patch destination register for a TESTSET instruction. ** If instruction in position 'node' is not a TESTSET, return 0 ("fails"). ** Otherwise, if '
src/lua/lcode.c:261
↓ 2 callersFunctionpcall
src/chimera/lua/lua_callback.cpp:30
↓ 2 callersFunctionpreinit_thread
** preinitialize a thread with consistent values without allocating ** any memory (to avoid errors) */
src/lua/lstate.c:225
↓ 2 callersFunctionprepCallInfo
** Allocate and initialize CallInfo structure. At this point, the ** only valid fields in the call status are number of results, ** CIST_C (if it's a
src/lua/ldo.c:628
↓ 2 callersFunctionpreviousinstruction
** Return the previous instruction of the current code. If there ** may be a jump target between the current instruction and the ** previous one, retu
src/lua/lcode.c:117
↓ 2 callersFunctionprint_version
src/lua/lua.c:169
↓ 2 callersFunctionpropagatemark
** traverse one gray object, turning it to black. Return an estimate ** of the number of slots traversed. */
src/lua/lgc.c:727
↓ 2 callersFunctionpsetint
src/lua/ltable.c:1083
↓ 2 callersFunctionpush_onecapture
** Push the i-th capture on the stack. */
src/lua/lstrlib.c:728
↓ 2 callersFunctionpusherror
src/lua/loadlib.c:170
↓ 2 callersFunctionpushglobalfuncname
** Search for a name for a function in all loaded modules */
src/lua/lauxlib.c:74
↓ 2 callersFunctionpushline
** Prompt the user, read a line, and push it into the Lua stack. */
src/lua/lua.c:567
↓ 2 callersFunctionpushmode
src/lua/lbaselib.c:186
↓ 2 callersFunctionpushutfchar
src/lua/lutf8lib.c:146
↓ 2 callersFunctionquery_server
src/chimera/bookmark/bookmark.cpp:164
↓ 2 callersFunctionread_global
src/chimera/halo_data/globals.cpp:10
↓ 2 callersFunctionread_hex
src/chimera/command/core/debug/apply_damage.cpp:13
↓ 2 callersFunctionread_long_string
src/lua/llex.c:297
↓ 2 callersFunctionread_numeral
LUA_NUMBER */ ** This function is quite liberal in what it accepts, as 'luaO_str2num' ** will reject ill-formed numerals. Roughly, it accepts the foll
src/lua/llex.c:244
↓ 2 callersFunctionread_script_file
src/chimera/lua/lua_script.cpp:29
↓ 2 callersFunctionrecfield
src/lua/lparser.c:936
↓ 2 callersFunctionrefresh_client_index
src/chimera/lua/lua_variables.cpp:11
↓ 2 callersFunctionrefresh_variables
src/chimera/lua/lua_variables.cpp:22
↓ 2 callersFunctionremove_damage_event
src/chimera/event/damage.cpp:39
↓ 2 callersFunctionremove_revert_event
src/chimera/event/revert.cpp:25
↓ 2 callersFunctionremovelastlineinfo
** Remove line information from the last instruction. ** If line information for that instruction is absolute, set 'iwthabs' ** above its max to force
src/lua/lcode.c:355
↓ 2 callersFunctionremovevalues
** Traverse a list of tests ensuring no one produces a value */
src/lua/lcode.c:279
↓ 2 callersFunctionrequery_sapp_server
Check if we're connecting to a SAPP server. SAPP throttles connections because, for whatever reason, it's better to send a massive fuckton of text tha
src/chimera/command/client/server/spam_to_join.cpp:40
↓ 2 callersFunctionresizearray
** Resize the array part of a table. If new size is equal to the old, ** do nothing. Else, if new size is zero, free the old array. (It must ** be pre
src/lua/ltable.c:563
↓ 2 callersFunctionresync_map_list
src/chimera/map_loading/fast_load.cpp:178
↓ 2 callersFunctionrethook
** Executes a return hook for Lua and C functions and sets/corrects ** 'oldpc'. (Note that this correction is needed by the line hook, so it ** is don
src/lua/ldo.c:494
↓ 2 callersFunctionretpsetcode
** When a 'pset' cannot be completed, this function returns an encoding ** of its result, to be used by 'luaH_finishset'. */
src/lua/ltable.c:1049
↓ 2 callersFunctionround_down_to_power_of_2
Largest power of two less than or equal to x. As a special case, returns 1 when x is 0.
src/blake3/blake3_impl.h:147
↓ 2 callersMethodsave
src/chimera/config/config.cpp:40
↓ 2 callersFunctionsavelineinfo
** Save line info for a new instruction. If difference from last line ** does not fit in a byte, of after that many instructions, save a new ** absolu
src/lua/lcode.c:331
↓ 2 callersFunctionsearchpath
src/lua/loadlib.c:475
↓ 2 callersFunctionseparatetobefnz
** Move all unreachable objects (or 'all' objects) that need ** finalization from list 'finobj' to list 'tobefnz' (to be finalized). ** (Note that obj
src/lua/lgc.c:1023
↓ 2 callersFunctionserver_messages_blocked
src/chimera/output/output.cpp:95
↓ 2 callersFunctionset_block_zoom_blur_disabled
src/chimera/command/client/visual/block_zoom_blur.cpp:39
↓ 2 callersFunctionset_master_server
src/chimera/master_server/master_server.cpp:19
↓ 2 callersFunctionset_object_id
src/chimera/command/client/server/spectate.cpp:59
↓ 2 callersFunctionset_up_auto_center_fix
src/chimera/fix/auto_center.cpp:33
↓ 2 callersFunctionset_up_interpolation
src/chimera/fix/interpolate/interpolate.cpp:91
↓ 2 callersFunctionset_up_rcon_message_hook
src/chimera/output/output.cpp:76
↓ 2 callersFunctionset_up_scoreboard_font
src/chimera/halo_data/hud_fonts.cpp:40
↓ 2 callersFunctionset_widescreen_fix
src/chimera/fix/widescreen_fix.cpp:350
↓ 2 callersFunctionsetallfields
** Set all fields from structure 'tm' in the table on top of the stack */
src/lua/loslib.c:233
← previousnext →701–800 of 2,117, ranked by callers