OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:leading_dot
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/diffutils/dist/src/
diff3.c
1434
bool
leading_dot
= 0;
1443
leading_dot
= 1;
1450
return
leading_dot
;
1454
* Output to OUTPUTFILE a '.' line. If
LEADING_DOT
is nonzero,
1460
undotlines (FILE *outputfile, bool
leading_dot
, long start, lin num)
1463
if (
leading_dot
)
1499
bool
leading_dot
;
1533
leading_dot
= 0;
1540
leading_dot
= dotlines (outputfile, b, mapping[FILE1]);
1544
leading_dot
|= dotlines (outputfile, b, mapping[FILE2])
1430
bool
leading_dot
= 0;
local
1495
bool
leading_dot
;
local
[
all
...]
/src/external/gpl2/xcvs/dist/diff/
diff3.c
1534
int
leading_dot
= 0;
1543
leading_dot
= 1;
1549
return
leading_dot
;
1553
* Output to OUTPUTFILE a '.' line. If
LEADING_DOT
is nonzero,
1558
undotlines (
leading_dot
, start, num)
1559
int
leading_dot
, start, num;
1562
if (
leading_dot
)
1599
int
leading_dot
;
1630
leading_dot
= 0;
1637
leading_dot
= dotlines (b, mapping[FILE1])
1530
int
leading_dot
= 0;
local
1595
int
leading_dot
;
local
[
all
...]
Completed in 27 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026