Lines Matching refs:cr
227 const char *cr = ep->line;
229 if (strncmp(cr, "pts/", 4) == 0)
230 cr += 4;
231 if (strchr(cr, '/')) {
262 cr = (ttybuf.c_oflag & ONLCR) && (ttybuf.c_oflag & OPOST) ?
275 cr, ep->name, (int)sizeof(hostname), hostname, cr, cr);
276 jkfprintf(tp, ep->name, offset, cr);
282 jkfprintf(FILE *tp, const char *name, off_t offset, const char *cr)
313 (void)fprintf(tp, "----%s", cr);
318 (void)fprintf(tp, "...more...%s", cr);
327 (void)fputs(cr, tp);
330 (void)fprintf(tp, "----%s\n", cr);