Lines Matching defs:file
190 struct file { struct
191 struct file *f_next; /* pointer to next file in base */ argument
192 struct file *f_files; /* pointer to files in subdir */ argument
194 fflags_t f_flags; /* flags associated with file */ argument
195 int f_depth; /* directory depth for file */ argument
196 char *f_name; /* name of this file */ argument
216 /* stat information from baseline file and evaluation */ argument
217 struct fileinfo f_info[3]; /* baseline, source, dest */ argument
223 /* this field is only valid for a renamed file */ argument
224 struct file * f_previous; /* node for previous filename */ argument
230 struct file *f_rnext; /* reconciliation chain ptr */ argument
235 /* this field is only valid for a file with a hard conflict */ argument
246 /* routines to manage base nodes, file nodes, and file infor */ argument