Searched refs:el_outfile (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | terminal.c | 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() [all …]
|
H A D | map.c | 1145 (void) fprintf(el->el_outfile, in map_print_key() 1172 (void) fprintf(el->el_outfile, in map_print_some_keys() 1183 (void) fprintf(el->el_outfile, "%-15s-> %ls\n", in map_print_some_keys() 1190 (void) fprintf(el->el_outfile, in map_print_some_keys() 1201 (void) fprintf(el->el_outfile, in map_print_some_keys() 1203 (void) fprintf(el->el_outfile, "el->el_map.key[%d] == %d\n", in map_print_some_keys() 1208 (void) fprintf(el->el_outfile, in map_print_some_keys() 1210 (void) fprintf(el->el_outfile, "el->el_map.alt[%d] == %d\n", in map_print_some_keys() 1226 (void) fprintf(el->el_outfile, "Standard key bindings\n"); in map_print_all_keys() 1236 (void) fprintf(el->el_outfile, "Alternative key bindings\n"); in map_print_all_keys() [all …]
|
H A D | filecomplete.c | 577 (void)fprintf(el->el_outfile, "%s%s%s", in fn_display_match_list() 580 (void)fprintf(el->el_outfile, "%-*s", in fn_display_match_list() 583 (void)fprintf(el->el_outfile, "\n"); in fn_display_match_list() 775 (void)fprintf(el->el_outfile, "\n"); in fn_complete2() 782 (void)fprintf(el->el_outfile, in fn_complete2() 785 (void)fflush(el->el_outfile); in fn_complete2() 788 (void)fprintf(el->el_outfile, "\n"); in fn_complete2()
|
H A D | keymacro.c | 596 (void) fprintf(el->el_outfile, fmt, in keymacro_kprint() 604 (void) fprintf(el->el_outfile, fmt, in keymacro_kprint() 610 (void) fprintf(el->el_outfile, in keymacro_kprint() 620 (void) fprintf(el->el_outfile, fmt, ct_encode_string(key, in keymacro_kprint()
|
H A D | el.c | 80 el->el_outfile = fout; in el_init_internal() 366 el->el_outfile = fp; in el_wset() 489 *fpp = el->el_outfile; in el_wget()
|
H A D | el.h | 114 FILE *el_outfile; /* Stdio stuff */ member
|
H A D | tty.c | 1201 (void) fprintf(el->el_outfile, "%s%s", in tty_stty() 1224 (void) fprintf(el->el_outfile, "\n%*s", in tty_stty() 1231 (void) fprintf(el->el_outfile, "%c%s ", in tty_stty() 1234 (void) fprintf(el->el_outfile, "%s ", in tty_stty() 1238 (void) fprintf(el->el_outfile, "\n"); in tty_stty()
|
H A D | hist.c | 199 (void) fprintf(el->el_outfile, "%d\t%s\n", in hist_command()
|