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