Searched refs:D_FOLDBLANKS (Results 1 – 3 of 3) sorted by relevance
68 #define D_FOLDBLANKS 0x010 /* Treat all white space as equal */ macro
386 (flags & (D_FOLDBLANKS|D_IGNOREBLANKS|D_IGNORECASE| in diffreg()727 if (flags & (D_FOLDBLANKS | D_IGNOREBLANKS | D_IGNORECASE | D_STRIPCR)) { in check()735 if (flags & (D_FOLDBLANKS | D_IGNOREBLANKS)) { in check()763 if ((flags & D_FOLDBLANKS) && isspace(c) && in check()1373 if ((flags & (D_FOLDBLANKS|D_IGNOREBLANKS)) != 0) { in readhash()
160 dflags |= D_FOLDBLANKS; in main()