gt                 67 lib/lua/lapi.c     case LUA_GLOBALSINDEX: return gt(L);
gt                 81 lib/lua/lapi.c     return hvalue(gt(L));  /* use global table as environment */
gt                629 lib/lua/lapi.c       setobj2s(L, L->top,  gt(thvalue(o)));
gt                750 lib/lua/lapi.c       sethvalue(L, gt(thvalue(o)), hvalue(L->top - 1));
gt                500 lib/lua/ldo.c    cl = luaF_newLclosure(L, tf->nups, hvalue(gt(L)));
gt                259 lib/lua/lgc.c    markvalue(g, gt(l));
gt                508 lib/lua/lgc.c    markvalue(g, gt(g->mainthread));
gt                 74 lib/lua/lstate.c   sethvalue(L, gt(L), luaH_new(L, 0, 2));  /* table of globals */
gt                101 lib/lua/lstate.c   setnilvalue(gt(L));
gt                124 lib/lua/lstate.c   setobj2n(L, gt(L1), gt(L));  /* share table of globals */