/src/usr.bin/indent/ |
indent.c | 56 .comment_column = 33, 270 if (opt.comment_column <= 1) 271 opt.comment_column = 2; /* don't put normal comments in column 279 ? (opt.comment_column <= 10 ? 2 : opt.comment_column - 8) 280 : opt.comment_column;
|
indent.c | 56 .comment_column = 33, 270 if (opt.comment_column <= 1) 271 opt.comment_column = 2; /* don't put normal comments in column 279 ? (opt.comment_column <= 10 ? 2 : opt.comment_column - 8) 280 : opt.comment_column;
|
args.c | 87 int_option("c", comment_column, 1, 999),
|
pr_comment.c | 125 : opt.comment_column - 1;
|
indent.h | 207 int comment_column; /* the column in which comments to the right of member in struct:options
|
args.c | 87 int_option("c", comment_column, 1, 999),
|
pr_comment.c | 125 : opt.comment_column - 1;
|
indent.h | 207 int comment_column; /* the column in which comments to the right of member in struct:options
|