Home
last modified time | relevance | path

Searched refs:global_State (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlgc.c135 global_State *g = G(L); in luaC_barrier_()
155 global_State *g = G(L); in luaC_barrierback_()
172 global_State *g = G(L); in luaC_barrierproto_()
213 global_State *g = G(L); in luaC_newobj()
719 global_State *g = G(L); in sweeplist()
778 global_State *g = G(L); in checkSizes()
809 global_State *g = G(L); in GCTM()
845 global_State *g = G(L); in separatetobefnz()
873 global_State *g = G(L); in luaC_checkfinalizer()
936 global_State *g = G(L); in entersweep()
[all …]
H A Dlstate.c69 global_State g;
103 void luaE_setdebt (global_State *g, l_mem debt) { in luaE_setdebt()
162 static void init_registry (lua_State *L, global_State *g) { in init_registry()
181 global_State *g = G(L); in f_luaopen()
201 static void preinit_state (lua_State *L, global_State *g) { in preinit_state()
222 global_State *g = G(L); in close_state()
267 global_State *g; in lua_newstate()
H A Dlstate.h113 typedef struct global_State { struct
149 } global_State; argument
159 global_State *l_G;
223 LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
H A Dlfunc.c47 global_State *g = G(L); in luaF_findupval()
90 global_State *g = G(L); in luaF_close()
H A Dlmem.c76 global_State *g = G(L); in luaM_realloc_()
H A Dlgc.h155 LUAI_FUNC void luaC_checkupvalcolor (global_State *g, UpVal *uv);
H A Dlstring.c136 global_State *g = G(L); in internshrstr()
H A Dlapi.c1020 global_State *g; in lua_gc()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlgc.c129 global_State *g = G(L); in luaC_separateudata()
409 global_State *g = G(L); in sweeplist()
432 global_State *g = G(L); in checkSizes()
446 global_State *g = G(L); in GCTM()
484 global_State *g = G(L); in luaC_freeall()
502 global_State *g = G(L); in markroot()
526 global_State *g = G(L); in atomic()
557 global_State *g = G(L); in singlestep()
611 global_State *g = G(L); in luaC_step()
636 global_State *g = G(L); in luaC_fullgc()
[all …]
H A Dlstate.c37 global_State g;
71 global_State *g = G(L); in f_luaopen()
84 static void preinit_state (lua_State *L, global_State *g) { in preinit_state()
106 global_State *g = G(L); in close_state()
146 global_State *g; in lua_newstate()
H A Dlstate.h68 typedef struct global_State { struct
94 } global_State; argument
105 global_State *l_G;
H A Dlmem.c77 global_State *g = G(L); in luaM_realloc_()
H A Dlfunc.c54 global_State *g = G(L); in luaF_findupval()
98 global_State *g = G(L); in luaF_close()
H A Dlapi.c901 global_State *g; in lua_gc()