Home
last modified time | relevance | path

Searched defs:linenoiseState (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/common/linenoise/
H A Dlinenoise.c124 struct linenoiseState { struct
125 char *buf; /* Edited line buffer. */
126 size_t buflen; /* Edited line buffer size. */
127 const char *prompt; /* Prompt to display. */
128 size_t plen; /* Prompt length. */
129 size_t pos; /* Current cursor position. */
130 size_t oldpos; /* Previous refresh cursor position. */
131 size_t len; /* Current edited line length. */
132 size_t cols; /* Number of columns in terminal. */
133 size_t maxrows; /* Maximum num of rows used so far (multiline mode) */
[all …]