Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/indent/
Dpr_comment.c243 if (blanklines_before_blockcomments) in pr_comment()
344 if (blanklines_before_blockcomments) in pr_comment()
398 if (blanklines_before_blockcomments) in pr_comment()
Dargs.c92 {"bbb", PRO_BOOL, false, ON, &blanklines_before_blockcomments },
128 {"nbbb", PRO_BOOL, false, OFF, &blanklines_before_blockcomments },
Dindent_globs.h141 int blanklines_before_blockcomments; variable