| 1719 | } |
| 1720 | |
| 1721 | char * |
| 1722 | filename_completion_function(const char *name, int state) |
| 1723 | { |
| 1724 | return fn_filename_completion_function(name, state); |
| 1725 | } |
| 1726 | |
| 1727 | /* |
| 1728 | * a completion generator for usernames; returns _first_ username |
nothing calls this directly
no test coverage detected