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

/freebsd-9.3-release/usr.bin/indent/
H A Dargs.c118 {"fc1", PRO_BOOL, true, ON, &format_col1_comments},
142 {"nfc1", PRO_BOOL, true, OFF, &format_col1_comments},
H A Dpr_comment.c115 if (ps.col_1 && !format_col1_comments) { /* if comment starts in column
141 ps.com_col = 1 + !format_col1_comments;
H A Dindent_globs.h170 int format_col1_comments; /* If comments which start in column 1 variable
H A Dindent.c182 format_col1_comments = 1; /* -fc1 */

Completed in 60 milliseconds