OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:line_length
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/indent/
pr_comment.c
93
int
line_length
= opt.max_line_length;
local in function:analyze_comment
113
line_length
= opt.block_comment_max_line_length;
128
if (ind + 25 >
line_length
)
129
line_length
= ind + 25;
148
*p_line_length =
line_length
;
152
copy_comment_start(bool may_wrap, bool *delim, int
line_length
)
161
if (*delim && fits_in_one_line(
line_length
))
171
copy_comment_wrap_text(int
line_length
, ssize_t *last_blank)
182
if (ind >=
line_length
&& *last_blank != -1)
186
if (ind <=
line_length
)
344
int
line_length
;
local in function:process_comment
[
all
...]
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
fbif.h
138
uint32_t
line_length
; /* the length of a row of pixels (in bytes) */
member in struct:xenfb_page
/src/lib/libedit/
chared.c
638
size_t
line_length
, len;
local in function:el_deletestr1
644
line_length
= (size_t)(el->el_line.lastchar - el->el_line.buffer);
646
if (start >= (int)
line_length
|| end >= (int)
line_length
)
650
if (len >
line_length
- (size_t)end)
651
len =
line_length
- (size_t)end;
/src/sys/external/bsd/drm2/dist/include/uapi/drm/
via_drm.h
266
__u32
line_length
;
member in struct:drm_via_dmablit
/src/sys/dev/pci/bktr/
bktr_reg.h
558
int
line_length
;
member in struct:bktr_softc
Completed in 15 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025