Searched refs:mustset (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | ui.pro | 12 void ui_set_shellsize(int mustset);
|
| H A D | gui.pro | 18 void gui_set_shellsize(int mustset, int fit_to_display, int direction);
|
| H A D | term.pro | 48 void set_shellsize(int width, int height, int mustset);
|
| /vim-8.2.3635/src/ |
| H A D | ui.c | 624 int mustset UNUSED) // set by the user in ui_set_shellsize() 628 gui_set_shellsize(mustset, TRUE, RESIZE_BOTH); in ui_set_shellsize()
|
| H A D | buffer.c | 3797 int mustset; in maketitle() local 3948 mustset = value_changed(title_str, &lasttitle); in maketitle() 3996 mustset |= value_changed(icon_str, &lasticon); in maketitle() 3998 if (mustset) in maketitle()
|
| H A D | gui.c | 1646 int mustset UNUSED, in gui_set_shellsize() 1659 int un_maximize = mustset; in gui_set_shellsize() 1670 if (!mustset && (vim_strchr(p_go, GO_KEEPWINSIZE) != NULL in gui_set_shellsize()
|
| H A D | term.c | 3448 set_shellsize(int width, int height, int mustset) in set_shellsize() argument 3487 if (mustset || (ui_get_shellsize() == FAIL && height != 0)) in set_shellsize() 3492 ui_set_shellsize(mustset); in set_shellsize()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 29635 Solution: Pass FALSE for "mustset" in gui_set_shellsize(). (Agorgianitis
|