HomeSort by relevance Sort by last modified time
    Searched refs:rl_outstream (Results 1 - 4 of 4) sorted by null

  /external/libedit/src/editline/
readline.h 103 extern FILE *rl_outstream;
  /prebuilts/libs/libedit/include/editline/
readline.h 103 extern FILE *rl_outstream;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
readline.c 1047 if (sys_stdin != rl_instream || sys_stdout != rl_outstream) {
1049 rl_outstream = sys_stdout;
  /external/libedit/src/
readline.c 81 FILE *rl_outstream = NULL; variable
298 if (!rl_outstream)
299 rl_outstream = stdout;
307 e = el_init(rl_readline_name, rl_instream, rl_outstream, stderr);
600 (void)fprintf(rl_outstream, "%s: Event not found\n", pat);
734 (void)fprintf(rl_outstream, "%s: Bad word specifier",
    [all...]

Completed in 950 milliseconds