Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Ddiff.h47 # define XTERN extern macro
49 # define XTERN macro
86 XTERN enum output_style output_style;
89 XTERN bool no_diff_means_no_output;
93 XTERN lin context;
97 XTERN bool text;
100 XTERN lin horizon_lines;
103 XTERN enum
119 XTERN bool ignore_blank_lines;
123 XTERN bool files_can_be_treated_as_binary;
[all …]
/freebsd/contrib/diff/
H A DChangeLog1777 * diff.h (XTERN): Renamed from EXTERN.