Searched refs:linenoiseHistoryLoad (Results 1 – 5 of 5) sorted by relevance
64 int linenoiseHistoryLoad(const char *filename);
50 linenoiseHistoryLoad("history.txt"); /* Load the history at startup */ in main()
114 int linenoiseHistoryLoad(const char *filename);126 file. The functions `linenoiseHistorySave` and `linenoiseHistoryLoad` do
1183 int linenoiseHistoryLoad(const char *filename) { in linenoiseHistoryLoad() function
1693 linenoiseHistoryLoad(historyfile); in repl()