Lines Matching refs:choice
4984 int choice = 0; in findswapname() local
5011 choice = 4; in findswapname()
5022 if (choice == 0 in findswapname()
5025 choice = do_swapexists(buf, fname); in findswapname()
5027 if (choice == 0) in findswapname()
5051 if (swap_exists_action != SEA_NONE && choice == 0) in findswapname()
5065 choice = do_dialog(VIM_WARNING, in findswapname()
5077 if (process_still_running && choice >= 4) in findswapname()
5078 choice++; // Skip missing "Delete it" button in findswapname()
5088 if (choice > 0) in findswapname()
5090 switch (choice) in findswapname()