HomeSort by: relevance | last modified time | path
    Searched defs:rl_outstream (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libedit/
readline.c 80 FILE *rl_outstream = NULL; variable in typeref:typename:FILE *
320 if (!rl_outstream)
321 rl_outstream = stdout;
329 e = el_init_internal(rl_readline_name, rl_instream, rl_outstream,
330 stderr, fileno(rl_instream), fileno(rl_outstream), fileno(stderr),
661 (void)fprintf(rl_outstream, "%s: Event not found\n", pat);
911 (void)fprintf(rl_outstream, "%s: Bad word specifier",

Completed in 12 milliseconds