Searched refs:base_ci (Results 1 – 4 of 4) sorted by relevance
190 ci = &L1->base_ci; in stack_init()206 L->ci = &L->base_ci; /* free the entire 'ci' list */ in freestack()327 CallInfo *ci = L->ci = &L->base_ci; /* unwind CallInfo list */ in luaE_resetthread()
319 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */ member
165 for (ci = L->ci; level > 0 && ci != &L->base_ci; ci = ci->previous) in lua_getstack()167 if (level == 0 && ci != &L->base_ci) { /* level found? */ in lua_getstack()
680 while ((ci = L->ci) != &L->base_ci) { /* something in the stack */ in unroll()778 if (L->ci != &L->base_ci) /* not in base level? */ in lua_resume()
Completed in 12 milliseconds