Searched refs:frows (Results 1 – 5 of 5) sorted by relevance
79 rows = menu->frows; in MENU_EXPORT()86 menu->frows = (short)rows; in MENU_EXPORT()107 _nc_Default_Menu.frows = (short)rows; in MENU_EXPORT()128 *rows = Normalize_Menu(menu)->frows; in menu_format()
216 set_menu_format(menu, menu->frows, menu->fcols); in _nc_Connect_Items()570 menu->toprow = (short)(((menu->rows - menu->frows) >= 0) in _nc_New_TopRow_and_CurrentItem()571 ? Min(menu->rows - menu->frows, new_toprow) in _nc_New_TopRow_and_CurrentItem()594 menu->toprow = (short)(((menu->rows - menu->frows) >= 0) in _nc_New_TopRow_and_CurrentItem()595 ? Min(menu->rows - menu->frows, new_toprow) in _nc_New_TopRow_and_CurrentItem()
66 menu->rows = menu->frows; in MENU_EXPORT()
79 set_menu_format(menu, menu->frows, menu->fcols); in MENU_EXPORT()
119 short frows; /* Nr. of formatted items high */ member