| /vim-8.2.3635/src/ |
| H A D | gui.c | 112 && !vim_strchr(p_go, GO_FORG) in gui_start() 527 if (vim_strchr(p_go, GO_NOSYSMENU) == NULL) in gui_init() 760 if (vim_strchr(p_go, GO_MENUS) == NULL) in gui_init() 1415 if (vim_strchr(p_go, GO_TOOLBAR) != NULL) in gui_position_components() 1427 if (vim_strchr(p_go, GO_TOOLBAR) != NULL) in gui_position_components() 1509 if (vim_strchr(p_go, GO_TOOLBAR) != NULL) in gui_get_base_height() 1522 if (vim_strchr(p_go, GO_FOOTER) != NULL) in gui_get_base_height() 3487 temp = p_go; in gui_init_which_components() 3488 p_go = oldval; in gui_init_which_components() 3490 p_go = temp; in gui_init_which_components() [all …]
|
| H A D | clipboard.c | 319 gui.in_use ? (vim_strchr(p_go, GO_ASEL) != NULL) : in clip_isautosel_star() 333 gui.in_use ? (vim_strchr(p_go, GO_ASELPLUS) != NULL) : in clip_isautosel_plus() 758 gui.in_use ? (vim_strchr(p_go, GO_ASELML) != NULL) : in clip_process_selection()
|
| H A D | optionstr.c | 1625 else if (varp == &p_go) in did_set_string_option() 2357 else if (varp == &p_go) // 'guioptions' in did_set_string_option()
|
| H A D | gui_athena.c | 1194 && vim_strchr(p_go, GO_TOOLBAR) != NULL) in gui_mch_add_menu_item() 2117 vertical = (vim_strchr(p_go, GO_VERTICAL) != NULL); in gui_mch_dialog()
|
| H A D | gui_gtk_x11.c | 2440 if (vim_strchr(p_go, GO_ICON) != NULL) in mainwin_realize() 3643 if (vim_strchr(p_go, GO_TOOLBAR) != NULL in gui_mch_init() 3812 if (vim_strchr(p_go, GO_POINTER) != NULL) in gui_mch_init() 4341 if (using_gnome && vim_strchr(p_go, GO_MENUS) == NULL) in gui_mch_open() 4346 if (using_gnome && vim_strchr(p_go, GO_TOOLBAR) == NULL in gui_mch_open()
|
| H A D | gui_motif.c | 1352 && vim_strchr(p_go, GO_TOOLBAR) != NULL) in gui_mch_add_menu_item() 2539 vertical = (vim_strchr(p_go, GO_VERTICAL) != NULL); in gui_mch_dialog() 3166 if (vim_strchr(p_go, GO_FOOTER) != NULL) in toolbarbutton_enter_cb()
|
| H A D | gui_gtk.c | 670 if (vim_strchr(p_go, GO_TEAROFF) != NULL) in gui_mch_add_menu() 1647 if (vim_strchr(p_go, GO_VERTICAL) != NULL) in dialog_add_buttons()
|
| H A D | option.h | 638 EXTERN char_u *p_go; // 'guioptions' variable
|
| H A D | menu.c | 687 && vim_strchr(p_go, GO_TEAROFF) != NULL in add_menu_path() 2084 if (vim_strchr(p_go, GO_GREY) != NULL || menu->parent == NULL in gui_update_menus_recurse()
|
| H A D | gui_photon.c | 1250 if (! vim_strchr(p_go, GO_MENUS)) in gui_mch_init() 1269 if (! vim_strchr(p_go, GO_TOOLBAR)) in gui_mch_init()
|
| H A D | gui_x11.c | 1370 if (vim_strchr(p_go, GO_ICON) != NULL) in gui_mch_init() 3116 if (vim_strchr(p_go, GO_POINTER) != NULL) in gui_x11_callbacks()
|
| H A D | gui_w32.c | 1349 if (vim_strchr(p_go, GO_TOOLBAR) != NULL) in gui_mch_set_text_area_pos() 1360 if (vim_strchr(p_go, GO_TOOLBAR) != NULL) in gui_mch_set_text_area_pos() 7097 vertical = (p_go != NULL && vim_strchr(p_go, GO_VERTICAL) != NULL); in gui_mch_dialog() 7981 gui_mch_show_toolbar(vim_strchr(p_go, GO_TOOLBAR) != NULL); in initialise_toolbar()
|
| H A D | message.c | 3763 if (gui.in_use && vim_strchr(p_go, GO_CONDIALOG) == NULL) in do_dialog()
|
| H A D | ex_cmds.c | 1386 if (gui.in_use && vim_strchr(p_go, GO_TERMINAL) != NULL) in do_shell()
|
| H A D | optiondefs.h | 1233 (char_u *)&p_go, PV_NONE,
|
| H A D | gui_haiku.cc | 2124 bool vertical = (vim_strchr(p_go, GO_VERTICAL) != NULL) || in VimDialog()
|
| H A D | os_unix.c | 5461 if (gui.in_use && vim_strchr(p_go, GO_TERMINAL) != NULL) in mch_call_shell()
|
| H A D | os_win32.c | 4800 vim_strchr(p_go, GO_TERMINAL) != NULL in mch_call_shell()
|
| H A D | evalfunc.c | 6406 if (gui.in_use && vim_strchr(p_go, GO_CONDIALOG) == NULL) in f_inputdialog()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 4582 Solution: Don't use EMSG() but mch_errmsg(). Check p_go for being NULL.
|