Home
last modified time | relevance | path

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

/original-bsd/usr.bin/indent/
H A Dpr_comment.c197 if (blanklines_before_blockcomments) in pr_comment()
298 if (blanklines_before_blockcomments) in pr_comment()
352 if (blanklines_before_blockcomments) in pr_comment()
H A Dargs.c62 "bbb", PRO_BOOL, false, ON, &blanklines_before_blockcomments,
94 "nbbb", PRO_BOOL, false, OFF, &blanklines_before_blockcomments,
H A Dindent_globs.h101 int blanklines_before_blockcomments; variable