Searched refs:blanklines_before_blockcomments (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/indent/ |
H A D | args.c | 101 {"bbb", PRO_BOOL, false, ON, &opt.blanklines_before_blockcomments}, 132 {"nbbb", PRO_BOOL, false, OFF, &opt.blanklines_before_blockcomments},
|
H A D | indent_globs.h | 154 int blanklines_before_blockcomments; member
|
H A D | pr_comment.c | 189 if (opt.blanklines_before_blockcomments && ps.last_token != lbrace) in pr_comment()
|