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

Function _el_fn_complete

extern/editline/src/filecomplete.c:571–577  ·  view source on GitHub ↗

* el-compatible wrapper around rl_complete; needed for key binding */ ARGSUSED */

Source from the content-addressed store, hash-verified

569 */
570/* ARGSUSED */
571unsigned char
572_el_fn_complete(EditLine *el, int ch __attribute__((__unused__)))
573{
574 return (unsigned char)fn_complete(el, NULL, NULL,
575 break_chars, NULL, NULL, (size_t)100,
576 NULL, NULL, NULL, NULL);
577}

Callers

nothing calls this directly

Calls 1

fn_completeFunction · 0.85

Tested by

no test coverage detected