Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/indent/
H A Dpr_comment.c155 *e_com++ = '/'; /* put '/ *' into buffer */ in pr_comment()
156 *e_com++ = '*'; in pr_comment()
158 *e_com++ = ' '; in pr_comment()
160 *e_com = '\0'; in pr_comment()
185 *e_com++ = ' '; in pr_comment()
186 *e_com++ = '*'; in pr_comment()
187 *e_com++ = ' '; in pr_comment()
193 *e_com++ = 014; in pr_comment()
200 *e_com = '\0'; in pr_comment()
208 if (s_com == e_com) { in pr_comment()
[all …]
H A Dio.c67 if (s_code == e_code && s_lab == e_lab && s_com == e_com) { in dump_line()
152 if (s_com != e_com) { in dump_line()
157 if (e_com[-1] == '/' && e_com[-2] == '*') in dump_line()
158 e_com -= 2, all_here++; in dump_line()
159 while (e_com > s_com && e_com[-1] == ' ') in dump_line()
160 e_com--; in dump_line()
161 *e_com = 0; in dump_line()
180 if (e_com - p < 50 && all_here == 2) { in dump_line()
183 while (follow < e_com) { in dump_line()
229 while (e_com > com_st && isspace((unsigned char)e_com[-1])) in dump_line()
[all …]
H A Dindent_globs.h66 if (e_com >= l_com) { \
72 e_com = combuf + (e_com-s_com) + 1; \
111 extern char *e_com; /* ... and end of stored comments */
H A Dindent.c68 char *e_com; /* ... and end of stored comments */ variable
235 s_com = e_com = combuf + 1; in main()
534 || s_com != e_com) /* must dump end of line */ in main()
567 if (s_com != e_com) { /* the turkey has embedded a comment in main()
577 e_com = s_com; in main()
600 || !ps.leave_comma || ps.block_init || !break_comma || s_com != e_com) { in main()
1137 if ((s_com != e_com) || in main()