Searched refs:linenoiseAddCompletion (Results 1 – 5 of 5) sorted by relevance
9 linenoiseAddCompletion(lc,"hello"); in completion()10 linenoiseAddCompletion(lc,"hello there"); in completion()
57 void linenoiseAddCompletion(linenoiseCompletions *, const char *);
145 `linenoiseAddCompletion` in order to add completions inside the callback.150 linenoiseAddCompletion(lc,"hello");151 linenoiseAddCompletion(lc,"hello there");156 a list of items that are good completions by using `linenoiseAddCompletion`.
429 void linenoiseAddCompletion(linenoiseCompletions *lc, const char *str) { in linenoiseAddCompletion() function
662 linenoiseAddCompletion(lc,tmp); in completionCallback()