Searched refs:linenoiseState (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/linenoise/
H A Dlinenoise.c146 /* The linenoiseState structure represents the state during line editing.
149 struct linenoiseState { struct
194 static void refreshLine(struct linenoiseState *l);
394 * The state of the editing is encapsulated into the pointed linenoiseState
396 static int completeLine(struct linenoiseState *ls) {
410 struct linenoiseState saved = *ls;
523 void refreshShowHints(struct abuf *ab, struct linenoiseState *l, int plen) {
549 static void refreshSingleLine(struct linenoiseState *l) {
600 static void refreshMultiLine(struct linenoiseState *l) {
685 static void refreshLine(struct linenoiseState *
[all...]

Completed in 21 milliseconds