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

/freebsd-current/usr.bin/indent/
H A Dindent_globs.h190 int format_block_comments; /* true if comments beginning with member in struct:options
H A Dargs.c120 {"fcb", PRO_BOOL, true, ON, &opt.format_block_comments},
143 {"nfcb", PRO_BOOL, true, OFF, &opt.format_block_comments},
H A Dpr_comment.c108 (*buf_ptr == '\n' && !opt.format_block_comments)) {
114 * box comment unless format_block_comments
H A Dindent.c204 format_block_comments = 1; /* -fcb */

Completed in 87 milliseconds