Home
last modified time | relevance | path

Searched refs:top_panel (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/ncurses/panel/
H A Dp_top.c43 top_panel(PANEL * pan) in PANEL_EXPORT()
H A Dpanel.priv.h97 #define _nc_top_panel ((ph)->top_panel)
108 #define _nc_top_panel _nc_panelhook()->top_panel
H A Dpanel.h76 extern PANEL_EXPORT(int) top_panel (PANEL *);
H A Dllib-lpaneltw165 #undef top_panel
166 int top_panel(
H A Dllib-lpanelt165 #undef top_panel
166 int top_panel(
H A Dllib-lpanelw165 #undef top_panel
166 int top_panel(
H A Dllib-lpanel165 #undef top_panel
166 int top_panel(
/freebsd/contrib/ncurses/include/
H A Dnc_panel.h59 struct panel *top_panel; member
/freebsd/contrib/ncurses/misc/
H A Dpanel.ref9 "top_panel" @6
H A Dpanel.def19 "top_panel" @6 NONAME
/freebsd/lib/ncurses/panel/
H A DMakefile55 panel.3 top_panel.3 \
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc1038 Two functions (top_panel(), bottom_panel()) are provided for
1077 The panel_update code ignores hidden panels. You cannot do top_panel()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp696 ::top_panel(subwindow_sp->m_panel); in CreateSubWindow()