Searched refs:wgetparent (Results 1 – 15 of 15) sorted by relevance
104 WINDOW *top = wgetparent(win); in dlg_trace_win()108 top = wgetparent(win); in dlg_trace_win()
256 #undef wgetparent257 #define wgetparent(win) ((win) ? (win)->_parent : 0) macro312 #undef wgetparent313 #define wgetparent(win) dlg_wgetparent(win) macro
112 bool is_toplevel = (wgetparent(win) == stdscr); in dlg_draw_arrows2()
377 WINDOW *dialog = wgetparent(all->list[0].win); in print_both()
3035 #undef wgetparent in dlg_wgetparent()
1953 CF_CURSES_FUNCS(wgetparent)
24802 for cf_func in wgetparent
704 curs_opaque.3 wgetparent.3 \
986 extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *); /* @GENERATED_EXT_FUNCS@ */1459 #define wgetparent(win) (NCURSES_OK_ADDR(win) ? (win)->_parent : 0) macro
1202 #undef wgetparent1203 WINDOW *wgetparent(
1199 #undef wgetparent1200 WINDOW *wgetparent(
1324 #undef wgetparent1325 WINDOW *wgetparent(
1321 #undef wgetparent1322 WINDOW *wgetparent(
1794 is_scrollok, is_syncok, wgetparent and wgetscrreg.
7334 + add wgetscrreg() and wgetparent() for applications that may need it