OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:file2start
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/sdiff/
sdiff.c
570
size_t file1start, file1end,
file2start
, file2end, n;
local in function:parsecmd
619
file2start
= strtonum(q, 0, INT_MAX, &errstr);
635
if (
file2start
>= file2end)
638
file2end =
file2start
;
654
if (
file2start
!= file2end)
657
if (
file2start
== SIZE_T_MAX)
659
file2start
= ++file2end;
666
for (; file1ln < file1start && file2ln <
file2start
;
702
for (; file2ln <
file2start
; ++file2ln) {
721
n = file2end -
file2start
+ 1
[
all
...]
Completed in 12 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025