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

/illumos-gate/usr/src/cmd/diff/
H A Ddiff.h136 char *ifdef1, *ifdef2; /* hold the ifdef strings */ variable
H A Ddiff.c243 ifdef2 = optarg;
947 int oneflag = (*ifdef1 != '\0') != (*ifdef2 != '\0');
950 oneflag && oldfile == 1 ? "!" : "", ifdef2);
954 endifname = ifdef2;
962 endifname = oldfile ? ifdef1 : ifdef2;

Completed in 48 milliseconds