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

/freebsd-current/usr.bin/indent/
H A Dio.c230 target_col += opt.continuation_indent *
231 (2 * opt.continuation_indent == opt.ind_size ? 1 : ps.paren_level);
248 target_col += opt.continuation_indent;
H A Dindent_globs.h165 int continuation_indent; /* set to the indentation between the member in struct:options
H A Dargs.c109 {"ci", PRO_INT, 0, 0, &opt.continuation_indent},
H A Dindent.c279 if (opt.continuation_indent == 0)
280 opt.continuation_indent = opt.ind_size;

Completed in 191 milliseconds