Searched refs:EMPTY_STACK (Results 1 – 3 of 3) sorted by relevance
90 #define EMPTY_STACK() (_nc_top_panel==_nc_bottom_panel) macro91 #define Is_Bottom(p) (((p)!=(PANEL*)0) && !EMPTY_STACK() && (_nc_bottom_panel->above==(p)))92 #define Is_Top(p) (((p)!=(PANEL*)0) && !EMPTY_STACK() && (_nc_top_panel==(p)))
48 returnPanel(EMPTY_STACK()? (PANEL *) 0 : _nc_bottom_panel->above); in NCURSES_EXPORT()
47 returnPanel(EMPTY_STACK()? (PANEL *) 0 : _nc_top_panel); in NCURSES_EXPORT()