HomeSort by: relevance | last modified time | path
    Searched refs:PANEL_HIDDEN (Results 1 - 11 of 11) sorted by relevancy

  /src/lib/libpanel/
hidden.c 35 panel_hidden(PANEL *p) function in typeref:typename:int
41 if (PANEL_HIDDEN(p))
bottom.c 41 if (__predict_false(PANEL_HIDDEN(p)))
show.c 42 if (__predict_false(!PANEL_HIDDEN(p)))
top.c 42 if (__predict_false(PANEL_HIDDEN(p)))
above.c 45 if (__predict_false(PANEL_HIDDEN(p)))
below.c 41 else if (__predict_true(!PANEL_HIDDEN(p)))
hide.c 42 if (__predict_false(PANEL_HIDDEN(p)))
replace.c 41 if (!PANEL_HIDDEN(p)) {
move.c 46 if (!PANEL_HIDDEN(p)) {
new.c 69 assert(PANEL_HIDDEN(&_stdscr_panel));
panel_impl.h 88 #define PANEL_HIDDEN(p) (!TAILQ_LINKED_NP((p), zorder))

Completed in 17 milliseconds