| /freebsd/contrib/lua/src/ |
| H A D | lgc.c | 107 static void reallymarkobject (global_State *g, GCObject *o); 185 static int iscleared (global_State *g, const GCObject *o) { in iscleared() 209 global_State *g = G(L); in luaC_barrier_() 231 global_State *g = G(L); in luaC_barrierback_() 244 global_State *g = G(L); in luaC_fix() 259 global_State *g = G(L); in luaC_newobjdt() 297 static void reallymarkobject (global_State *g, GCObject *o) { in reallymarkobject() 335 static void markmt (global_State *g) { in markmt() 345 static lu_mem markbeingfnz (global_State *g) { in markbeingfnz() 367 static int remarkupvals (global_State *g) { in remarkupvals() [all …]
|
| H A D | lmem.c | 69 static void *firsttry (global_State *g, void *block, size_t os, size_t ns) { in firsttry() 151 global_State *g = G(L); in luaM_free_() 164 global_State *g = G(L); in tryagain() 178 global_State *g = G(L); in luaM_realloc_() 205 global_State *g = G(L); in luaM_malloc_()
|
| H A D | lstate.c | 46 global_State g; 89 void luaE_setdebt (global_State *g, l_mem debt) { in luaE_setdebt() 216 static void init_registry (lua_State *L, global_State *g) { in init_registry() 232 global_State *g = G(L); in f_luaopen() 249 static void preinit_thread (lua_State *L, global_State *g) { in preinit_thread() 270 global_State *g = G(L); in close_state() 289 global_State *g = G(L); in lua_newthread() 366 global_State *g; in lua_newstate()
|
| H A D | lstate.h | 254 typedef struct global_State { struct 303 } global_State; argument 315 global_State *l_G; 396 LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
|
| H A D | ltests.c | 296 static int testobjref1 (global_State *g, GCObject *f, GCObject *t) { in testobjref1() 313 static void printobj (global_State *g, GCObject *o) { in printobj() 327 static int testobjref (global_State *g, GCObject *f, GCObject *t) { in testobjref() 340 static void checkobjref (global_State *g, GCObject *f, GCObject *t) { in checkobjref() 354 static void checkvalref (global_State *g, GCObject *f, const TValue *t) { in checkvalref() 359 static void checktable (global_State *g, Table *h) { in checktable() 379 static void checkudata (global_State *g, Udata *u) { in checkudata() 388 static void checkproto (global_State *g, Proto *f) { in checkproto() 405 static void checkCclosure (global_State *g, CClosure *cl) { in checkCclosure() 413 static void checkLclosure (global_State *g, LClosure *cl) { in checkLclosure() [all …]
|
| H A D | lstring.c | 110 void luaS_clearcache (global_State *g) { in luaS_clearcache() 124 global_State *g = G(L); in luaS_init() 191 global_State *g = G(L); in internshrstr()
|
| H A D | lstring.h | 48 LUAI_FUNC void luaS_clearcache (global_State *g);
|
| H A D | ldo.c | 117 global_State *g = G(L); in luaD_throw()
|
| H A D | lapi.c | 1136 global_State *g = G(L); in lua_gc()
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lgc.c | 80 static void reallymarkobject (global_State *g, GCObject *o); 120 static int iscleared (global_State *g, const TValue *o) { in iscleared() 135 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_() 189 void luaC_checkupvalcolor (global_State *g, UpVal *uv) { in luaC_checkupvalcolor() 213 global_State *g = G(L); in luaC_newobj() 242 static void reallymarkobject (global_State *g, GCObject *o) { in reallymarkobject() 300 static void markmt (global_State *g) { in markmt() 310 static void markbeingfnz (global_State *g) { in markbeingfnz() [all …]
|
| H A D | lstate.c | 69 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 D | lstate.h | 113 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 D | lfunc.c | 47 global_State *g = G(L); in luaF_findupval() 90 global_State *g = G(L); in luaF_close()
|
| H A D | lmem.c | 76 global_State *g = G(L); in luaM_realloc_()
|
| H A D | lgc.h | 155 LUAI_FUNC void luaC_checkupvalcolor (global_State *g, UpVal *uv);
|
| H A D | lstring.c | 136 global_State *g = G(L); in internshrstr()
|
| H A D | lapi.c | 1022 global_State *g; in lua_gc()
|