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