OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_indent
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/public-domain/xz/dist/src/common/
tuklib_mbstr_wrap.c
48
size_t
first_indent
= opt->left_margin;
local
63
size_t pending_spaces =
first_indent
;
205
first_indent
= opt->left2_margin;
208
if (
first_indent
> cur_col) {
210
// the column specified in
first_indent
.
211
pending_spaces +=
first_indent
- cur_col;
214
// before reaching the column
first_indent
.
216
pending_spaces =
first_indent
;
219
cur_col =
first_indent
;
232
first_indent
= opt->left_margin
[
all
...]
Completed in 17 milliseconds
Indexes created Sun Sep 06 00:23:55 UTC 2026