MCPcopy Create free account

hub / github.com/ejoy/ejoy2d / functions

Functions2,396 in github.com/ejoy/ejoy2d

↓ 3 callersFunctionisind
lib/matrix.c:202
↓ 3 callersFunctionisneg
lua/lobject.c:162
↓ 3 callersFunctionlist_del
* list_del - deletes entry from list. * @entry: the element to delete from the list. * Note: list_empty on entry does not return true after this,
lib/list.h:95
↓ 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/loadlib.c:332
↓ 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/lgc.c:1139
↓ 3 callersFunctionluaD_pcall
lua/ldo.c:636
↓ 3 callersFunctionluaD_reallocstack
lua/ldo.c:172
↓ 3 callersFunctionluaD_shrinkstack
lua/ldo.c:216
↓ 3 callersFunctionluaF_newLclosure
lua/lfunc.c:33
↓ 3 callersFunctionluaH_getstr
** search function for short strings */
lua/ltable.c:520
↓ 3 callersFunctionluaH_newkey
** inserts a new key into a hash table; first, check whether key's main ** position is free. If not, check whether colliding node is in its main ** po
lua/ltable.c:441
↓ 3 callersFunctionluaK_code
lua/lcode.c:229
↓ 3 callersFunctionluaK_codeABx
lua/lcode.c:253
↓ 3 callersFunctionluaK_exp2val
lua/lcode.c:547
↓ 3 callersFunctionluaK_goiftrue
lua/lcode.c:654
↓ 3 callersFunctionluaK_indexed
lua/lcode.c:736
↓ 3 callersFunctionluaK_intK
** Integers use userdata as keys to avoid collision with floats with same ** value; conversion to 'void*' used only for hashing, no "precision" ** pro
lua/lcode.c:351
↓ 3 callersFunctionluaK_patchlist
lua/lcode.c:186
↓ 3 callersFunctionluaK_setlist
lua/lcode.c:940
↓ 3 callersFunctionluaK_storevar
lua/lcode.c:591
↓ 3 callersFunctionluaL_addstring
lua/lauxlib.c:477
↓ 3 callersFunctionluaL_checkudata
lua/lauxlib.c:322
↓ 3 callersFunctionluaL_getsubtable
** ensure that stack[idx][fname] has a table and push that table ** into the stack */
lua/lauxlib.c:880
↓ 3 callersFunctionluaL_tolstring
lua/lauxlib.c:748
↓ 3 callersFunctionluaL_where
lua/lauxlib.c:199
↓ 3 callersFunctionluaO_chunkid
lua/lobject.c:435
↓ 3 callersFunctionluaO_str2num
lua/lobject.c:282
↓ 3 callersFunctionluaS_hash
lua/lstring.c:47
↓ 3 callersFunctionluaS_resize
** resizes the string table */
lua/lstring.c:60
↓ 3 callersFunctionluaT_callorderTM
lua/ltm.c:136
↓ 3 callersFunctionlua_compare
lua/lapi.c:317
↓ 3 callersFunctionlua_iscfunction
lua/lapi.c:263
↓ 3 callersFunctionlua_load
lua/lapi.c:963
↓ 3 callersFunctionlua_next
lua/lapi.c:1094
↓ 3 callersFunctionlua_rawequal
lua/lapi.c:294
↓ 3 callersFunctionlua_rawsetp
lua/lapi.c:800
↓ 3 callersFunctionlua_setglobal
lua/lapi.c:721
↓ 3 callersFunctionlua_setupvalue
lua/lapi.c:1207
↓ 3 callersFunctionlua_tothread
lua/lapi.c:420
↓ 3 callersFunctionmatchbracketclass
lua/lstrlib.c:297
↓ 3 callersFunctionmaterial_init
lib/shader.c:441
↓ 3 callersFunctionnewfile
lua/liolib.c:228
↓ 3 callersFunctionnewlabelentry
lua/lparser.c:380
↓ 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 ** file is
lua/liolib.c:181
↓ 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/lstrlib.c:1144
↓ 3 callersFunctionppm_header
lib/ppm.c:45
↓ 3 callersFunctionpush_onecapture
lua/lstrlib.c:545
↓ 3 callersFunctionpushnumint
lua/lmathlib.c:96
↓ 3 callersFunctionread_line
lua/liolib.c:465
↓ 3 callersFunctionreaddigits
** Read a sequence of (hex)digits */
lua/liolib.c:405
↓ 3 callersFunctionreadinteger
lib/spritepack.c:438
↓ 3 callersFunctionreadline
lib/ppm.c:32
↓ 3 callersFunctionreallymarkobject
** mark an object. Userdata, strings, and closed upvalues are visited ** and turned black here. Other objects are marked gray and added ** to appropri
lua/lgc.c:225
↓ 3 callersFunctionref_parent
lib/lsprite.c:770
↓ 3 callersFunctionrender_buffer_create
what should be VERTEXBUFFER or INDEXBUFFER
lib/render/render.c:139
↓ 3 callersFunctionrender_texture_create
lib/render/render.c:609
↓ 3 callersFunctionrenderbuffer_add
lib/renderbuffer.c:18
↓ 3 callersFunctionresume_error
** signal an error in the call to 'resume', not in the execution of the ** coroutine itself. (Such errors should not be handled by any coroutine ** er
lua/ldo.c:519
↓ 3 callersFunctionreverse
** Reverse the stack segment from 'from' to 'to' ** (auxiliary to 'lua_rotate') */
lua/lapi.c:192
↓ 3 callersFunctionsemerror
semantic error */
lua/lparser.c:67
↓ 3 callersFunctionsinglematch
lua/lstrlib.c:320
↓ 3 callersFunctionskip_sep
** skip a sequence '[=*[' or ']=*]' and return its number of '='s or ** -1 if sequence is malformed */
lua/llex.c:289
↓ 3 callersFunctionsprite_action
lib/sprite.c:115
↓ 3 callersFunctionsprite_draw
lib/sprite.c:592
↓ 3 callersFunctionstatement
lua/lparser.c:1534
↓ 3 callersFunctionsuffixedexp
lua/lparser.c:887
↓ 3 callersFunctionsweepstep
lua/lgc.c:1011
↓ 3 callersFunctiontexture_coord
lib/texture.c:133
↓ 3 callersFunctiontexture_load
lib/texture.c:69
↓ 3 callersFunctiontonumeral
lua/lcode.c:39
↓ 3 callersFunctionupvalname
lua/ldebug.c:100
↓ 3 callersFunctionutf8_decode
** Decode one UTF-8 sequence, returning NULL if byte sequence is invalid. */
lua/lutf8lib.c:39
↓ 2 callersFunctionDumpFunction
lua/ldump.c:165
↓ 2 callersFunctionDumpInteger
lua/ldump.c:68
↓ 2 callersFunctionDumpNumber
lua/ldump.c:63
↓ 2 callersFunctionGCTM
lua/lgc.c:789
↓ 2 callersFunctionLoadFunction
lua/lundump.c:198
↓ 2 callersFunctionLoadInteger
lua/lundump.c:82
↓ 2 callersFunctionLoadNumber
lua/lundump.c:75
↓ 2 callersFunction__list_add
* Insert a newnode entry between two known consecutive entries. * * This is only for internal list manipulation where we know * the prev/next e
lib/list.h:41
↓ 2 callersFunction__list_splice
lib/list.h:144
↓ 2 callersFunction_glewStrCLen
msvc/src/glew/glew.c:192
↓ 2 callersFunction_remove_particle
lib/particle.c:238
↓ 2 callersFunctionaddfield
lua/ltablib.c:156
↓ 2 callersFunctionaddlenmod
** add length modifier into formats */
lua/lstrlib.c:862
↓ 2 callersFunctionadjust_space
lib/dfont.c:233
↓ 2 callersFunctionandaux
lua/lbitlib.c:45
↓ 2 callersFunctionapply_uniform
lib/shader.c:250
↓ 2 callersFunctionarrayindex
** returns the index for 'key' if 'key' is an appropriate key to live in ** the array part of the table, 0 otherwise. */
lua/ltable.c:151
↓ 2 callersFunctionaux_lines
lua/liolib.c:321
↓ 2 callersFunctionaux_upvalue
lua/lapi.c:1168
↓ 2 callersFunctionauxresume
lua/lcorolib.c:28
↓ 2 callersFunctionauxupvalue
** get (if 'get' is true) or set an upvalue from a closure */
lua/ldblib.c:231
↓ 2 callersFunctionb_rot
lua/lbitlib.c:137
↓ 2 callersFunctionbind_texture
lib/render/render.c:634
↓ 2 callersFunctionblend_mode
lib/render/blendmode.h:20
↓ 2 callersFunctionblock_slice
lib/render/block.h:17
↓ 2 callersFunctioncalc_particle_system_mat
lib/particle.c:266
↓ 2 callersFunctioncheck_child
lib/sprite.c:899
↓ 2 callersFunctioncheckliteral
lua/lundump.c:215
← previousnext →301–400 of 2,396, ranked by callers