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

/freebsd-11-stable/contrib/ncurses/panel/
H A Dp_bottom.c51 if (!Is_Bottom(pan))
H A Dpanel.priv.h117 #define Is_Bottom(p) (((p) != (PANEL*)0) && !EMPTY_STACK() && (_nc_bottom_panel->above == (p))) macro

Completed in 116 milliseconds