Home
last modified time | relevance | path

Searched refs:linenoiseHistorySetMaxLen (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.h62 int linenoiseHistorySetMaxLen(int len);
H A Dexample.c67 linenoiseHistorySetMaxLen(len); in main()
H A DREADME.markdown112 int linenoiseHistorySetMaxLen(int len);
122 a proper one). This is accomplished using the `linenoiseHistorySetMaxLen`
H A Dlinenoise.c1133 int linenoiseHistorySetMaxLen(int len) { in linenoiseHistorySetMaxLen() function