Lines Matching refs:active

52     int	    active;			// non-zero when choice is active  member
811 choices[choice_count].active = 0; in add_dummy_choice()
1072 choices[idx + i].active = 1; in change_main_bat_choice()
1081 choices[idx + i].active = 0; in change_main_bat_choice()
1098 choices[choice_count].active = 1; in init_bat_choice()
1155 choices[choice_count].active = 1; in init_bat_choices()
1306 choices[idx + 1].active = 0; in change_vimrc_choice()
1307 choices[idx + 2].active = 0; in change_vimrc_choice()
1308 choices[idx + 3].active = 0; in change_vimrc_choice()
1318 choices[idx + 1].active = 1; in change_vimrc_choice()
1319 choices[idx + 2].active = 1; in change_vimrc_choice()
1320 choices[idx + 3].active = 1; in change_vimrc_choice()
1369 choices[choice_count].active = 1; in init_vimrc_choices()
1376 choices[choice_count].active = (*oldvimrc == NUL); in init_vimrc_choices()
1383 choices[choice_count].active = (*oldvimrc == NUL); in init_vimrc_choices()
1390 choices[choice_count].active = (*oldvimrc == NUL); in init_vimrc_choices()
1702 choices[choice_count].active = 1; in init_popup_choice()
1736 choices[choice_count].active = 1; in init_openwith_choice()
2044 choices[choice_count].active = 1; in init_startmenu_choice()
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()
2314 choices[choice_count].active = 1; in init_directories_choice()
2672 if (choices[i].installfunc != NULL && choices[i].active) in install()
2697 if (choices[i].active) in request_choice()
2766 if (i > 0 && i <= choice_count && choices[i - 1].active) in main()