Home
last modified time | relevance | path

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

/src/usr.bin/indent/
H A Dpr_comment.c99 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 Dargs.c119 {"fc1", PRO_BOOL, true, ON, &opt.format_col1_comments},
142 {"nfc1", PRO_BOOL, true, OFF, &opt.format_col1_comments},
H A Dindent_globs.h187 int format_col1_comments; /* If comments which start in column 1 member
H A Dindent.c204 format_col1_comments = 1; /* -fc1 */ in main()