| 2002 | } |
| 2003 | |
| 2004 | void |
| 2005 | rl_callback_handler_install(const char *prompt, VCPFunction *linefunc) |
| 2006 | { |
| 2007 | if (e == NULL) { |
| 2008 | rl_initialize(); |
| 2009 | } |
| 2010 | (void)rl_set_prompt(prompt); |
| 2011 | rl_linefunc = linefunc; |
| 2012 | el_set(e, EL_UNBUFFERED, 1); |
| 2013 | } |
| 2014 | |
| 2015 | void |
| 2016 | rl_callback_handler_remove(void) |
nothing calls this directly
no test coverage detected