Home | History | Annotate | Download | only in include

Lines Matching refs:wgetparent

893 extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *);	/* generated */
1315 #define wgetparent(win) ((win) ? (win)->_parent : 0)