Searched refs:global_State (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.c81 static void reallymarkobject (global_State *g, GCObject *o);
121 static int iscleared (global_State *g, const TValue *o) {
136 global_State *g = G(L);
156 global_State *g = G(L);
173 global_State *g = G(L);
190 void luaC_checkupvalcolor (global_State *g, UpVal *uv) {
214 global_State *g = G(L);
243 static void reallymarkobject (global_State *g, GCObject *o) {
301 static void markmt (global_State *g) {
311 static void markbeingfnz (global_State *
[all...]
H A Dlstate.h112 typedef struct global_State { struct
148 } global_State; typedef in typeref:struct:global_State
158 global_State *l_G;
221 LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
H A Dlstate.c70 global_State g;
104 void luaE_setdebt (global_State *g, l_mem debt) {
163 static void init_registry (lua_State *L, global_State *g) {
182 global_State *g = G(L);
202 static void preinit_state (lua_State *L, global_State *g) {
222 global_State *g = G(L);
267 global_State *g;
H A Dlmem.c77 global_State *g = G(L);
H A Dlfunc.c48 global_State *g = G(L);
91 global_State *g = G(L);
H A Dlgc.h154 LUAI_FUNC void luaC_checkupvalcolor (global_State *g, UpVal *uv);
H A Dlstring.c135 global_State *g = G(L);
H A Dlapi.c1022 global_State *g;
/freebsd-12-stable/contrib/lua/src/
H A Dlgc.c94 static void reallymarkobject (global_State *g, GCObject *o);
139 static int iscleared (global_State *g, const TValue *o) {
156 global_State *g = G(L);
172 global_State *g = G(L);
186 global_State *g = G(L);
195 global_State *g = G(L);
209 global_State *g = G(L);
235 static void reallymarkobject (global_State *g, GCObject *o) {
289 static void markmt (global_State *g) {
299 static void markbeingfnz (global_State *
[all...]
H A Dlstate.h137 typedef struct global_State { struct
172 } global_State; typedef in typeref:struct:global_State
183 global_State *l_G;
245 LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
H A Dlstate.c65 global_State g;
98 void luaE_setdebt (global_State *g, l_mem debt) {
184 static void init_registry (lua_State *L, global_State *g) {
204 global_State *g = G(L);
221 static void preinit_thread (lua_State *L, global_State *g) {
243 global_State *g = G(L);
256 global_State *g = G(L);
298 global_State *g;
H A Dlmem.c79 global_State *g = G(L);
H A Dlstring.h40 LUAI_FUNC void luaS_clearcache (global_State *g);
H A Dlstring.c103 void luaS_clearcache (global_State *g) {
117 global_State *g = G(L);
169 global_State *g = G(L);
H A Dldo.c116 global_State *g = G(L);
H A Dlapi.c1042 global_State *g;

Completed in 189 milliseconds