Lines Matching refs:oldbat
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
1100 if (oldbat != NULL) in init_bat_choice()