Searched refs:max_height (Results 1 – 4 of 4) sorted by relevance
1216 int max_height = Rows / 2 - 1; in split_message() local1268 if (long_item_count > 0 && height + long_item_count <= max_height) in split_message()1276 if (height > max_height) in split_message()1277 height = max_height; in split_message()
955 int max_height = 9999; in gui_mch_new_menu_font() local966 if (height < max_height) in gui_mch_new_menu_font()967 max_height = height; in gui_mch_new_menu_font()970 if (max_height != 9999) in gui_mch_new_menu_font()981 gui.menu_height = max_height + 2 * (space + border); in gui_mch_new_menu_font()
1429 if (size->max_height >= 48 && size->max_width >= 48) in gui_mch_init()1431 else if (size->max_height >= 32 && size->max_width >= 32) in gui_mch_init()1433 else if (size->max_height >= 16 && size->max_width >= 16) in gui_mch_init()
4765 int max_height = 0; in f_term_dumpwrite() local4806 max_height = dict_get_number(d, (char_u *)"rows"); in f_term_dumpwrite()4832 for (pos.row = 0; (max_height == 0 || pos.row < max_height) in f_term_dumpwrite()