th                298 lib/lua/lgc.c        lua_State *th = gco2th(o);
th                299 lib/lua/lgc.c        g->gray = th->gclist;
th                300 lib/lua/lgc.c        th->gclist = g->grayagain;
th                303 lib/lua/lgc.c        traversestack(g, th);
th                304 lib/lua/lgc.c        return sizeof(lua_State) + sizeof(TValue) * th->stacksize +
th                305 lib/lua/lgc.c                                   sizeof(CallInfo) * th->size_ci;
th                101 lib/lua/lobject.h #define thvalue(o)	check_exp(ttisthread(o), &(o)->value.gc->th)
th                144 lib/lua/lstate.h   struct lua_State th;  /* thread */
th                159 lib/lua/lstate.h #define gco2th(o)	check_exp((o)->gch.tt == LUA_TTHREAD, &((o)->th))
th               1310 modules/luascript.c   int   th=luaL_optnumber(L,6,1) & RECT_BORDER_MASK;
th               1311 modules/luascript.c   draw_rectangle(x1,y1,x2,y2,MAKE_COLOR(cl,cl),th);
th               1322 modules/luascript.c   int   th =luaL_optnumber(L,7,1) & RECT_BORDER_MASK;
th               1323 modules/luascript.c   draw_rectangle(x1,y1,x2,y2,MAKE_COLOR(clb,clf),th|DRAW_FILLED);