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

Function using_history

extern/editline/src/readline.c:486–491  ·  view source on GitHub ↗

* is normally called before application starts to use * history expansion functions */

Source from the content-addressed store, hash-verified

484 * history expansion functions
485 */
486void
487using_history(void)
488{
489 if (h == NULL || e == NULL)
490 rl_initialize();
491}
492
493
494/*

Callers

nothing calls this directly

Calls 1

rl_initializeFunction · 0.85

Tested by

no test coverage detected