Searched refs:format_col1_comments (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/usr.bin/indent/ |
| H A D | pr_comment.c | 105 if (ps.col_1 && !opt.format_col1_comments) { /* if comment starts in column in pr_comment() 132 ps.com_col = 1 + !opt.format_col1_comments; in pr_comment()
|
| H A D | args.c | 125 {"fc1", PRO_BOOL, true, ON, &opt.format_col1_comments}, 148 {"nfc1", PRO_BOOL, true, OFF, &opt.format_col1_comments},
|
| H A D | indent_globs.h | 189 int format_col1_comments; /* If comments which start in column 1 member
|
| H A D | indent.c | 212 format_col1_comments = 1; /* -fc1 */ in main()
|