Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dindent_globs.h162 int decl_com_ind; /* the column in which comments after member
H A Dpr_comment.c138 ps.com_col = ps.decl_on_line || ps.ind_level == 0 ? opt.decl_com_ind : opt.com_ind; in pr_comment()
H A Dindent.c196 ps.decl_com_ind = 0; /* if this is not set to some positive value in main()
276 if (opt.decl_com_ind <= 0) /* if not specified by user, set this */ in main()
277 opt.decl_com_ind = opt.ljust_decl ? (opt.com_ind <= 10 ? 2 : opt.com_ind - 8) : opt.com_ind; in main()
H A Dargs.c107 {"cd", PRO_INT, 0, 0, &opt.decl_com_ind},