Home
last modified time | relevance | path

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

/original-bsd/usr.bin/indent/
H A Dargs.c109 "nsc", PRO_BOOL, true, OFF, &star_comment_cont,
115 "sc", PRO_BOOL, true, ON, &star_comment_cont,
H A Dindent_globs.h121 int star_comment_cont; /* true iff comment continuation lines should variable
H A Dio.c210 if (star_comment_cont && (com_st[1] != '*' || e_com <= com_st + 1)) in dump_line()
H A Dindent.c123 star_comment_cont = 1; /* -sc */