Home
last modified time | relevance | path

Searched refs:tbc (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlfunc.c65 static UpVal *newupval (lua_State *L, int tbc, StkId level, UpVal **prev) { in newupval() argument
70 uv->tbc = tbc; in newupval()
215 StkId tbc = L->tbclist; in poptbclist() local
216 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() local
234 prepcallclosemth(L, tbc, status, yy); /* close variable */ in luaF_close()
A Dlobject.h618 lu_byte tbc; /* true if it represents a to-be-closed variable */ member

Completed in 14 milliseconds