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

  /src/usr.bin/indent/
io.c 224 return (int)(case_ind * (float)opt.indent_size);
235 return opt.indent_size * (ps.ind_level - 2);
258 && ind == base_ind + opt.indent_size)
266 int base_ind = ps.ind_level * opt.indent_size;
281 if (ps.extra_expr_indent != eei_no && rel_ind == opt.indent_size)
args.c 102 int_option("i", indent_size, 1, 80),
pr_comment.c 110 * opt.indent_size;
indent.c 63 .indent_size = 8,
282 opt.continuation_indent = opt.indent_size;
300 ps.ind_level = ps.ind_level_follow = ind / opt.indent_size;
373 int base = ps.ind_level * opt.indent_size;
indent.h 229 int indent_size; /* the size of one indentation level */ member in struct:options

Completed in 13 milliseconds