Home
last modified time | relevance | path

Searched refs:D_FOLDBLANKS (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/diff/
H A Ddiff.h74 #define D_FOLDBLANKS 0x010 /* Treat all white space as equal */ macro
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()
788 if ((flags & D_FOLDBLANKS) && isspace(c) && in check()
1403 if ((flags & (D_FOLDBLANKS|D_IGNOREBLANKS)) != 0) { in readhash()
H A Ddiff.c188 dflags |= D_FOLDBLANKS; in main()