Searched refs:oldbat (Results 1 – 2 of 2) sorted by relevance
356 targets[i].oldbat = searchpath_save(targets[i].batname); in find_bat_exe()360 if (default_bat_dir == NULL && targets[i].oldbat != NULL) in find_bat_exe()362 default_bat_dir = alloc(strlen(targets[i].oldbat) + 1); in find_bat_exe()363 strcpy(default_bat_dir, targets[i].oldbat); in find_bat_exe()366 if (check_bat_only && targets[i].oldbat != NULL) in find_bat_exe()368 free(targets[i].oldbat); in find_bat_exe()369 targets[i].oldbat = NULL; in find_bat_exe()828 char *oldname = targets[choices[idx].arg].oldbat; in install_bat_choice()937 char *oldname = targets[choices[idx].arg].oldbat; in toggle_bat_choice()1092 char *oldbat = targets[target].oldbat; in init_bat_choice() local[all …]
332 char *oldbat; // path to existing xxx.bat or NULL member