Searched refs:default_bat_dir (Results 1 – 1 of 1) sorted by relevance
42 char *default_bat_dir = NULL; // when not NULL, use this as the default variable360 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()364 remove_tail(default_bat_dir); in find_bat_exe()1109 if (default_bat_dir != NULL) in init_bat_choice()1111 strcpy(batpath, default_bat_dir); in init_bat_choice()