Home
last modified time | relevance | path

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

/external/coreboot/payloads/libpayload/curses/form/
Dfld_attr.c42 NCURSES_IMPEXP int NCURSES_API set_field_ ## name (FIELD * field, chtype attr)\
67 NCURSES_IMPEXP chtype NCURSES_API field_ ## name (const FIELD * field)\
Dfrm_hook.c39 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 )\
/external/coreboot/payloads/libpayload/curses/menu/
Dm_hook.c44 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 )\
Dm_attribs.c52 NCURSES_IMPEXP int NCURSES_API set_menu_ ## name (MENU* menu, chtype attr) \
68 NCURSES_IMPEXP chtype NCURSES_API menu_ ## name (const MENU * menu)\
/external/coreboot/payloads/libpayload/curses/pdcurses-backend/
Dncurses_cfg.h7 #define NCURSES_API macro
/external/coreboot/payloads/libpayload/curses/
Dcurses.h75 #if !defined(NCURSES_API)
76 # define NCURSES_API /* nothing */ macro
79 # define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API