|
The Witchcraft Compiler Collection
WCC
|
Go to the source code of this file.
Data Structures | |
| 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 | linenoiseClearScreen (void) |
| void | linenoiseSetMultiLine (int ml) |
| void | linenoisePrintKeyCodes (void) |
| typedef void( linenoiseCompletionCallback)(const char *, linenoiseCompletions *) |
Definition at line 51 of file linenoise.h.
| typedef struct linenoiseCompletions linenoiseCompletions |
| char* linenoise | ( | const char * | prompt | ) |
| void linenoiseAddCompletion | ( | linenoiseCompletions * | , |
| const char * | |||
| ) |
| void linenoiseClearScreen | ( | void | ) |
| int linenoiseHistoryAdd | ( | const char * | line | ) |
| int linenoiseHistoryLoad | ( | const char * | filename | ) |
| int linenoiseHistorySave | ( | const char * | filename | ) |
| int linenoiseHistorySetMaxLen | ( | int | len | ) |
| void linenoisePrintKeyCodes | ( | void | ) |
| void linenoiseSetCompletionCallback | ( | linenoiseCompletionCallback * | ) |
| void linenoiseSetMultiLine | ( | int | ml | ) |
1.8.6