Lines Matching refs:e_com

166     *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()
231 if (s_com == e_com) in pr_comment()
232 *e_com++ = ' '; in pr_comment()
233 if (!ps.box_com && e_com - s_com > 3) { in pr_comment()
236 *e_com++ = ' ', *e_com++ = '*', *e_com++ = ' '; in pr_comment()
240 *e_com++ = ' ', *e_com++ = '*', *e_com++ = ' '; in pr_comment()
244 if (*(e_com - 1) == ' ' || *(e_com - 1) == '\t') in pr_comment()
245 last_bl = e_com - 1; in pr_comment()
251 last_bl = e_com; in pr_comment()
252 *e_com++ = ' '; in pr_comment()
284 if (e_com > s_com + 3) { in pr_comment()
288 s_com = e_com; in pr_comment()
289 *e_com++ = ' '; in pr_comment()
291 if (e_com[-1] != ' ' && e_com[-1] != '\t' && !ps.box_com) in pr_comment()
292 *e_com++ = ' '; /* ensure blank before end */ in pr_comment()
293 *e_com++ = '*', *e_com++ = '/', *e_com = '\0'; in pr_comment()
298 *e_com++ = '*'; in pr_comment()
301 now_col = count_spaces_until(ps.com_col, s_com, e_com); in pr_comment()
304 *e_com = *buf_ptr++; in pr_comment()
307 if (*e_com == ' ' || *e_com == '\t') in pr_comment()
308 last_bl = e_com; /* remember we saw a blank */ in pr_comment()
309 ++e_com; in pr_comment()
314 if (now_col > adj_max_col && !ps.box_com && e_com[-1] > ' ') { in pr_comment()
321 *e_com++ = ' ', *e_com++ = '*', *e_com++ = ' '; in pr_comment()
324 *e_com = '\0'; in pr_comment()
325 e_com = last_bl; in pr_comment()
328 *e_com++ = ' ', *e_com++ = '*', *e_com++ = ' '; in pr_comment()
340 last_bl = e_com; in pr_comment()
341 *e_com++ = *t_ptr++; in pr_comment()