Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/panel/
H A Dp_bottom.c52 if (!Is_Bottom(pan)) in PANEL_EXPORT()
H A Dpanel.priv.h114 #define Is_Bottom(p) (((p) != (PANEL*)0) && !EMPTY_STACK() && (_nc_bottom_panel->above == (p))) macro