Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/menu/
H A Dm_format.c70 int total_rows, total_cols; in MENU_EXPORT() local
91 total_cols = (menu->opt & O_ROWMAJOR) ? in MENU_EXPORT()
96 menu->cols = (short)total_cols; in MENU_EXPORT()