Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dpr_comment.c187 e_com = s_com + 2; in pr_comment()
192 e_com = s_com = t; in pr_comment()
231 if (s_com == e_com) in pr_comment()
233 if (!ps.box_com && e_com - s_com > 3) { in pr_comment()
284 if (e_com > s_com + 3) { in pr_comment()
288 s_com = e_com; in pr_comment()
301 now_col = count_spaces_until(ps.com_col, s_com, e_com); in pr_comment()
H A Dindent_globs.h65 int nsize = l_com-s_com + 400 + desired_size; \
66 int com_len = e_com - s_com; \
79 s_com = combuf + 1; \
115 extern char *s_com; /* start ... */
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()
162 char *com_st = s_com; 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.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()
537 memcpy(e_code, s_com, len); 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()