Searched refs:Is_Pseudo (Results 1 – 2 of 2) sorted by relevance
52 returnPanel(Is_Pseudo(pan->below) ? (PANEL *) 0 : pan->below); in NCURSES_EXPORT()
112 #define Is_Pseudo(p) ((p) && ((p)==_nc_bottom_panel)) macro