Searched refs:e_com (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/usr.bin/indent/ |
| H A D | pr_comment.c | 196 *e_com = 0; in pr_comment() 202 *e_com++ = ' ', *e_com++ = '*', *e_com++ = ' '; in pr_comment() 218 *e_com++ = ' ', *e_com++ = '*', *e_com++ = ' '; in pr_comment() 244 *e_com++ = ' ', *e_com++ = '*', *e_com++ = ' '; in pr_comment() 248 *e_com++ = ' ', *e_com++ = '*', *e_com++ = ' '; in pr_comment() 252 if (*(e_com - 1) == ' ' || *(e_com - 1) == '\t') in pr_comment() 301 *e_com++ = '*', *e_com++ = '/', *e_com = '\0'; in pr_comment() 315 if (*e_com == ' ' || *e_com == '\t') in pr_comment() 317 ++e_com; in pr_comment() 329 *e_com++ = ' ', *e_com++ = '*', *e_com++ = ' '; in pr_comment() [all …]
|
| H A D | io.c | 83 if (s_code == e_code && s_lab == e_lab && s_com == e_com) { in dump_line() 168 if (s_com != e_com) { /* print comment, if any */ in dump_line() 191 while (e_com > com_st && isspace((unsigned char)e_com[-1])) in dump_line() 192 e_com--; in dump_line() 194 fwrite(com_st, e_com - com_st, 1, output); in dump_line() 223 *(e_com = s_com = combuf + 1) = '\0'; in dump_line() 352 if (s_com != e_com || s_lab != e_lab || s_code != e_code) in fill_buffer()
|
| H A D | indent_globs.h | 67 if (e_com + (desired_size) >= l_com) { \ 69 int com_len = e_com - s_com; \ 78 e_com = combuf + com_len + 1; \ 119 extern char *e_com; /* ... and end of stored comments */
|
| H A D | indent.c | 66 char *combuf, *s_com, *e_com, *l_com; variable 158 s_com = e_com = combuf + 1; in main() 508 || s_com != e_com) /* must dump end of line */ in main() 540 if (s_com != e_com) { /* the turkey has embedded a comment in main() 542 int len = e_com - s_com; in main() 551 e_com = s_com; in main() 577 || !opt.leave_comma || ps.block_init || !break_comma || s_com != e_com) { in main() 1086 if ((s_com != e_com) || in main()
|