Searched refs:format_block_comments (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/usr.bin/indent/
H A Dindent_globs.h193 int format_block_comments; /* true if comments beginning with member in struct:options
H A Dargs.c128 {"fcb", PRO_BOOL, true, ON, &opt.format_block_comments},
151 {"nfcb", PRO_BOOL, true, OFF, &opt.format_block_comments},
H A Dpr_comment.c116 (*buf_ptr == '\n' && !opt.format_block_comments)) {
122 * box comment unless format_block_comments
H A Dindent.c213 format_block_comments = 1; /* -fcb */

Completed in 122 milliseconds