Searched refs:blanklines_before_blockcomments (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.bin/indent/
H A Dindent_globs.h154 int blanklines_before_blockcomments; member in struct:options
H A Dargs.c101 {"bbb", PRO_BOOL, false, ON, &opt.blanklines_before_blockcomments},
132 {"nbbb", PRO_BOOL, false, OFF, &opt.blanklines_before_blockcomments},
H A Dpr_comment.c190 if (opt.blanklines_before_blockcomments && ps.last_token != lbrace)

Completed in 69 milliseconds