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

/freebsd-current/usr.bin/indent/
H A Dindent_globs.h194 int block_comment_max_col; member in struct:options
H A Dpr_comment.c125 adj_max_col = opt.block_comment_max_col;
H A Dargs.c123 {"lc", PRO_INT, 0, 0, &opt.block_comment_max_col},
H A Dindent.c273 if (opt.block_comment_max_col <= 0)
274 opt.block_comment_max_col = opt.max_col;

Completed in 320 milliseconds