Home
last modified time | relevance | path

Searched refs:linenoiseHistoryLoad (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.h64 int linenoiseHistoryLoad(const char *filename);
H A Dexample.c50 linenoiseHistoryLoad("history.txt"); /* Load the history at startup */ in main()
H A DREADME.markdown114 int linenoiseHistoryLoad(const char *filename);
126 file. The functions `linenoiseHistorySave` and `linenoiseHistoryLoad` do
H A Dlinenoise.c1183 int linenoiseHistoryLoad(const char *filename) { in linenoiseHistoryLoad() function
/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c1693 linenoiseHistoryLoad(historyfile); in repl()