Searched refs:format_block_comments (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.bin/indent/ |
| H A D | args.c | 120 {"fcb", PRO_BOOL, true, ON, &opt.format_block_comments}, 143 {"nfcb", PRO_BOOL, true, OFF, &opt.format_block_comments},
|
| H A D | indent_globs.h | 190 int format_block_comments; /* true if comments beginning with member
|
| H A D | pr_comment.c | 107 (*buf_ptr == '\n' && !opt.format_block_comments)) { in pr_comment()
|
| H A D | indent.c | 203 format_block_comments = 1; /* -fcb */ in main()
|