HomeSort by: relevance | last modified time | path
    Searched refs:continuation_indent (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/indent/
io.c 259 ind += opt.continuation_indent;
270 return base_ind + opt.continuation_indent;
280 int rel_ind = opt.continuation_indent * ps.ind_paren_level;
282 rel_ind += opt.continuation_indent;
args.c 91 int_option("ci", continuation_indent, 0, 999),
indent.h 202 int continuation_indent; /* the indentation between the edge of member in struct:options
indent.c 281 if (opt.continuation_indent == 0)
282 opt.continuation_indent = opt.indent_size;

Completed in 13 milliseconds