Searched refs:new_panel (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ncurses/panel/
H A Dpanel.h63 extern NCURSES_EXPORT(PANEL*) new_panel (WINDOW *);
H A Dp_new.c92 new_panel(WINDOW *win) function
98 T((T_CALLED("new_panel(%p)"), (void *)win));
/freebsd-11-stable/lib/ncurses/panel/
H A DMakefile48 panel.3 new_panel.3 \
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h767 extern PANEL * new_panel(WINDOW *);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp353 m_panel = ::new_panel(m_window);

Completed in 134 milliseconds