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