Lines Matching refs:arg
55 int arg; // argument for function member
814 choices[choice_count].arg = 0; in add_dummy_choice()
827 char *batpath = targets[choices[idx].arg].batpath; in install_bat_choice()
828 char *oldname = targets[choices[idx].arg].oldbat; in install_bat_choice()
829 char *exename = targets[choices[idx].arg].exenamearg; in install_bat_choice()
830 char *vimarg = targets[choices[idx].arg].exearg; in install_bat_choice()
921 alloc_text(int idx, char *fmt, char *arg) in alloc_text() argument
926 choices[idx].text = alloc(strlen(fmt) + strlen(arg) - 1); in alloc_text()
927 sprintf(choices[idx].text, fmt, arg); in alloc_text()
936 char *batname = targets[choices[idx].arg].batpath; in toggle_bat_choice()
937 char *oldname = targets[choices[idx].arg].oldbat; in toggle_bat_choice()
978 int target = choices[idx].arg; in change_bat_choice()
1020 if (choices[idx].arg == 0) in change_bat_choice()
1030 if (choices[idx].arg != 0) in change_bat_choice()
1039 if (choices[idx].arg != 0) in change_bat_choice()
1096 choices[choice_count].arg = target; in init_bat_choice()
1156 choices[choice_count].arg = 0; in init_bat_choices()
1985 if (choices[idx].arg) in install_shortcut_gvim()
1996 if (choices[idx].arg) in install_shortcut_evim()
2007 if (choices[idx].arg) in install_shortcut_gview()
2018 char *arg; in toggle_shortcut_choice() local
2021 arg = "gVim"; in toggle_shortcut_choice()
2023 arg = "gVim Easy"; in toggle_shortcut_choice()
2025 arg = "gVim Read-only"; in toggle_shortcut_choice()
2026 if (choices[idx].arg) in toggle_shortcut_choice()
2028 choices[idx].arg = 0; in toggle_shortcut_choice()
2029 alloc_text(idx, "Do NOT create a desktop icon for %s", arg); in toggle_shortcut_choice()
2033 choices[idx].arg = 1; in toggle_shortcut_choice()
2034 alloc_text(idx, "Create a desktop icon for %s", arg); in toggle_shortcut_choice()
2057 choices[choice_count].arg = 0; in init_shortcut_choices()
2066 choices[choice_count].arg = 0; in init_shortcut_choices()
2075 choices[choice_count].arg = 0; in init_shortcut_choices()
2126 int vimfiles_dir_choice = choices[idx].arg; in set_directories_text()
2231 choices[idx].arg = get_choice(vimfiles_dir_choices, choice_count); in change_directories_choice()
2243 int vimfiles_dir_choice = choices[idx].arg; in install_vimfilesdir()
2339 choices[choice_count].arg = vimfiles_dir_choice; in init_directories_choice()
2519 choices[choice_count - 1].arg = vimfiles_dir_choice; in command_line_setup_choices()