Home
last modified time | relevance | path

Searched refs:Is_Top (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ncurses/panel/
H A Dp_show.c53 if (Is_Top(pan)) in PANEL_EXPORT()
H A Dpanel.priv.h115 #define Is_Top(p) (((p) != (PANEL*)0) && !EMPTY_STACK() && (_nc_top_panel == (p))) macro