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

/freebsd-current/usr.bin/indent/
H A Dpr_comment.c194 if (!ps.box_com && opt.star_comment_cont)
210 if (!ps.box_com && opt.star_comment_cont)
236 if (opt.star_comment_cont)
240 if (!ps.box_com && opt.star_comment_cont)
321 if (!ps.box_com && opt.star_comment_cont)
328 if (!ps.box_com && opt.star_comment_cont)
H A Dindent_globs.h209 int star_comment_cont; /* true iff comment continuation lines member in struct:options
H A Dargs.c151 {"nsc", PRO_BOOL, true, OFF, &opt.star_comment_cont},
158 {"sc", PRO_BOOL, true, ON, &opt.star_comment_cont},
H A Dindent.c189 star_comment_cont = 1; /* -sc */

Completed in 95 milliseconds