Home
last modified time | relevance | path

Searched refs:batname (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Ddosinst.c356 targets[i].oldbat = searchpath_save(targets[i].batname); in find_bat_exe()
936 char *batname = targets[choices[idx].arg].batpath; in toggle_bat_choice() local
939 if (*batname == NUL) in toggle_bat_choice()
942 strcpy(batname, oldname); in toggle_bat_choice()
947 *batname = NUL; in toggle_bat_choice()
980 name = targets[target].batname; in change_bat_choice()
1077 set_bat_text(idx + i, targets[i].batpath, targets[i].batname); in change_main_bat_choice()
1134 set_bat_text(choice_count, batpath, targets[target].batname); in init_bat_choice()
H A Ddosinst.h327 char *batname; // batch file name member
H A Duninstall.c235 batfile_path = searchpath_save(targets[i].batname); in remove_batfiles()