Home
last modified time | relevance | path

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

/openbsd/src/lib/libcurses/
Dnc_panel.h59 struct panelhook struct
71 extern NCURSES_EXPORT(struct panelhook *)
74 extern NCURSES_EXPORT(struct panelhook *)
Dcurses.priv.h1109 struct panelhook _panelHook;
/openbsd/src/lib/libcurses/base/
Dnc_panel.c40 NCURSES_EXPORT(struct panelhook *) in NCURSES_EXPORT() argument
51 NCURSES_EXPORT(struct panelhook *)
/openbsd/src/lib/libpanel/
Dp_new.c77 struct panelhook *ph = NCURSES_SP_NAME(_nc_panelhook) (sp); in root_panel()
80 struct panelhook *ph = _nc_panelhook(); in root_panel()
Dp_above.c51 struct panelhook *ph = NCURSES_SP_NAME(_nc_panelhook) (sp); in PANEL_EXPORT()
Dp_below.c51 struct panelhook *ph = NCURSES_SP_NAME(_nc_panelhook) (sp); in PANEL_EXPORT()
Dpanel.priv.h88 struct panelhook* ph = NCURSES_SP_NAME(_nc_panelhook)(sp)