Home
last modified time | relevance | path

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

/openbsd/usr.bin/indent/
H A Dargs.c136 {"nsc", PRO_BOOL, true, OFF, &star_comment_cont },
143 {"sc", PRO_BOOL, true, ON, &star_comment_cont },
H A Dindent_globs.h157 extern int star_comment_cont; /* true iff comment continuation lines should
H A Dindent.c112 int star_comment_cont; /* true iff comment continuation lines should variable
272 star_comment_cont = 1; /* -sc */ in main()
H A Dio.c233 if (star_comment_cont && (com_st[1] != '*' || e_com <= com_st + 1)) { in dump_line()