HomeSort by: relevance | last modified time | path
    Searched refs:D_IGNOREBLANKS (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/diff/
diff.h 72 #define D_IGNOREBLANKS 0x200 /* Ignore white space changes */
diffreg.c 366 (flags & (D_FOLDBLANKS|D_IGNOREBLANKS|D_IGNORECASE|
707 if (flags & (D_FOLDBLANKS | D_IGNOREBLANKS | D_IGNORECASE | D_STRIPCR)) {
715 if (flags & (D_FOLDBLANKS | D_IGNOREBLANKS)) {
755 } else if (flags & D_IGNOREBLANKS) {
1334 if ((flags & (D_FOLDBLANKS|D_IGNOREBLANKS)) != 0) {
1341 if (space && (flags & D_IGNOREBLANKS) == 0) {
diff.c 261 dflags |= D_IGNOREBLANKS;

Completed in 41 milliseconds