Searched refs:each_window (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_freeall.c | 77 for (each_window(SP_PARM, p)) { in NCURSES_EXPORT() 89 for (each_window(SP_PARM, q)) { in NCURSES_EXPORT()
|
| H A D | resizeterm.c | 85 for (each_window(sp, wp)) { in show_window_sizes() 184 for (each_window(sp, wp)) { in child_depth() 294 for (each_window(SP_PARM, wp)) { in decrease_size() 329 for (each_window(SP_PARM, wp)) { in increase_size()
|
| H A D | lib_delwin.c | 57 for (each_window(scan, p)) { in cannot_delete()
|
| H A D | wresize.c | 64 for (each_window(SP_PARM, wp)) { in repair_subwindows()
|
| H A D | lib_newwin.c | 108 for (each_window(sp, p)) { in _nc_freewin()
|
| H A D | lib_set_term.c | 171 for (each_window(sp, wl)) { in delscreen()
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | curses.priv.h | 1705 #define each_window(sp,p) p = WindowList(sp); p != NULL; p = (p)->next macro
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 7659 + simplify some loops with macros each_screen(), each_window() and
|