Searched refs:NCURSES_API (Results 1 – 11 of 11) sorted by relevance
43 FORM_IMPEXP int NCURSES_API set_field_ ## name (FIELD * field, chtype attr)\68 FORM_IMPEXP chtype NCURSES_API field_ ## name (const FIELD * field)\
40 FORM_IMPEXP int NCURSES_API set_ ## typ ## _ ## name (FORM *form, Form_Hook func)\50 FORM_IMPEXP Form_Hook NCURSES_API typ ## _ ## name ( const FORM *form )\
55 #define FORM_EXPORT(type) FORM_IMPEXP type NCURSES_API
45 MENU_EXPORT(int) NCURSES_API set_ ## typ ## _ ## name (MENU *menu, Menu_Hook func )\55 MENU_EXPORT(Menu_Hook) NCURSES_API typ ## _ ## name ( const MENU *menu )\
53 MENU_EXPORT(int) NCURSES_API set_menu_ ## name (MENU* menu, chtype attr) \69 MENU_EXPORT(chtype) NCURSES_API menu_ ## name (const MENU * menu)\
59 #define MENU_EXPORT(type) MENU_IMPEXP type NCURSES_API
78 #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API92 # define NCURSES_API __cdecl macro100 # define NCURSES_API /* FIXME: __attribute__ ((cdecl)) is only available on x86 */ macro
206 extern NCURSES_IMPEXP void (NCURSES_API *_nc_check_termtype)(TERMTYPE *); /* obs 20040705 */207 extern NCURSES_IMPEXP void (NCURSES_API *_nc_check_termtype2)(TERMTYPE2 *, bool);
68 #define PANEL_EXPORT(type) PANEL_IMPEXP type NCURSES_API
54 NCURSES_IMPEXP void (NCURSES_API *_nc_check_termtype2) (TERMTYPE2 *, bool) = sanity_check2; variable
1665 + adjust syntax in a couple of files using the NCURSES_API symbol.