| 1713 | /* completion functions */ |
| 1714 | |
| 1715 | char * |
| 1716 | tilde_expand(char *name) |
| 1717 | { |
| 1718 | return fn_tilde_expand(name); |
| 1719 | } |
| 1720 | |
| 1721 | char * |
| 1722 | filename_completion_function(const char *name, int state) |
nothing calls this directly
no test coverage detected