Home
last modified time | relevance | path

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

/freebsd/usr.bin/diff/
H A Ddiff.h76 #define D_IGNORECASE 0x040 /* Case-insensitive matching */ macro
H A Ddiffreg.c319 if (flags & D_IGNORECASE) in diffreg_stone()
411 (flags & (D_FOLDBLANKS|D_IGNOREBLANKS|D_IGNORECASE| in diffreg_stone()
752 if (flags & (D_FOLDBLANKS | D_IGNOREBLANKS | D_IGNORECASE | D_STRIPCR)) { in check()
H A Ddiff.c241 dflags |= D_IGNORECASE; in main()