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

  /src/lib/libedit/
readline.c 121 int (*rl_getc_function)(FILE *) = NULL; variable
215 i = (*rl_getc_function)(rl_instream);
350 if (rl_getc_function)
readline.c 121 int (*rl_getc_function)(FILE *) = NULL; variable
215 i = (*rl_getc_function)(rl_instream);
350 if (rl_getc_function)

Completed in 28 milliseconds