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

  /src/lib/libedit/
readline.c 84 rl_vcpfunc_t *rl_linefunc = NULL; variable in typeref:typename:rl_vcpfunc_t *
2151 if (done && rl_linefunc != NULL) {
2159 (*(void (*)(const char *))rl_linefunc)(wbuf);
2171 rl_linefunc = linefunc;
2179 rl_linefunc = NULL;
readline.c 84 rl_vcpfunc_t *rl_linefunc = NULL; variable in typeref:typename:rl_vcpfunc_t *
2151 if (done && rl_linefunc != NULL) {
2159 (*(void (*)(const char *))rl_linefunc)(wbuf);
2171 rl_linefunc = linefunc;
2179 rl_linefunc = NULL;

Completed in 24 milliseconds