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

Function _el_rl_complete

extern/editline/src/readline.c:1841–1845  ·  view source on GitHub ↗

ARGSUSED */

Source from the content-addressed store, hash-verified

1839
1840/* ARGSUSED */
1841static unsigned char
1842_el_rl_complete(EditLine *el __attribute__((__unused__)), int ch)
1843{
1844 return (unsigned char)rl_complete(0, ch);
1845}
1846
1847/*
1848 * misc other functions

Callers

nothing calls this directly

Calls 1

rl_completeFunction · 0.85

Tested by

no test coverage detected