Home
last modified time | relevance | path

Searched refs:D_IGNOREBLANKS (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/diff/
H A Ddiff.h79 #define D_IGNOREBLANKS 0x200 /* Ignore white space changes */ macro
85 #define D_NEWALGO_FLAGS (D_FORCEASCII | D_PROTOTYPE | D_IGNOREBLANKS)
H A Ddiffreg.c411 (flags & (D_FOLDBLANKS|D_IGNOREBLANKS|D_IGNORECASE| in diffreg_stone()
752 if (flags & (D_FOLDBLANKS | D_IGNOREBLANKS | D_IGNORECASE | D_STRIPCR)) { in check()
760 if (flags & (D_FOLDBLANKS | D_IGNOREBLANKS)) { in check()
800 } else if (flags & D_IGNOREBLANKS) { in check()
1403 if ((flags & (D_FOLDBLANKS|D_IGNOREBLANKS)) != 0) { in readhash()
1410 if (space && (flags & D_IGNOREBLANKS) == 0) { in readhash()
H A Ddiffreg_new.c212 if (flags & D_IGNOREBLANKS) in diffreg_new()
H A Ddiff.c303 dflags |= D_IGNOREBLANKS; in main()