ARGSUSED */
| 1839 | |
| 1840 | /* ARGSUSED */ |
| 1841 | static unsigned char |
| 1842 | _el_rl_complete(EditLine *el __attribute__((__unused__)), int ch) |
| 1843 | { |
| 1844 | return (unsigned char)rl_complete(0, ch); |
| 1845 | } |
| 1846 | |
| 1847 | /* |
| 1848 | * misc other functions |
nothing calls this directly
no test coverage detected