Lines Matching refs:rows
39 set_menu_format(MENU *m, int rows, int cols) in set_menu_format() argument
41 if (rows < 0 || cols < 0) { in set_menu_format()
48 if (rows == 0) { in set_menu_format()
49 rows = FRows(m); in set_menu_format()
62 FRows(m) = rows; in set_menu_format()
66 Height(m) = min(rows, Rows(m)); in set_menu_format()
72 if (rows > 0) { in set_menu_format()
73 FRows(Dfl_Menu) = rows; in set_menu_format()
83 menu_format(MENU *m, int *rows, int *cols) in menu_format() argument
86 *rows = FRows(m); in menu_format()
89 *rows = FRows(Dfl_Menu); in menu_format()