Home
last modified time | relevance | path

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

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