Searched refs:star_comment_cont (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/indent/ |
H A D | args.c | 136 {"nsc", PRO_BOOL, true, OFF, &star_comment_cont }, 143 {"sc", PRO_BOOL, true, ON, &star_comment_cont },
|
H A D | indent_globs.h | 157 extern int star_comment_cont; /* true iff comment continuation lines should
|
H A D | indent.c | 112 int star_comment_cont; /* true iff comment continuation lines should variable 272 star_comment_cont = 1; /* -sc */ in main()
|
H A D | io.c | 233 if (star_comment_cont && (com_st[1] != '*' || e_com <= com_st + 1)) { in dump_line()
|