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

/freebsd-11-stable/contrib/ncurses/panel/
H A Dp_above.c51 returnPanel(_nc_bottom_panel->above);
53 returnPanel(0);
58 returnPanel(0);
60 returnPanel(ground_panel(CURRENT_SCREEN));
83 returnPanel(result);
H A Dp_below.c51 returnPanel(EMPTY_STACK()? (PANEL *) 0 : _nc_top_panel);
56 returnPanel(0);
58 returnPanel(ceiling_panel(CURRENT_SCREEN));
84 returnPanel(result);
H A Dp_new.c101 returnPanel(pan);
121 returnPanel(pan);
H A Dpanel.priv.h63 # define returnPanel(code) TRACE_RETURN(code,panel) macro
79 # define returnPanel(code) return code macro

Completed in 128 milliseconds