Lines Matching refs:el_outfile
1212 terminal_outfile = el->el_outfile; in terminal_tputs()
1230 return fputs(literal_get(el, c), el->el_outfile); in terminal__putc()
1235 return fputs(buf, el->el_outfile); in terminal__putc()
1245 (void) fflush(el->el_outfile); in terminal__flush()
1275 (void) fprintf(el->el_outfile, "\n\tYour terminal has the\n"); in terminal_telltc()
1276 (void) fprintf(el->el_outfile, "\tfollowing characteristics:\n\n"); in terminal_telltc()
1277 (void) fprintf(el->el_outfile, "\tIt has %d columns and %d lines\n", in terminal_telltc()
1279 (void) fprintf(el->el_outfile, in terminal_telltc()
1281 (void) fprintf(el->el_outfile, in terminal_telltc()
1283 (void) fprintf(el->el_outfile, "\tIt %s automatic margins\n", in terminal_telltc()
1286 (void) fprintf(el->el_outfile, "\tIt %s magic margins\n", in terminal_telltc()
1298 (void) fprintf(el->el_outfile, "\t%25s (%s) == %s\n", in terminal_telltc()
1301 (void) fputc('\n', el->el_outfile); in terminal_telltc()
1488 (void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no"); in terminal_echotc()
1491 (void) fprintf(el->el_outfile, fmts, Val(T_km) ? "yes" : "no"); in terminal_echotc()
1494 (void) fprintf(el->el_outfile, fmts, EL_HAS_MAGIC_MARGINS ? in terminal_echotc()
1498 (void) fprintf(el->el_outfile, fmts, EL_HAS_AUTO_MARGINS ? in terminal_echotc()
1502 (void) fprintf(el->el_outfile, fmtd, (int)el->el_tty.t_speed); in terminal_echotc()
1506 (void) fprintf(el->el_outfile, fmtd, Val(T_li)); in terminal_echotc()
1509 (void) fprintf(el->el_outfile, fmtd, Val(T_co)); in terminal_echotc()