Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.c136 global_State *g = G(L); in luaC_barrier_()
156 global_State *g = G(L); in luaC_barrierback_()
173 global_State *g = G(L); in luaC_barrierproto_()
214 global_State *g = G(L); in luaC_newobj()
720 global_State *g = G(L); in sweeplist()
779 global_State *g = G(L); in checkSizes()
810 global_State *g = G(L); in GCTM()
846 global_State *g = G(L); in separatetobefnz()
874 global_State *g = G(L); in luaC_checkfinalizer()
937 global_State *g = G(L); in entersweep()
[all …]
H A Dlstate.c70 global_State g;
104 void luaE_setdebt (global_State *g, l_mem debt) { in luaE_setdebt()
163 static void init_registry (lua_State *L, global_State *g) { in init_registry()
182 global_State *g = G(L); in f_luaopen()
202 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.h112 typedef struct global_State { struct
148 } global_State; argument
158 global_State *l_G;
221 LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
H A Dlfunc.c48 global_State *g = G(L); in luaF_findupval()
91 global_State *g = G(L); in luaF_close()
H A Dlmem.c77 global_State *g = G(L); in luaM_realloc_()
H A Dlgc.h154 LUAI_FUNC void luaC_checkupvalcolor (global_State *g, UpVal *uv);
H A Dlstring.c135 global_State *g = G(L); in internshrstr()
H A Dlapi.c1022 global_State *g; in lua_gc()