Home
last modified time | relevance | path

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

/netbsd/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
220 #if DIFF_L
294 #if DIFF_L
306 # if !DIFF_L
343 #if DIFF_L
368 #if DIFF_L
383 pp = &cov[3 + !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? */"
H A Dconf.heg219 #define DIFF_L 1 /* Does diff -L work? */
/netbsd/external/gpl2/rcs/dist/
H A Dconfigure.in31 : ${DIFF_L=1}
135 # Set DIFF_L to 1 if diff understands the L option, 0 otherwise.
136 AC_SUBST(DIFF_L) subst
139 rcs_cv_options_diff_l=$DIFF_L
162 DIFF_L=$rcs_cv_options_diff_l
163 case $DIFF_L in
H A Dconfigure431 : ${DIFF_L=1}
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
H A DINSTALL.RCS164 DIFF_L is 1 if diff and diff3 understand the -L LABEL option
/netbsd/external/gpl2/rcs/include/
H A Dconf.h224 #define DIFF_L 1 /* Does diff -L work? */ macro