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

Function rl_filename_completion_function

extern/editline/src/readline.c:2221–2225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2219}
2220
2221char *
2222rl_filename_completion_function (const char *text, int state)
2223{
2224 return fn_filename_completion_function(text, state);
2225}
2226
2227void
2228rl_forced_update_display(void)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected