OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:file1ln
(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) {
693
for (;
file1ln
< file1start; ++
file1ln
) {
921
* Print lines following a (c)hange command, from
file1ln
to file1end
934
for (;
file1ln
<= file1end; ++
file1ln
) {
995
* Print deleted lines from file, from
file1ln
to file1end
[
all
...]
Completed in 45 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025