Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Decho-area.c102 register WINDOW *win, *compwin = (WINDOW *)NULL; in restore_calling_window() local
109 compwin = win; in restore_calling_window()
111 if (win == calling_window && win == compwin) in restore_calling_window()
116 compwin = (WINDOW *)NULL; in restore_calling_window()
124 if (compwin) in restore_calling_window()
126 if ((compwin != windows || windows->next) && in restore_calling_window()
135 next = compwin->next; in restore_calling_window()
140 amount = - (compwin->height + 1); in restore_calling_window()
144 info_delete_window_internal (compwin); in restore_calling_window()
1018 WINDOW *compwin; variable
[all …]