Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlgc.c81 static void reallymarkobject (global_State *g, GCObject *o);
121 static int iscleared (global_State *g, const TValue *o) { in iscleared()
136 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_()
190 void luaC_checkupvalcolor (global_State *g, UpVal *uv) { in luaC_checkupvalcolor()
214 global_State *g = G(L); in luaC_newobj()
243 static void reallymarkobject (global_State *g, GCObject *o) { in reallymarkobject()
301 static void markmt (global_State *g) { in markmt()
311 static void markbeingfnz (global_State *g) { in markbeingfnz()
[all …]
Dlstate.c72 global_State g;
106 void luaE_setdebt (global_State *g, l_mem debt) { in luaE_setdebt()
165 static void init_registry (lua_State *L, global_State *g) { in init_registry()
184 global_State *g = G(L); in f_luaopen()
204 static void preinit_state (lua_State *L, global_State *g) { in preinit_state()
224 global_State *g = G(L); in close_state()
269 global_State *g; in lua_newstate()
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);
Dlmem.c77 global_State *g = G(L); in luaM_realloc_()
Dlfunc.c48 global_State *g = G(L); in luaF_findupval()
91 global_State *g = G(L); in luaF_close()
Dlgc.h154 LUAI_FUNC void luaC_checkupvalcolor (global_State *g, UpVal *uv);
Dlstring.c135 global_State *g = G(L); in internshrstr()
Dlapi.c1023 global_State *g; in lua_gc()