D_IGNOREBLANKS
dflags |= D_IGNOREBLANKS;
#define D_NEWALGO_FLAGS (D_FORCEASCII | D_PROTOTYPE | D_IGNOREBLANKS)
if ((flags & (D_FOLDBLANKS|D_IGNOREBLANKS)) != 0) {
if (space && (flags & D_IGNOREBLANKS) == 0) {
(flags & (D_FOLDBLANKS|D_IGNOREBLANKS|D_IGNORECASE|
if (flags & (D_FOLDBLANKS | D_IGNOREBLANKS | D_IGNORECASE | D_STRIPCR)) {
if (flags & (D_FOLDBLANKS | D_IGNOREBLANKS)) {
} else if (flags & D_IGNOREBLANKS) {
if (flags & D_IGNOREBLANKS)