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 120 int (*rl_getc_function)(FILE *) = NULL; variable in typeref:typename:int (*)(FILE *)
214 i = (*rl_getc_function)(rl_instream);
349 if (rl_getc_function)
readline.c 120 int (*rl_getc_function)(FILE *) = NULL; variable in typeref:typename:int (*)(FILE *)
214 i = (*rl_getc_function)(rl_instream);
349 if (rl_getc_function)

Completed in 87 milliseconds