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_STRIPCR
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/diff/
diff.h
73
#define
D_STRIPCR
0x400 /* Strip trailing cr */
diffreg.c
367
D_SKIPBLANKLINES|
D_STRIPCR
)) == 0)
707
if (flags & (D_FOLDBLANKS | D_IGNOREBLANKS | D_IGNORECASE |
D_STRIPCR
)) {
726
if (flags &
D_STRIPCR
&& (c == '\r' || d == '\r')) {
1243
if (flags &
D_STRIPCR
&& c == '\r') {
1323
if (flags &
D_STRIPCR
) {
diff.c
304
dflags |=
D_STRIPCR
;
Completed in 82 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026