Searched refs:e_com (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/usr.bin/indent/ |
| H A D | pr_comment.c | 194 *e_com = 0; in pr_comment() 200 *e_com++ = ' ', *e_com++ = '*', *e_com++ = ' '; in pr_comment() 216 *e_com++ = ' ', *e_com++ = '*', *e_com++ = ' '; in pr_comment() 242 *e_com++ = ' ', *e_com++ = '*', *e_com++ = ' '; in pr_comment() 246 *e_com++ = ' ', *e_com++ = '*', *e_com++ = ' '; in pr_comment() 250 if (*(e_com - 1) == ' ' || *(e_com - 1) == '\t') in pr_comment() 299 *e_com++ = '*', *e_com++ = '/', *e_com = '\0'; in pr_comment() 313 if (*e_com == ' ' || *e_com == '\t') in pr_comment() 315 ++e_com; in pr_comment() 327 *e_com++ = ' ', *e_com++ = '*', *e_com++ = ' '; in pr_comment() [all …]
|
| H A D | io.c | 81 if (s_code == e_code && s_lab == e_lab && s_com == e_com) { in dump_line() 166 if (s_com != e_com) { /* print comment, if any */ in dump_line() 189 while (e_com > com_st && isspace((unsigned char)e_com[-1])) in dump_line() 190 e_com--; in dump_line() 192 fwrite(com_st, e_com - com_st, 1, output); in dump_line() 221 *(e_com = s_com = combuf + 1) = '\0'; in dump_line() 350 if (s_com != e_com || s_lab != e_lab || s_code != e_code) in fill_buffer()
|
| H A D | indent_globs.h | 66 if (e_com + (desired_size) >= l_com) { \ 68 int com_len = e_com - s_com; \ 77 e_com = combuf + com_len + 1; \ 118 extern char *e_com; /* ... and end of stored comments */
|
| H A D | indent.c | 64 char *combuf, *s_com, *e_com, *l_com; variable 156 s_com = e_com = combuf + 1; in main() 506 || s_com != e_com) /* must dump end of line */ in main() 538 if (s_com != e_com) { /* the turkey has embedded a comment in main() 540 int len = e_com - s_com; in main() 549 e_com = s_com; in main() 575 || !opt.leave_comma || ps.block_init || !break_comma || s_com != e_com) { in main() 1084 if ((s_com != e_com) || in main()
|