Searched refs:rl_outstream (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Ddisplay.c1027 putc ('\r', rl_outstream);
1168 fflush (rl_outstream);
1268 putc (new[count], rl_outstream);
1284 putc (' ', rl_outstream);
1295 putc (new[0], rl_outstream);
1297 putc (' ', rl_outstream);
1462 putc ('\r', rl_outstream);
1849 putc ('\r', rl_outstream);
1886 putc (data[i], rl_outstream);
1891 putc (data[i], rl_outstream);
[all...]
H A Dbind.c1823 is always printed to rl_outstream, and in such a way that it can
1839 fprintf (rl_outstream, "%s\n", funmap_names[i]);
2036 /* Print all of the functions and their bindings to rl_outstream. If
2049 fprintf (rl_outstream, "\n");
2062 fprintf (rl_outstream, "# %s (not bound)\n", name);
2069 fprintf (rl_outstream, "\"%s\": %s\n",
2080 fprintf (rl_outstream, "%s is not bound to any keys\n",
2086 fprintf (rl_outstream, "%s can be found on ", name);
2090 fprintf (rl_outstream, "\"%s\"%s", invokers[j],
2095 fprintf (rl_outstream, "
[all...]
H A Dreadline.c173 FILE *rl_outstream = (FILE *)NULL; variable
344 _rl_out_stream = rl_outstream;
551 the global rl_outstream.
1016 if (!rl_outstream)
1017 rl_outstream = stdout;
1023 _rl_out_stream = rl_outstream;
1177 sp->outf = rl_outstream;
1211 rl_outstream = sp->outf;
H A Dcomplete.c447 fprintf (rl_outstream, "--More--");
448 fflush (rl_outstream);
640 putc ('^', rl_outstream);
641 putc (UNCTRL (*s), rl_outstream);
650 putc ('^', rl_outstream);
651 putc ('?', rl_outstream);
675 fwrite (s, 1, tlen, rl_outstream);
679 putc (*s, rl_outstream);
689 /* Output TO_PRINT to rl_outstream. If VISIBLE_STATS is defined and we
774 putc (extension_char, rl_outstream);
[all...]
H A Drltty.c721 fflush (rl_outstream);
745 fflush (rl_outstream);
775 int fildes = fileno (rl_outstream);
H A Dreadline.h533 extern FILE *rl_outstream;
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dbind.c75 unwind_protect_var (rl_outstream);
77 rl_outstream = stdout;
/macosx-10.10.1/lukemftp-14/tnftp/libedit/readline/
H A Dreadline.h97 extern FILE *rl_outstream;
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/editline/
H A Dreadline.h103 extern FILE *rl_outstream;
/macosx-10.10.1/libedit-40/src/editline/
H A Dreadline.h103 extern FILE *rl_outstream;
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dreadline.c81 FILE *rl_outstream = NULL; variable
218 if (!rl_outstream)
219 rl_outstream = stdout;
227 e = el_init(rl_readline_name, rl_instream, rl_outstream, stderr);
519 (void)fprintf(rl_outstream, "%s: Event not found\n", pat);
650 (void)fprintf(rl_outstream, "%s: Bad word specifier",
/macosx-10.10.1/ruby-106/ruby/ext/readline/
H A Dreadline.c396 if (rl_outstream) {
398 int fd = fileno(rl_outstream);
484 rl_outstream = rb_io_stdio_file(ofp);
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbashline.c343 rl_outstream = stderr;
563 putc ('\r', rl_outstream);
564 fflush (rl_outstream);
1867 fprintf (rl_outstream, "\r\n");
1874 putc ('\r', rl_outstream);
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dreadline.c80 FILE *rl_outstream = NULL; variable
292 if (!rl_outstream)
293 rl_outstream = stdout;
301 e = el_init(rl_readline_name, rl_instream, rl_outstream, stderr);
594 (void)fprintf(rl_outstream, "%s: Event not found\n", pat);
727 (void)fprintf(rl_outstream, "%s: Bad word specifier",
/macosx-10.10.1/libedit-40/src/
H A Dreadline.c81 FILE *rl_outstream = NULL; variable
291 if (!rl_outstream)
292 rl_outstream = stdout;
300 e = el_init(rl_readline_name, rl_instream, rl_outstream, stderr);
598 (void)fprintf(rl_outstream, "%s: Event not found\n", pat);
732 (void)fprintf(rl_outstream, "%s: Bad word specifier",

Completed in 296 milliseconds