Home
last modified time | relevance | path

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

/mirbsd/src/lib/libncurses/src/menu/
Dm_format.c61 int total_rows, total_cols; in NCURSES_EXPORT() local
88 total_rows = (menu->nitems - 1) / cols + 1; in NCURSES_EXPORT()
91 (menu->nitems - 1) / total_rows + 1; in NCURSES_EXPORT()
93 menu->rows = total_rows; in NCURSES_EXPORT()
95 menu->arows = minimum(total_rows, rows); in NCURSES_EXPORT()