Searched refs:_nc_panelhook (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dnc_panel.c38 NCURSES_SP_NAME(_nc_panelhook) (NCURSES_SP_DCL0) function
49 _nc_panelhook(void) function
51 return NCURSES_SP_NAME(_nc_panelhook) (CURRENT_SCREEN);
/freebsd-11.0-release/contrib/ncurses/include/
H A Dnc_panel.h66 _nc_panelhook (void);
69 NCURSES_SP_NAME(_nc_panelhook) (SCREEN *);
/freebsd-11.0-release/contrib/ncurses/panel/
H A Dp_above.c48 struct panelhook *ph = NCURSES_SP_NAME(_nc_panelhook) (sp);
H A Dp_below.c48 struct panelhook *ph = NCURSES_SP_NAME(_nc_panelhook) (sp);
H A Dp_new.c56 struct panelhook *ph = NCURSES_SP_NAME(_nc_panelhook) (sp);
59 struct panelhook *ph = _nc_panelhook();
H A Dpanel.priv.h90 struct panelhook* ph = NCURSES_SP_NAME(_nc_panelhook)(sp)
110 #define _nc_stdscr_pseudo_panel _nc_panelhook()->stdscr_pseudo_panel
111 #define _nc_top_panel _nc_panelhook()->top_panel
112 #define _nc_bottom_panel _nc_panelhook()->bottom_panel

Completed in 111 milliseconds