Home
last modified time | relevance | path

Searched refs:frows (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ncurses/menu/
H A Dm_format.c79 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()
H A Dm_global.c216 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()
H A Dm_new.c66 menu->rows = menu->frows; in MENU_EXPORT()
H A Dm_opts.c79 set_menu_format(menu, menu->frows, menu->fcols); in MENU_EXPORT()
H A Dmenu.h119 short frows; /* Nr. of formatted items high */ member