Lines Matching refs:G

261 …lue(L,obj,x){TValue*i_o=(obj);i_o->value.gc=cast(GCObject*,(x));i_o->tt=4;checkliveness(G(L),i_o);}
262 …lue(L,obj,x){TValue*i_o=(obj);i_o->value.gc=cast(GCObject*,(x));i_o->tt=7;checkliveness(G(L),i_o);}
263 …lue(L,obj,x){TValue*i_o=(obj);i_o->value.gc=cast(GCObject*,(x));i_o->tt=8;checkliveness(G(L),i_o);}
264 …lue(L,obj,x){TValue*i_o=(obj);i_o->value.gc=cast(GCObject*,(x));i_o->tt=6;checkliveness(G(L),i_o);}
265 …lue(L,obj,x){TValue*i_o=(obj);i_o->value.gc=cast(GCObject*,(x));i_o->tt=5;checkliveness(G(L),i_o);}
266 …L,obj,x){TValue*i_o=(obj);i_o->value.gc=cast(GCObject*,(x));i_o->tt=(8+1);checkliveness(G(L),i_o);}
267 …{const TValue*o2=(obj2);TValue*o1=(obj1);o1->value=o2->value;o1->tt=o2->tt;checkliveness(G(L),o1);}
374 #define fasttm(l,et,e)gfasttm(G(l),et,e)
416 #define registry(L)(&G(L)->l_registry)
489 #define G(L)(L->l_G) macro
553 global_State*g=G(L); in luaM_realloc_()
580 …GC(L){condhardstacktests(luaD_reallocstack(L,L->stacksize-5-1));if(G(L)->totalbytes>=G(L)->GCthres…
787 G(L)->tmname[i]=luaS_new(L,luaT_eventname[i]);
788 luaS_fix(G(L)->tmname[i]);
809 mt=G(L)->mt[ttype(o)];
811 return(mt?luaH_getstr(mt,G(L)->tmname[event]):(&luaO_nilobject_));
840 global_State*g=G(L);
875 global_State*g=G(L);
1032 if(G(L)->panic){
1034 G(L)->panic(L);
1263 if(G(L)->gcstate==2)
1266 tb=&G(L)->strt;
1292 ts->tsv.marked=luaC_white(G(L));
1297 tb=&G(L)->strt;
1313 for(o=G(L)->strt.hash[lmod(h,G(L)->strt.size)];
1318 if(isdead(G(L),o))changewhite(o);
1329 u->uv.marked=luaC_white(G(L));
1334 u->uv.next=G(L)->mainthread->next;
1335 G(L)->mainthread->next=obj2gco(u);
1786 global_State*g=G(L);
1999 G(L)->strt.nuse--;
2013 global_State*g=G(L);
2032 global_State*g=G(L);
2042 global_State*g=G(L);
2068 while(G(L)->tmudata)
2072 global_State*g=G(L);
2085 global_State*g=G(L);
2103 global_State*g=G(L);
2126 global_State*g=G(L);
2175 global_State*g=G(L);
2198 global_State*g=G(L);
2205 global_State*g=G(L);
2212 global_State*g=G(L);
2219 global_State*g=G(L);
2282 global_State*g=G(L);
2294 G(L)=g;
2313 global_State*g=G(L);
2316 luaM_freearray(L,G(L)->strt.hash,G(L)->strt.size,TString*);
2378 L=G(L)->mainthread;
4901 buffer=luaZ_openspace(L,&G(L)->buff,tl);
5362 old=G(L)->panic;
5363 G(L)->panic=panicf;
5577 return(G(L)->mainthread==L);
5625 mt=G(L)->mt[ttype(obj)];
5719 G(L)->mt[ttype(obj)]=mt;