Home | History | Annotate | Download | only in src

Lines Matching full:el_outfile

1231 	terminal_outfile = el->el_outfile;
1252 return fputs(buf, el->el_outfile);
1262 (void) fflush(el->el_outfile);
1292 (void) fprintf(el->el_outfile, "\n\tYour terminal has the\n");
1293 (void) fprintf(el->el_outfile, "\tfollowing characteristics:\n\n");
1294 (void) fprintf(el->el_outfile, "\tIt has %d columns and %d lines\n",
1296 el_outfile,
1298 (void) fprintf(el->el_outfile,
1300 (void) fprintf(el->el_outfile, "\tIt %s automatic margins\n",
1303 (void) fprintf(el->el_outfile, "\tIt %s magic margins\n",
1315 (void) fprintf(el->el_outfile, "\t%25s (%s) == %s\n",
1318 (void) fputc('\n', el->el_outfile);
1497 (void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no");
1500 (void) fprintf(el->el_outfile, fmts, Val(T_km) ? "yes" : "no");
1503 (void) fprintf(el->el_outfile, fmts, EL_HAS_MAGIC_MARGINS ?
1507 (void) fprintf(el->el_outfile, fmts, EL_HAS_AUTO_MARGINS ?
1511 (void) fprintf(el->el_outfile, fmtd, (int)el->el_tty.t_speed);
1515 (void) fprintf(el->el_outfile, fmtd, Val(T_li));
1518 (void) fprintf(el->el_outfile, fmtd, Val(T_co));