Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/diff/
H A Ddiff.c674 switch_string = option_list (argv + 1, optind - 1);
712 free (switch_string);
1264 switch_string = NULL;
H A Ddiff.h176 EXTERN char * switch_string; variable
H A Dutil.c200 + strlen (switch_string) + 7); in begin_output()
205 sprintf (name, "diff%s %s %s", switch_string, current_name0, current_name1); in begin_output()