Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/indent/
Dpr_comment.c84 int break_delim = comment_delimiter_on_blankline; in pr_comment() local
114 break_delim = 0; in pr_comment()
129 break_delim = 0; in pr_comment()
214 if (break_delim == 1 && s_com[0] == '/' in pr_comment()
217 break_delim = 2; in pr_comment()
315 if (break_delim == 1 && !one_liner && s_com[0] == '/' in pr_comment()
318 break_delim = 2; in pr_comment()
327 if (break_delim == 2 && e_com > s_com + 3 in pr_comment()
369 if (break_delim == 1 && s_com[0] == '/' in pr_comment()
372 break_delim = 2; in pr_comment()