Lines Matching refs:PANEL
48 static PANEL *
51 PANEL *result = typeMalloc(PANEL, 1); in AllocPanel()
62 #define AllocPanel(name) typeMalloc(PANEL, 1)
71 static PANEL *
81 if (_nc_stdscr_pseudo_panel == (PANEL *)0) in root_panel()
91 PANEL *pan = _nc_stdscr_pseudo_panel; in root_panel()
95 pan->below = (PANEL *)0; in root_panel()
96 pan->above = (PANEL *)0; in root_panel()
104 PANEL_EXPORT(PANEL *)
107 PANEL *pan = (PANEL *)0; in new_panel()
123 pan->above = (PANEL *)0; in new_panel()
124 pan->below = (PANEL *)0; in new_panel()