Home
last modified time | relevance | path

Searched refs:PANEL_IMPEXP (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ncurses/panel/
H A Dpanel.h61 # define PANEL_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT macro
63 # define PANEL_IMPEXP NCURSES_EXPORT_GENERAL_IMPORT
66 #define PANEL_WRAPPED_VAR(type,name) extern PANEL_IMPEXP type NCURSES_PUBLIC_VAR(name)(void)
68 #define PANEL_EXPORT(type) PANEL_IMPEXP type NCURSES_API
69 #define PANEL_EXPORT_VAR(type) PANEL_IMPEXP type