Searched refs:D_IFDEF (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/diff/
H A Ddiff.h60 #define D_IFDEF 3 /* Diff with merged #ifdef's */ macro
133 * Variables for D_IFDEF option.
135 int wantelses = 0; /* used with D_IFDEF */
H A Ddiff.c240 opt = D_IFDEF;
434 if (opt == D_IFDEF) {
777 if (opt == D_IFDEF) {
803 if (opt != D_IFDEF && a > b && c > d)
892 if (opt == D_NORMAL || opt == D_IFDEF) {
930 if (opt == D_IFDEF && oldfile) {
946 if (opt == D_IFDEF) {
973 if (opt != D_IFDEF)
1247 if (opt == D_IFDEF)

Completed in 48 milliseconds