Searched refs:IS_LINKED (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/ncurses/panel/
H A Dp_hidden.c52 rc = (IS_LINKED(pan) ? FALSE : TRUE);
H A Dp_move.c53 if (IS_LINKED(pan))
H A Dp_replace.c52 if (IS_LINKED(pan))
H A Dpanel.priv.h119 IS_LINKED(pan) - check to see if panel is in the stack
123 #define IS_LINKED(p) (((p)->above || (p)->below ||((p)==_nc_bottom_panel)) ? TRUE : FALSE) macro
181 if (IS_LINKED(pan)) {\
197 if (IS_LINKED(pan)) {\

Completed in 56 milliseconds