Lines Matching refs:has_gvim
37 int has_gvim = 0; // installable gvim.exe exists variable
223 has_gvim = 1; in check_unpack()
230 if (!has_gvim && !has_vim) in check_unpack()
1163 && (targets[i].exenamearg[0] == 'g' ? has_gvim : has_vim)) in init_bat_choices()
1696 if (has_gvim in init_popup_choice()
1732 if (has_gvim) in init_openwith_choice()
1910 if (has_gvim) in install_start_menu()
1934 if (build_shortcut("Help", has_gvim ? "gvim.exe" : "vim.exe", "-c h", in install_start_menu()
2058 choices[choice_count].active = has_gvim; in init_shortcut_choices()
2067 choices[choice_count].active = has_gvim; in init_shortcut_choices()
2076 choices[choice_count].active = has_gvim; in init_shortcut_choices()
2421 if ((targets[j].exenamearg[0] == 'g' ? has_gvim : has_vim) in command_line_setup_choices()
2683 if (has_gvim) in install()