Searched refs:rl_linefunc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/libedit/
H A Dreadline.c81 rl_vcpfunc_t *rl_linefunc = NULL; variable
2080 if (done && rl_linefunc != NULL) {
2087 (*(void (*)(const char *))rl_linefunc)(wbuf);
2099 rl_linefunc = linefunc;
2106 rl_linefunc = NULL;

Completed in 54 milliseconds