Home | History | Annotate | Download | only in include

Lines Matching refs:is_idcok

895 extern NCURSES_EXPORT(bool) is_idcok (const WINDOW *);		/* generated */
1304 #define is_idcok(win) ((win) ? (win)->_idcok : FALSE)