Searched refs:el_outfile (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/lib/libedit/ |
| HD | terminal.c | 1247 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 …]
|
| HD | map.c | 1139 (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 …]
|
| HD | filecomplete.c | 394 (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()
|
| HD | keymacro.c | 603 (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()
|
| HD | el.c | 85 el->el_outfile = fout; in el_init_fd() 352 el->el_outfile = fp; in FUN() 474 *fpp = el->el_outfile; in FUN()
|
| HD | el.h | 111 FILE *el_outfile; /* Stdio stuff */ member
|
| HD | tty.c | 1199 (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()
|
| HD | hist.c | 174 (void) fprintf(el->el_outfile, "%d %s", in hist_command()
|