Searched refs:newtop (Results 1 – 3 of 3) sorted by relevance
189 StkId func, newtop; in lua_settop() local205 newtop = L->top.p + diff; in lua_settop()206 if (diff < 0 && L->tbclist.p >= newtop) { in lua_settop()208 newtop = luaF_close(L, newtop, CLOSEKTOP, 0); in lua_settop()210 L->top.p = newtop; /* correct top only after closing any upvalue */ in lua_settop()
1062 int newtop = calling_window->pagetop; variable1064 set_window_pagetop (calling_window, newtop);
4147 int newtop = window->pagetop; in incremental_search() local4149 set_window_pagetop (window, newtop); in incremental_search()