Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/indent/
Dpr_comment.c77 char *last_bl; /* points to the last blank in the output in pr_comment() local
93 last_bl = 0; /* no blanks found so far */ in pr_comment()
184 last_bl = 0; in pr_comment()
265 last_bl = e_com - 1; in pr_comment()
271 last_bl = e_com; in pr_comment()
361 last_bl = e_com; in pr_comment()
381 if (last_bl == 0) { /* we have seen no blanks */ in pr_comment()
382 last_bl = e_com; /* fake it */ in pr_comment()
386 *last_bl = '\0'; in pr_comment()
387 while (last_bl > s_com && last_bl[-1] < 040) in pr_comment()
[all …]