Home
last modified time | relevance | path

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

/dflybsd-src/contrib/ncurses/panel/
H A Dp_delete.c54 HIDE_PANEL(pan, err, OK); in NCURSES_EXPORT()
H A Dp_hide.c56 HIDE_PANEL(pan, err, ERR); in NCURSES_EXPORT()
H A Dp_show.c58 HIDE_PANEL(pan, err, OK); in NCURSES_EXPORT()
H A Dp_bottom.c57 HIDE_PANEL(pan, err, OK); in NCURSES_EXPORT()
H A Dpanel.priv.h194 #define HIDE_PANEL(pan,err,err_if_unlinked)\ macro