Searched refs:DIFF_L (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcsdiff.c148 #if DIFF_L
166 #if DIFF_L
172 char const *cov[10 + !DIFF_L];
189 #if DIFF_L
200 diffv = tnalloc(char const*, 1 + argc + !!OPEN_O_BINARY + 2*DIFF_L + 2);
220 #if DIFF_L
294 #if DIFF_L
306 # if !DIFF_L
343 #if DIFF_L
368 #if DIFF_L
[all...]
H A DMakefile.in52 DIFF_L = @DIFF_L@
160 DIFF='$(DIFF)' DIFFFLAGS='$(DIFFFLAGS)' DIFF_L='$(DIFF_L)' \
H A Dconf.sh43 : ${DIFF_L=1}
1953 : configuring DIFF_L
1954 echo "#define DIFF_L $DIFF_L /* Does diff -L work? */"
/netbsd-current/external/gpl2/rcs/dist/
H A Dconfigure431 : ${DIFF_L=1}
590 # Set DIFF_L to 1 if diff understands the L option, 0 otherwise.
597 rcs_cv_options_diff_l=$DIFF_L
622 DIFF_L=$rcs_cv_options_diff_l
623 case $DIFF_L in
1143 s%@DIFF_L@%$DIFF_L%g
/netbsd-current/external/gpl2/rcs/include/
H A Dconf.h224 #define DIFF_L 1 /* Does diff -L work? */ macro

Completed in 153 milliseconds