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

Function tilde_expand

extern/editline/src/readline.c:1715–1719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1713/* completion functions */
1714
1715char *
1716tilde_expand(char *name)
1717{
1718 return fn_tilde_expand(name);
1719}
1720
1721char *
1722filename_completion_function(const char *name, int state)

Callers

nothing calls this directly

Calls 1

fn_tilde_expandFunction · 0.85

Tested by

no test coverage detected