Home
last modified time | relevance | path

Searched refs:el_outfile (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/lib/libedit/
HDterminal.c1247 terminal_outfile = el->el_outfile; in terminal_tputs()
1268 return fputs(buf, el->el_outfile); in terminal__putc()
1278 (void) fflush(el->el_outfile); in terminal__flush()
1308 (void) fprintf(el->el_outfile, "\n\tYour terminal has the\n"); in terminal_telltc()
1309 (void) fprintf(el->el_outfile, "\tfollowing characteristics:\n\n"); in terminal_telltc()
1310 (void) fprintf(el->el_outfile, "\tIt has %d columns and %d lines\n", in terminal_telltc()
1312 (void) fprintf(el->el_outfile, in terminal_telltc()
1314 (void) fprintf(el->el_outfile, in terminal_telltc()
1316 (void) fprintf(el->el_outfile, "\tIt %s automatic margins\n", in terminal_telltc()
1319 (void) fprintf(el->el_outfile, "\tIt %s magic margins\n", in terminal_telltc()
[all …]
HDmap.c1139 (void) fprintf(el->el_outfile, in map_print_key()
1166 (void) fprintf(el->el_outfile, in map_print_some_keys()
1177 (void) fprintf(el->el_outfile, "%-15s-> " FSTR "\n", in map_print_some_keys()
1184 (void) fprintf(el->el_outfile, in map_print_some_keys()
1195 (void) fprintf(el->el_outfile, in map_print_some_keys()
1197 (void) fprintf(el->el_outfile, "el->el_map.key[%d] == %d\n", in map_print_some_keys()
1202 (void) fprintf(el->el_outfile, in map_print_some_keys()
1204 (void) fprintf(el->el_outfile, "el->el_map.alt[%d] == %d\n", in map_print_some_keys()
1220 (void) fprintf(el->el_outfile, "Standard key bindings\n"); in map_print_all_keys()
1230 (void) fprintf(el->el_outfile, "Alternative key bindings\n"); in map_print_all_keys()
[all …]
HDfilecomplete.c394 (void)fprintf(el->el_outfile, "%s%-*s", in fn_display_match_list()
397 (void)fprintf(el->el_outfile, "\n"); in fn_display_match_list()
545 (void)fprintf(el->el_outfile, "\n"); in fn_complete()
552 (void)fprintf(el->el_outfile, in fn_complete()
555 (void)fflush(el->el_outfile); in fn_complete()
558 (void)fprintf(el->el_outfile, "\n"); in fn_complete()
HDkeymacro.c603 (void) fprintf(el->el_outfile, fmt, in keymacro_kprint()
611 (void) fprintf(el->el_outfile, fmt, in keymacro_kprint()
617 (void) fprintf(el->el_outfile, in keymacro_kprint()
627 (void) fprintf(el->el_outfile, fmt, ct_encode_string(key, in keymacro_kprint()
HDel.c85 el->el_outfile = fout; in el_init_fd()
352 el->el_outfile = fp; in FUN()
474 *fpp = el->el_outfile; in FUN()
HDel.h111 FILE *el_outfile; /* Stdio stuff */ member
HDtty.c1199 (void) fprintf(el->el_outfile, "%s%s", in tty_stty()
1222 (void) fprintf(el->el_outfile, "\n%*s", in tty_stty()
1229 (void) fprintf(el->el_outfile, "%c%s ", in tty_stty()
1232 (void) fprintf(el->el_outfile, "%s ", in tty_stty()
1236 (void) fprintf(el->el_outfile, "\n"); in tty_stty()
HDhist.c174 (void) fprintf(el->el_outfile, "%d %s", in hist_command()