Searched refs:base_ci (Results 1 – 9 of 9) sorted by relevance
190 ci = &L1->base_ci; in stack_init()206 L->ci = &L->base_ci; /* free the entire 'ci' list */ in freestack()274 L->ci = &L->base_ci; /* unwind CallInfo list */ in close_state()326 CallInfo *ci = L->ci = &L->base_ci; /* unwind CallInfo list */ in luaE_resetthread()
324 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */ member
168 for (ci = L->ci; level > 0 && ci != &L->base_ci; ci = ci->previous) in lua_getstack()170 if (level == 0 && ci != &L->base_ci) { /* level found? */ in lua_getstack()
746 while ((ci = L->ci) != &L->base_ci) { /* something in the stack */ in unroll()847 if (L->ci != &L->base_ci) /* not in base level? */ in lua_resume()
140 ci = &L1->base_ci; in stack_init()153 L->ci = &L->base_ci; /* free the entire 'ci' list */ in freestack()
177 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */ member
94 for (ci = L->ci; level > 0 && ci != &L->base_ci; ci = ci->previous) in lua_getstack()96 if (level == 0 && ci != &L->base_ci) { /* level found? */ in lua_getstack()
525 if (L->ci == &L->base_ci) /* stack is empty? */ in unroll()592 if (ci != &L->base_ci) /* not in base level? */ in resume_cb()
508 for (ci = &th->base_ci; ci != th->ci; ci = ci->next) in traversestack()