Lines Matching defs:diff_format
41 int diff_format, diff_context, status;
129 diff_format = D_UNSET;
131 (diff_format != D_UNSET && diff_format != (type))
155 diff_format = D_CONTEXT;
169 diff_format = D_IFDEF;
175 diff_format = D_EDIT;
180 diff_format = D_REVERSE;
220 diff_format = D_NREVERSE;
236 diff_format = D_BRIEF;
254 diff_format = D_UNIFIED;
284 diff_format = D_SIDEBYSIDE;
289 diff_format = D_GFORMAT;
303 diff_format = D_NORMAL;
319 if (diff_format == D_UNSET && (dflags & D_PROTOTYPE) != 0)
320 diff_format = D_CONTEXT;
321 if (diff_format == D_UNSET)
322 diff_format = D_NORMAL;
368 if (diff_format == D_IFDEF)
493 if (diff_format == D_BRIEF)