Searched refs:frows (Results 1 – 5 of 5) sorted by relevance
78 rows = menu->frows; in NCURSES_EXPORT()85 menu->frows = (short)rows; in NCURSES_EXPORT()106 _nc_Default_Menu.frows = (short)rows; in NCURSES_EXPORT()127 *rows = Normalize_Menu(menu)->frows; in menu_format()
215 set_menu_format(menu, menu->frows, menu->fcols); in _nc_Connect_Items()572 menu->toprow = (short)(((menu->rows - menu->frows) >= 0) in _nc_New_TopRow_and_CurrentItem()573 ? min(menu->rows - menu->frows, new_toprow) in _nc_New_TopRow_and_CurrentItem()596 menu->toprow = (short)(((menu->rows - menu->frows) >= 0) in _nc_New_TopRow_and_CurrentItem()597 ? min(menu->rows - menu->frows, new_toprow) in _nc_New_TopRow_and_CurrentItem()
65 menu->rows = menu->frows; in NCURSES_EXPORT()
79 set_menu_format(menu, menu->frows, menu->fcols); in NCURSES_EXPORT()
106 short frows; /* Nr. of formatted items high */ member