OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:D_FOLDBLANKS
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/diff/
diff.h
67
#define
D_FOLDBLANKS
0x010 /* Treat all white space as equal */
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)) {
743
if ((flags &
D_FOLDBLANKS
) && isspace(c) &&
1334
if ((flags & (
D_FOLDBLANKS
|D_IGNOREBLANKS)) != 0) {
diff.c
148
dflags |=
D_FOLDBLANKS
;
Completed in 22 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026