Searched refs:Is_Top (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ncurses/panel/ | ||
H A D | p_show.c | 53 if (Is_Top(pan)) in PANEL_EXPORT() |
H A D | panel.priv.h | 115 #define Is_Top(p) (((p) != (PANEL*)0) && !EMPTY_STACK() && (_nc_top_panel == (p))) macro |