Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dpr_comment.c166 *e_com++ = '/'; /* put '/' followed by '*' into buffer */ in pr_comment()
167 *e_com++ = '*'; in pr_comment()
169 *e_com++ = ' '; in pr_comment()
186 char *t = e_com; in pr_comment()
187 e_com = s_com + 2; in pr_comment()
188 *e_com = 0; in pr_comment()
192 e_com = s_com = t; in pr_comment()
194 *e_com++ = ' ', *e_com++ = '*', *e_com++ = ' '; in pr_comment()
210 *e_com++ = ' ', *e_com++ = '*', *e_com++ = ' '; in pr_comment()
217 *e_com++ = 014; in pr_comment()
[all …]
H A Dio.c75 if (s_code == e_code && s_lab == e_lab && s_com == e_com) { in dump_line()
160 if (s_com != e_com) { /* print comment, if any */ in dump_line()
183 while (e_com > com_st && isspace((unsigned char)e_com[-1])) in dump_line()
184 e_com--; in dump_line()
186 fwrite(com_st, e_com - com_st, 1, output); in dump_line()
215 *(e_com = s_com = combuf + 1) = '\0'; in dump_line()
344 if (s_com != e_com || s_lab != e_lab || s_code != e_code) in fill_buffer()
H A Dindent_globs.h64 if (e_com + (desired_size) >= l_com) { \
66 int com_len = e_com - s_com; \
75 e_com = combuf + com_len + 1; \
116 extern char *e_com; /* ... and end of stored comments */
H A Dindent.c57 char *combuf, *s_com, *e_com, *l_com; variable
149 s_com = e_com = combuf + 1; in main()
499 || s_com != e_com) /* must dump end of line */ in main()
531 if (s_com != e_com) { /* the turkey has embedded a comment in main()
533 int len = e_com - s_com; in main()
542 e_com = s_com; in main()
568 || !opt.leave_comma || ps.block_init || !break_comma || s_com != e_com) { in main()
1077 if ((s_com != e_com) || in main()