| 2219 | } |
| 2220 | |
| 2221 | char * |
| 2222 | rl_filename_completion_function (const char *text, int state) |
| 2223 | { |
| 2224 | return fn_filename_completion_function(text, state); |
| 2225 | } |
| 2226 | |
| 2227 | void |
| 2228 | rl_forced_update_display(void) |
nothing calls this directly
no test coverage detected