Home
last modified time | relevance | path

Searched refs:format_col1_comments (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/usr.bin/indent/
H A Dpr_comment.c105 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 Dargs.c125 {"fc1", PRO_BOOL, true, ON, &opt.format_col1_comments},
148 {"nfc1", PRO_BOOL, true, OFF, &opt.format_col1_comments},
H A Dindent_globs.h189 int format_col1_comments; /* If comments which start in column 1 member
H A Dindent.c212 format_col1_comments = 1; /* -fc1 */ in main()