MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / filename_completion_function

Function filename_completion_function

extern/editline/src/readline.c:1721–1725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1719}
1720
1721char *
1722filename_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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected