Searched refs:el_outfile (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/lib/libedit/ |
| D | term.c | 1259 term_outfile = el->el_outfile; in term_tputs() 1273 return fputc(c, el->el_outfile); in term__putc() 1283 (void) fflush(el->el_outfile); in term__flush() 1312 (void) fprintf(el->el_outfile, "\n\tYour terminal has the\n"); in term_telltc() 1313 (void) fprintf(el->el_outfile, "\tfollowing characteristics:\n\n"); in term_telltc() 1314 (void) fprintf(el->el_outfile, "\tIt has %d columns and %d lines\n", in term_telltc() 1316 (void) fprintf(el->el_outfile, in term_telltc() 1318 (void) fprintf(el->el_outfile, in term_telltc() 1320 (void) fprintf(el->el_outfile, "\tIt %s automatic margins\n", in term_telltc() 1323 (void) fprintf(el->el_outfile, "\tIt %s magic margins\n", in term_telltc() [all …]
|
| D | map.c | 1133 (void) fprintf(el->el_outfile, in map_print_key() 1160 (void) fprintf(el->el_outfile, in map_print_some_keys() 1171 (void) fprintf(el->el_outfile, "%-15s-> %s\n", in map_print_some_keys() 1178 (void) fprintf(el->el_outfile, in map_print_some_keys() 1189 (void) fprintf(el->el_outfile, in map_print_some_keys() 1191 (void) fprintf(el->el_outfile, "el->el_map.key[%d] == %d\n", in map_print_some_keys() 1196 (void) fprintf(el->el_outfile, in map_print_some_keys() 1198 (void) fprintf(el->el_outfile, "el->el_map.alt[%d] == %d\n", in map_print_some_keys() 1214 (void) fprintf(el->el_outfile, "Standard key bindings\n"); in map_print_all_keys() 1224 (void) fprintf(el->el_outfile, "Alternative key bindings\n"); in map_print_all_keys() [all …]
|
| D | filecomplete.c | 359 (void)fprintf(el->el_outfile, "%-*s%s", (int)max, in fn_display_match_list() 362 (void)fprintf(el->el_outfile, "\n"); in fn_display_match_list() 510 (void)fprintf(el->el_outfile, "\n"); in fn_complete() 517 (void)fprintf(el->el_outfile, in fn_complete() 520 (void)fflush(el->el_outfile); in fn_complete() 523 (void)fprintf(el->el_outfile, "\n"); in fn_complete()
|
| D | key.c | 586 (void) fprintf(el->el_outfile, fmt, key, unparsbuf); in key_kprint() 591 (void) fprintf(el->el_outfile, fmt, in key_kprint() 597 (void) fprintf(el->el_outfile, in key_kprint() 607 (void) fprintf(el->el_outfile, fmt, key, "no input"); in key_kprint()
|
| D | el.c | 71 el->el_outfile = fout; in el_init() 313 el->el_outfile = fp; in el_set() 456 *fpp = el->el_outfile; in el_get()
|
| D | el.h | 114 FILE *el_outfile; /* Stdio stuff */ member
|
| D | tty.c | 1167 (void) fprintf(el->el_outfile, "%s%s", in tty_stty() 1188 (void) fprintf(el->el_outfile, "\n%*s", in tty_stty() 1195 (void) fprintf(el->el_outfile, "%c%s ", in tty_stty() 1198 (void) fprintf(el->el_outfile, "%s ", in tty_stty() 1202 (void) fprintf(el->el_outfile, "\n"); in tty_stty()
|
| D | hist.c | 167 (void) fprintf(el->el_outfile, "%d %s", in hist_command()
|