Searched refs:D_FOLDBLANKS (Results 1 – 3 of 3) sorted by relevance
74 #define D_FOLDBLANKS 0x010 /* Treat all white space as equal */ macro
411 (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()
188 dflags |= D_FOLDBLANKS; in main()