Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ejoy/ejoy2d
/ functions
Functions
2,396 in github.com/ejoy/ejoy2d
⨍
Functions
2,396
◇
Types & classes
421
↓ 2 callers
Function
checkmode
lua/ldo.c:672
↓ 2 callers
Function
checktab
** Check that 'arg' has a table and set access functions in 'ta' to raw ** or non-raw according to the presence of corresponding metamethods. */
lua/ltablib.c:36
↓ 2 callers
Function
classend
lua/lstrlib.c:253
↓ 2 callers
Function
clearkeys
** clear entries with unmarked keys from all weaktables in list 'l' up ** to element 'f' */
lua/lgc.c:619
↓ 2 callers
Function
close_func
lua/lparser.c:546
↓ 2 callers
Function
close_state
lua/lstate.c:239
↓ 2 callers
Function
close_target
lib/render/render.c:360
↓ 2 callers
Function
close_x
posix/window.c:133
↓ 2 callers
Function
closegoto
lua/lparser.c:336
↓ 2 callers
Function
code_label
lua/lcode.c:438
↓ 2 callers
Function
codecomp
lua/lcode.c:824
↓ 2 callers
Function
codeextraarg
lua/lcode.c:261
↓ 2 callers
Function
color4f
lib/lparticle.c:26
↓ 2 callers
Function
color_mul
also defined in sprite.c
lib/label.c:278
↓ 2 callers
Function
compile
lib/render/render.c:209
↓ 2 callers
Function
cond
lua/lparser.c:1174
↓ 2 callers
Function
constructor
lua/lparser.c:718
↓ 2 callers
Function
convergeephemerons
lua/lgc.c:588
↓ 2 callers
Function
copywithendian
** Copy 'size' bytes from 'src' to 'dest', correcting endianness if ** given 'islittle' is different from native endianness. */
lua/lstrlib.c:1165
↓ 2 callers
Function
countint
lua/ltable.c:247
↓ 2 callers
Function
createstrobj
** creates a new string object */
lua/lstring.c:92
↓ 2 callers
Function
currentline
lua/ldebug.c:46
↓ 2 callers
Function
dfont_data_size
lib/dfont.c:69
↓ 2 callers
Function
dfont_init
lib/dfont.c:78
↓ 2 callers
Function
digit
** Read an integer numeral from string 'fmt' or return 'df' if ** there is no numeral */
lua/lstrlib.c:1029
↓ 2 callers
Function
discharge2anyreg
lua/lcode.c:487
↓ 2 callers
Function
discharge2reg
lua/lcode.c:444
↓ 2 callers
Function
dlGetProcAddress
msvc/src/glew/glew.c:74
↓ 2 callers
Function
draw_child
lib/sprite.c:496
↓ 2 callers
Function
draw_line
lib/label.c:361
↓ 2 callers
Function
draw_rect
lib/label.c:212
↓ 2 callers
Function
dump_node
lib/dfont.c:340
↓ 2 callers
Function
ejoy2d_init
lib/ejoy2dgame.c:109
↓ 2 callers
Function
enterlevel
lua/lparser.c:326
↓ 2 callers
Function
entersweep
** Enter first sweep phase. ** The call to 'sweeptolive' makes pointer point to an object inside ** the list (instead of to the header), so that the r
lua/lgc.c:940
↓ 2 callers
Function
error_expected
lua/lparser.c:73
↓ 2 callers
Function
fetch_parent
lib/lsprite.c:778
↓ 2 callers
Function
fieldargs
** get field and width arguments for field-manipulation functions, ** checking whether they are valid. ** ('luaL_error' called without 'return' to avo
lua/lbitlib.c:164
↓ 2 callers
Function
findgotos
** check whether new label 'lb' matches any pending gotos in current ** block; solves forward jumps */
lua/lparser.c:398
↓ 2 callers
Function
findlabel
** try to close a goto with existing labels; this solves backward jumps */
lua/lparser.c:360
↓ 2 callers
Function
findlocal
lua/ldebug.c:118
↓ 2 callers
Function
finishCcall
** Completes the execution of an interrupted C function, calling its ** continuation function. */
lua/ldo.c:432
↓ 2 callers
Function
finishpcall
** Continuation function for 'pcall' and 'xpcall'. Both functions ** already pushed a 'true' before doing the call, so in case of success ** 'finishpc
lua/lbaselib.c:424
↓ 2 callers
Function
font_create
posix/winfont.c:66
↓ 2 callers
Function
font_size
posix/winfont.c:92
↓ 2 callers
Function
forbody
lua/lparser.c:1288
↓ 2 callers
Function
freestack
lua/lstate.c:167
↓ 2 callers
Function
funcargs
lua/lparser.c:811
↓ 2 callers
Function
g_iofile
lua/liolib.c:291
↓ 2 callers
Function
g_write
lua/liolib.c:603
↓ 2 callers
Function
gen_outline
lib/label.c:84
↓ 2 callers
Function
get_texid
lib/spritepack.c:118
↓ 2 callers
Function
getco
lua/lcorolib.c:21
↓ 2 callers
Function
getnum
lua/lstrlib.c:1031
↓ 2 callers
Function
getoption
** Read and classify next option. 'size' is filled with option's size. */
lua/lstrlib.c:1070
↓ 2 callers
Function
glewGetErrorString
msvc/src/glew/glew.c:13439
↓ 2 callers
Function
gotostat
lua/lparser.c:1184
↓ 2 callers
Function
import_string
lib/spritepack.c:175
↓ 2 callers
Function
insert_char
lib/dfont.c:306
↓ 2 callers
Function
intarith
lua/lobject.c:76
↓ 2 callers
Function
invertjump
lua/lcode.c:631
↓ 2 callers
Function
jumponcond
lua/lcode.c:639
↓ 2 callers
Function
kname
** find a "name" for the RK value 'c' */
lua/ldebug.c:311
↓ 2 callers
Function
l_strcmp
** Compare two strings 'ls' x 'rs', returning an integer smaller-equal- ** -larger than zero if 'ls' is smaller-equal-larger than 'rs'. ** The code is
lua/lvm.c:240
↓ 2 callers
Function
label_flush
lib/label.c:46
↓ 2 callers
Function
label_get_color
lib/label.c:453
↓ 2 callers
Function
label_initrender
lib/label.c:24
↓ 2 callers
Function
list_empty
* list_empty - tests whether a list is empty * @head: the list to test. */
lib/list.h:139
↓ 2 callers
Function
listfield
lua/lparser.c:687
↓ 2 callers
Function
llex
lua/llex.c:467
↓ 2 callers
Function
load_aux
lua/lbaselib.c:286
↓ 2 callers
Function
loadfunc
** Try to find a load function for module 'modname' at file 'filename'. ** First, change '.' to '_' in 'modname'; then, if 'modname' has ** the form X
lua/loadlib.c:472
↓ 2 callers
Function
loadppm_from_file
lib/ppm.c:119
↓ 2 callers
Function
lsprite_initrender
lib/lsprite.c:23
↓ 2 callers
Function
luaC_checkfinalizer
** if object 'o' has a finalizer, remove it from 'allgc' list (must ** search the list to find it) and link it in 'finobj' list. */
lua/lgc.c:882
↓ 2 callers
Function
luaC_step
** performs a basic GC step when collector is running */
lua/lgc.c:1109
↓ 2 callers
Function
luaC_upvdeccount
lua/lgc.c:657
↓ 2 callers
Function
luaE_freeCI
** free all CallInfo structures not in use by a thread */
lua/lstate.c:120
↓ 2 callers
Function
luaG_errormsg
lua/ldebug.c:591
↓ 2 callers
Function
luaG_opinterror
lua/ldebug.c:545
↓ 2 callers
Function
luaG_ordererror
lua/ldebug.c:565
↓ 2 callers
Function
luaH_getn
** Try to find a boundary in table 't'. A 'boundary' is an integer index ** such that t[i] is non-nil and t[i+1] is nil (and 0 if t[1] is nil). */
lua/ltable.c:622
↓ 2 callers
Function
luaK_checkstack
lua/lcode.c:278
↓ 2 callers
Function
luaK_exp2anyregup
lua/lcode.c:541
↓ 2 callers
Function
luaK_goiffalse
lua/lcode.c:678
↓ 2 callers
Function
luaK_nil
lua/lcode.c:54
↓ 2 callers
Function
luaK_numberK
lua/lcode.c:359
↓ 2 callers
Function
luaK_ret
lua/lcode.c:86
↓ 2 callers
Function
luaK_setoneret
lua/lcode.c:394
↓ 2 callers
Function
luaL_execresult
lua/lauxlib.c:263
↓ 2 callers
Function
luaL_findtable
lua/lauxlib.c:784
↓ 2 callers
Function
luaL_newmetatable
lua/lauxlib.c:288
↓ 2 callers
Function
luaL_optlstring
lua/lauxlib.c:381
↓ 2 callers
Function
luaL_pushmodule
** Find or create a module table with a given name. The function ** first looks at the _LOADED table and, if that fails, try a ** global variable with
lua/lauxlib.c:826
↓ 2 callers
Function
luaL_testudata
lua/lauxlib.c:307
↓ 2 callers
Function
luaM_toobig
lua/lmem.c:68
↓ 2 callers
Function
luaO_arith
lua/lobject.c:116
↓ 2 callers
Function
luaO_ceillog2
lua/lobject.c:58
↓ 2 callers
Function
luaO_fb2int
converts back */
lua/lobject.c:51
↓ 2 callers
Function
luaO_int2fb
** converts an integer to a "floating point byte", represented as ** (eeeeexxx), where the real value is (1xxx) * 2^(eeeee - 1) if ** eeeee != 0 and (
lua/lobject.c:39
← previous
next →
401–500 of 2,396, ranked by callers