Lines Matching defs:L

135 void luaC_barrier_ (lua_State *L, GCObject *o, GCObject *v) {  in luaC_barrier_()
155 void luaC_barrierback_ (lua_State *L, GCObject *o) { in luaC_barrierback_()
172 LUAI_FUNC void luaC_barrierproto_ (lua_State *L, Proto *p, Closure *c) { in luaC_barrierproto_()
212 GCObject *luaC_newobj (lua_State *L, int tt, size_t sz, GCObject **list, in luaC_newobj()
663 static void freeobj (lua_State *L, GCObject *o) { in freeobj()
690 #define sweepwholelist(L,p) sweeplist(L,p,MAX_LUMEM) argument
698 static void sweepthread (lua_State *L, lua_State *L1) { in sweepthread()
719 static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count) { in sweeplist()
758 static GCObject **sweeptolive (lua_State *L, GCObject **p, int *n) { in sweeptolive()
778 static void checkSizes (lua_State *L) { in checkSizes()
803 static void dothecall (lua_State *L, void *ud) { in dothecall()
809 static void GCTM (lua_State *L, int propagateerrors) { in GCTM()
845 static void separatetobefnz (lua_State *L, int all) { in separatetobefnz()
873 void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt) { in luaC_checkfinalizer()
936 static int entersweep (lua_State *L) { in entersweep()
952 void luaC_changemode (lua_State *L, int mode) { in luaC_changemode()
974 static void callallpendingfinalizers (lua_State *L, int propagateerrors) { in callallpendingfinalizers()
983 void luaC_freeallobjects (lua_State *L) { in luaC_freeallobjects()
999 static l_mem atomic (lua_State *L) { in atomic()
1040 static lu_mem singlestep (lua_State *L) { in singlestep()
1110 void luaC_runtilstate (lua_State *L, int statesmask) { in luaC_runtilstate()
1117 static void generationalcollection (lua_State *L) { in generationalcollection()
1139 static void incstep (lua_State *L) { in incstep()
1163 void luaC_forcestep (lua_State *L) { in luaC_forcestep()
1177 void luaC_step (lua_State *L) { in luaC_step()
1189 void luaC_fullgc (lua_State *L, int isemergency) { in luaC_fullgc()