Home
last modified time | relevance | path

Searched refs:panelhook (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ncurses/include/
H A Dnc_panel.h57 struct panelhook struct
69 extern NCURSES_EXPORT(struct panelhook *)
72 extern NCURSES_EXPORT(struct panelhook *)
/freebsd/contrib/ncurses/ncurses/base/
H A Dnc_panel.c38 NCURSES_EXPORT(struct panelhook *) in NCURSES_EXPORT() argument
49 NCURSES_EXPORT(struct panelhook *)
/freebsd/contrib/ncurses/panel/
H A Dp_new.c75 struct panelhook *ph = NCURSES_SP_NAME(_nc_panelhook) (sp); in root_panel()
78 struct panelhook *ph = _nc_panelhook(); in root_panel()
H A Dp_above.c49 struct panelhook *ph = NCURSES_SP_NAME(_nc_panelhook) (sp); in PANEL_EXPORT()
H A Dp_below.c49 struct panelhook *ph = NCURSES_SP_NAME(_nc_panelhook) (sp); in PANEL_EXPORT()
H A Dpanel.priv.h87 struct panelhook* ph = NCURSES_SP_NAME(_nc_panelhook)(sp)
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncursest2470 struct panelhook *_nc_panelhook_sp(
2472 { return(*(struct panelhook **)0); }
2475 struct panelhook *_nc_panelhook(void)
2476 { return(*(struct panelhook **)0); }
H A Dllib-lncurses2461 struct panelhook *_nc_panelhook_sp(
2463 { return(*(struct panelhook **)0); }
2466 struct panelhook *_nc_panelhook(void)
2467 { return(*(struct panelhook **)0); }
H A Dllib-lncursestw3062 struct panelhook *_nc_panelhook_sp(
3064 { return(*(struct panelhook **)0); }
3067 struct panelhook *_nc_panelhook(void)
3068 { return(*(struct panelhook **)0); }
H A Dllib-lncursesw3053 struct panelhook *_nc_panelhook_sp(
3055 { return(*(struct panelhook **)0); }
3058 struct panelhook *_nc_panelhook(void)
3059 { return(*(struct panelhook **)0); }
H A Dcurses.priv.h1110 struct panelhook _panelHook;