Searched refs:EMPTY_STACK (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ncurses/panel/
H A Dp_below.c51 returnPanel(EMPTY_STACK()? (PANEL *) 0 : _nc_top_panel);
81 result = EMPTY_STACK()? (PANEL *) 0 : _nc_top_panel;
H A Dp_above.c80 result = EMPTY_STACK()? (PANEL *) 0 : _nc_bottom_panel->above;
H A Dpanel.priv.h116 #define EMPTY_STACK() (_nc_top_panel == _nc_bottom_panel) macro
117 #define Is_Bottom(p) (((p) != (PANEL*)0) && !EMPTY_STACK() && (_nc_bottom_panel->above == (p)))
118 #define Is_Top(p) (((p) != (PANEL*)0) && !EMPTY_STACK() && (_nc_top_panel == (p)))

Completed in 164 milliseconds