Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Dcmp.c78 static enum comparison_type enum
83 } comparison_type; variable
142 specify_comparison_type (enum comparison_type t) in specify_comparison_type()
144 if (comparison_type && comparison_type != t) in specify_comparison_type()
146 comparison_type = t; in specify_comparison_type()
292 if (file_desc[f1] < 0 && comparison_type == type_status) in main()
311 if (comparison_type != type_status) in main()
318 comparison_type = type_status; in main()
326 if (comparison_type == type_status in main()
357 if (exit_status != 0 && comparison_type != type_status) in main()
[all …]