Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/texinfo/info/
H A Decho-area.c100 register WINDOW *win, *compwin = (WINDOW *)NULL; in restore_calling_window() local
107 compwin = win; in restore_calling_window()
109 if (win == calling_window && win == compwin) in restore_calling_window()
114 compwin = (WINDOW *)NULL; in restore_calling_window()
122 if (compwin) in restore_calling_window()
124 if ((compwin != windows || windows->next) && in restore_calling_window()
133 next = compwin->next; in restore_calling_window()
138 amount = - (compwin->height + 1); in restore_calling_window()
142 info_delete_window_internal (compwin); in restore_calling_window()
1016 WINDOW *compwin; variable
[all …]