Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/indent/
H A Dpr_comment.c193 e_com = s_com + 2; in pr_comment()
198 e_com = s_com = t; in pr_comment()
237 if (s_com == e_com) in pr_comment()
239 if (!ps.box_com && e_com - s_com > 3) { in pr_comment()
290 if (e_com > s_com + 3) { in pr_comment()
294 s_com = e_com; in pr_comment()
307 now_col = count_spaces_until(ps.com_col, s_com, e_com); in pr_comment()
H A Dindent_globs.h67 int nsize = l_com-s_com + 400 + desired_size; \
68 int com_len = e_com - s_com; \
81 s_com = combuf + 1; \
117 extern char *s_com; /* start ... */
H A Dio.c81 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()
168 char *com_st = s_com; 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 Dindent.c64 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()
544 memcpy(e_code, s_com, len); 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()