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

/freebsd-10.1-release/usr.bin/indent/
H A Dargs.c150 {"nsc", PRO_BOOL, true, OFF, &star_comment_cont},
157 {"sc", PRO_BOOL, true, ON, &star_comment_cont},
H A Dindent_globs.h157 int star_comment_cont; /* true iff comment continuation lines should variable
H A Dio.c245 if (star_comment_cont && (com_st[1] != '*' || e_com <= com_st + 1)) {
H A Dindent.c166 star_comment_cont = 1; /* -sc */

Completed in 88 milliseconds