Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/panel/
H A Dp_show.c63 _nc_top_panel->above = pan; in PANEL_EXPORT()
64 pan->below = _nc_top_panel; in PANEL_EXPORT()
66 _nc_top_panel = pan; in PANEL_EXPORT()
H A Dpanel.priv.h97 #define _nc_top_panel ((ph)->top_panel) macro
108 #define _nc_top_panel _nc_panelhook()->top_panel macro
113 #define EMPTY_STACK() (_nc_top_panel == _nc_bottom_panel)
115 #define Is_Top(p) (((p) != (PANEL*)0) && !EMPTY_STACK() && (_nc_top_panel == (p)))
188 if ((pan) == _nc_top_panel) \
189 _nc_top_panel = (pan)->below;\
H A Dp_below.c52 returnPanel(EMPTY_STACK()? (PANEL *) 0 : _nc_top_panel); in PANEL_EXPORT()
82 result = EMPTY_STACK()? (PANEL *) 0 : _nc_top_panel; in panel_below()
H A Dp_new.c84 assert(SP_PARM && SP_PARM->_stdscr && !_nc_bottom_panel && !_nc_top_panel); in root_panel()
98 _nc_bottom_panel = _nc_top_panel = pan; in root_panel()
H A Dpanel.c102 (_nc_top_panel) ? USER_PTR(_nc_top_panel->user, 2) : "--"); in _nc_dStack()
/freebsd/contrib/ncurses/
H A DNEWS11964 + correct a problem in libpanel, where the _nc_top_panel variable was