Searched refs:tbc (Results 1 – 2 of 2) sorted by relevance
65 static UpVal *newupval (lua_State *L, int tbc, StkId level, UpVal **prev) { in newupval() argument70 uv->tbc = tbc; in newupval()215 StkId tbc = L->tbclist; in poptbclist() local216 lua_assert(tbc->tbclist.delta > 0); /* first element cannot be dummy */ in poptbclist()217 tbc -= tbc->tbclist.delta; in poptbclist()218 while (tbc > L->stack && tbc->tbclist.delta == 0) in poptbclist()219 tbc -= MAXDELTA; /* remove dummy nodes */ in poptbclist()220 L->tbclist = tbc; in poptbclist()232 StkId tbc = L->tbclist; /* get variable index */ in luaF_close() local234 prepcallclosemth(L, tbc, status, yy); /* close variable */ in luaF_close()
618 lu_byte tbc; /* true if it represents a to-be-closed variable */ member
Completed in 14 milliseconds