OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:line_width
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/sdiff/
sdiff.c
63
size_t
line_width
; /* width of a line (two columns and divider) */
variable in typeref:typename:size_t
285
/* Make sure
line_width
can fit in size_t. */
288
line_width
= width * 2 + 3;
533
printcol(s2, &col,
line_width
);
sdiff.c
63
size_t
line_width
; /* width of a line (two columns and divider) */
variable in typeref:typename:size_t
285
/* Make sure
line_width
can fit in size_t. */
288
line_width
= width * 2 + 3;
533
printcol(s2, &col,
line_width
);
Completed in 23 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025