Searched refs:continuation_indent (Results 1 – 4 of 4) sorted by relevance
230 target_col += opt.continuation_indent * in compute_code_target()231 (2 * opt.continuation_indent == opt.ind_size ? 1 : ps.paren_level); in compute_code_target()248 target_col += opt.continuation_indent; in compute_code_target()
165 int continuation_indent; /* set to the indentation between the member
109 {"ci", PRO_INT, 0, 0, &opt.continuation_indent},
278 if (opt.continuation_indent == 0) in main()279 opt.continuation_indent = opt.ind_size; in main()