Lines Matching refs:pan
44 bottom_panel(PANEL * pan) in PANEL_EXPORT()
48 T((T_CALLED("bottom_panel(%p)"), (void *)pan)); in PANEL_EXPORT()
49 if (pan) in PANEL_EXPORT()
51 GetHook(pan); in PANEL_EXPORT()
52 if (!Is_Bottom(pan)) in PANEL_EXPORT()
55 dBug(("--> bottom_panel %s", USER_PTR(pan->user, 1))); in PANEL_EXPORT()
57 HIDE_PANEL(pan, err, OK); in PANEL_EXPORT()
60 dStack("<lb%d>", 1, pan); in PANEL_EXPORT()
62 pan->below = _nc_bottom_panel; in PANEL_EXPORT()
63 pan->above = _nc_bottom_panel->above; in PANEL_EXPORT()
64 if (pan->above) in PANEL_EXPORT()
65 pan->above->below = pan; in PANEL_EXPORT()
66 _nc_bottom_panel->above = pan; in PANEL_EXPORT()
68 dStack("<lb%d>", 9, pan); in PANEL_EXPORT()