Searched refs:el_outfile (Results 1 – 8 of 8) sorted by relevance
/external/libedit/src/ |
D | map.c | 1132 (void) fprintf(el->el_outfile, in map_print_key() 1159 (void) fprintf(el->el_outfile, in map_print_some_keys() 1170 (void) fprintf(el->el_outfile, "%-15s-> " FSTR "\n", in map_print_some_keys() 1177 (void) fprintf(el->el_outfile, in map_print_some_keys() 1188 (void) fprintf(el->el_outfile, in map_print_some_keys() 1190 (void) fprintf(el->el_outfile, "el->el_map.key[%d] == %d\n", 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.alt[%d] == %d\n", in map_print_some_keys() 1213 (void) fprintf(el->el_outfile, "Standard key bindings\n"); in map_print_all_keys() 1223 (void) fprintf(el->el_outfile, "Alternative key bindings\n"); in map_print_all_keys() [all …]
|
D | terminal.c | 1231 terminal_outfile = el->el_outfile; in terminal_tputs() 1252 return fputs(buf, el->el_outfile); in terminal__putc() 1262 (void) fflush(el->el_outfile); in terminal__flush() 1292 (void) fprintf(el->el_outfile, "\n\tYour terminal has the\n"); in terminal_telltc() 1293 (void) fprintf(el->el_outfile, "\tfollowing characteristics:\n\n"); in terminal_telltc() 1294 (void) fprintf(el->el_outfile, "\tIt has %d columns and %d lines\n", in terminal_telltc() 1296 (void) fprintf(el->el_outfile, in terminal_telltc() 1298 (void) fprintf(el->el_outfile, in terminal_telltc() 1300 (void) fprintf(el->el_outfile, "\tIt %s automatic margins\n", in terminal_telltc() 1303 (void) fprintf(el->el_outfile, "\tIt %s magic margins\n", in terminal_telltc() [all …]
|
D | filecomplete.c | 389 (void)fprintf(el->el_outfile, "%s%-*s", in fn_display_match_list() 392 (void)fprintf(el->el_outfile, "\n"); in fn_display_match_list() 514 (void)fprintf(el->el_outfile, "\n"); in fn_complete() 521 (void)fprintf(el->el_outfile, in fn_complete() 524 (void)fflush(el->el_outfile); in fn_complete() 527 (void)fprintf(el->el_outfile, "\n"); in fn_complete()
|
D | keymacro.c | 599 (void) fprintf(el->el_outfile, fmt, in keymacro_kprint() 607 (void) fprintf(el->el_outfile, fmt, in keymacro_kprint() 613 (void) fprintf(el->el_outfile, in keymacro_kprint() 623 (void) fprintf(el->el_outfile, fmt, ct_encode_string(key, in keymacro_kprint()
|
D | el.c | 106 el->el_outfile = fout; in el_init_fd() 372 el->el_outfile = fp; in FUN() 494 *fpp = el->el_outfile; in FUN()
|
D | el.h | 119 FILE *el_outfile; /* Stdio stuff */ member
|
D | tty.c | 1230 (void) fprintf(el->el_outfile, "%s%s", in tty_stty() 1253 (void) fprintf(el->el_outfile, "\n%*s", in tty_stty() 1260 (void) fprintf(el->el_outfile, "%c%s ", in tty_stty() 1263 (void) fprintf(el->el_outfile, "%s ", in tty_stty() 1267 (void) fprintf(el->el_outfile, "\n"); in tty_stty()
|
D | hist.c | 170 (void) fprintf(el->el_outfile, "%d %s", in hist_command()
|