Searched refs:base_ci (Results 1 – 4 of 4) sorted by relevance
194 ci = &L1->base_ci; in stack_init()210 L->ci = &L->base_ci; /* free the entire 'ci' list */ in freestack()278 L->ci = &L->base_ci; /* unwind CallInfo list */ in close_state()328 CallInfo *ci = L->ci = &L->base_ci; /* unwind CallInfo list */ in luaE_resetthread()
326 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */ member
169 for (ci = L->ci; level > 0 && ci != &L->base_ci; ci = ci->previous) in lua_getstack()171 if (level == 0 && ci != &L->base_ci) { /* level found? */ in lua_getstack()
743 while ((ci = L->ci) != &L->base_ci) { /* something in the stack */ in unroll()840 if (L->ci != &L->base_ci) /* not in base level? */ in lua_resume()