Home | History | Annotate | Download | only in include

Lines Matching refs:NCURSES_CALLBACK

834 typedef int (*NCURSES_CALLBACK)(WINDOW *, void *);
847 extern NCURSES_EXPORT(int) use_screen (SCREEN *, NCURSES_CALLBACK, void *);
848 extern NCURSES_EXPORT(int) use_window (WINDOW *, NCURSES_CALLBACK, void *);