OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rel_ind
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/indent/
io.c
280
int
rel_ind
= opt.continuation_indent * ps.ind_paren_level;
local in function:compute_code_indent
281
if (ps.extra_expr_indent != eei_no &&
rel_ind
== opt.indent_size)
282
rel_ind
+= opt.continuation_indent;
283
return base_ind +
rel_ind
;
io.c
280
int
rel_ind
= opt.continuation_indent * ps.ind_paren_level;
local in function:compute_code_indent
281
if (ps.extra_expr_indent != eei_no &&
rel_ind
== opt.indent_size)
282
rel_ind
+= opt.continuation_indent;
283
return base_ind +
rel_ind
;
Completed in 161 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025