OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tl1
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/diffutils/dist/src/
ed.c
143
long tf0, tl0, tf1,
tl1
;
167
translate_range (&files[1], f1, l1, &tf1, &
tl1
);
168
fprintf (outfile, "%ld %ld\n", tl0, tf1 <=
tl1
?
tl1
- tf1 + 1 : 1);
140
long tf0, tl0, tf1,
tl1
;
local
/src/external/gpl2/xcvs/dist/diff/
ed.c
166
int tf0, tl0, tf1,
tl1
;
192
translate_range (&files[1], f1, l1, &tf1, &
tl1
);
195
(
tl1
>= tf1 ?
tl1
- tf1 + 1 : 1));
163
int tf0, tl0, tf1,
tl1
;
local
/src/external/gpl2/xcvs/dist/lib/
mktime.c
579
time_t tk, tl,
tl1
;
613
for (tl = from; by < 0 ? to <= tl : tl <= to; tl =
tl1
)
627
tl1
= tl + by;
628
if ((
tl1
< tl) != (by < 0))
632
for (tl = from; by < 0 ? to <= tl : tl <= to; tl =
tl1
)
647
tl1
= tl + by;
648
if ((
tl1
< tl) != (by < 0))
578
time_t tk, tl,
tl1
;
local
Completed in 13 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026