Home
last modified time | relevance | path

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

/dragonfly/gnu/usr.bin/rcs/rcsdiff/
HDrcsdiff.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 …]
/dragonfly/gnu/usr.bin/rcs/lib/
HDconf.h221 #define DIFF_L 1 /* Does diff -L work? */ macro