OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:file2ln
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/sdiff/
sdiff.c
65
size_t file1ln,
file2ln
; /* line number of file1 and file2 */
variable in typeref:typename:size_t
322
file1ln =
file2ln
= 1;
666
for (; file1ln < file1start &&
file2ln
< file2start;
667
++file1ln, ++
file2ln
) {
702
for (;
file2ln
< file2start; ++
file2ln
) {
911
for (;
file2ln
<= line2; ++
file2ln
) {
922
* and from
file2ln
to file2end.
950
for (; !SIMPLEQ_EMPTY(&delqhead) &&
file2ln
<= file2end
[
all
...]
Completed in 12 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025