Home
last modified time | relevance | path

Searched refs:newtop (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlapi.c189 StkId func, newtop; in lua_settop() local
205 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()
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Decho-area.c1062 int newtop = calling_window->pagetop; variable
1064 set_window_pagetop (calling_window, newtop);
H A Dsession.c4147 int newtop = window->pagetop; in incremental_search() local
4149 set_window_pagetop (window, newtop); in incremental_search()