Go to the source code of this file.
Classes | |
| struct | linenoiseCompletions |
Typedefs | |
| typedef struct linenoiseCompletions | linenoiseCompletions |
| typedef void( | linenoiseCompletionCallback )(const char *, linenoiseCompletions *) |
Functions | |
| void | linenoiseSetCompletionCallback (linenoiseCompletionCallback *) |
| void | linenoiseAddCompletion (linenoiseCompletions *, const char *) |
| char * | linenoise (const char *prompt) |
| int | linenoiseHistoryAdd (const char *line) |
| int | linenoiseHistorySetMaxLen (int len) |
| int | linenoiseHistorySave (const char *filename) |
| int | linenoiseHistoryLoad (const char *filename) |
| void | linenoiseHistoryFree (void) |
| char ** | linenoiseHistory (int *len) |
| char * | linenoise_nb (const char *prompt) |
| int | linenoise_nb_eol (void) |
| void | linenoise_nb_clean (void) |
| typedef void( linenoiseCompletionCallback)(const char *, linenoiseCompletions *) |
| typedef struct linenoiseCompletions linenoiseCompletions |
| char* linenoise | ( | const char * | prompt | ) |
| char* linenoise_nb | ( | const char * | prompt | ) |
| void linenoise_nb_clean | ( | void | ) |
| int linenoise_nb_eol | ( | void | ) |
| void linenoiseAddCompletion | ( | linenoiseCompletions * | , |
| const char * | |||
| ) |
| char** linenoiseHistory | ( | int * | len | ) |
| int linenoiseHistoryAdd | ( | const char * | line | ) |
| void linenoiseHistoryFree | ( | void | ) |
| int linenoiseHistoryLoad | ( | const char * | filename | ) |
| int linenoiseHistorySave | ( | const char * | filename | ) |
| int linenoiseHistorySetMaxLen | ( | int | len | ) |
| void linenoiseSetCompletionCallback | ( | linenoiseCompletionCallback * | ) |
1.8.1.1