Home
last modified time | relevance | path

Searched refs:continuation_indent (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/indent/
H A Dio.c230 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()
H A Dindent_globs.h165 int continuation_indent; /* set to the indentation between the member
H A Dargs.c109 {"ci", PRO_INT, 0, 0, &opt.continuation_indent},
H A Dindent.c278 if (opt.continuation_indent == 0) in main()
279 opt.continuation_indent = opt.ind_size; in main()