Searched refs:NCURSES_API (Results 1 – 6 of 6) sorted by relevance
42 NCURSES_IMPEXP int NCURSES_API set_field_ ## name (FIELD * field, chtype attr)\67 NCURSES_IMPEXP chtype NCURSES_API field_ ## name (const FIELD * field)\
39 NCURSES_IMPEXP int NCURSES_API set_ ## typ ## _ ## name (FORM *form, Form_Hook func)\48 NCURSES_IMPEXP Form_Hook NCURSES_API typ ## _ ## name ( const FORM *form )\
44 NCURSES_IMPEXP int NCURSES_API set_ ## typ ## _ ## name (MENU *menu, Menu_Hook func )\53 NCURSES_IMPEXP Menu_Hook NCURSES_API typ ## _ ## name ( const MENU *menu )\
52 NCURSES_IMPEXP int NCURSES_API set_menu_ ## name (MENU* menu, chtype attr) \68 NCURSES_IMPEXP chtype NCURSES_API menu_ ## name (const MENU * menu)\
7 #define NCURSES_API macro
75 #if !defined(NCURSES_API)76 # define NCURSES_API /* nothing */ macro79 # define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API