Home
last modified time | relevance | path

Searched refs:maxrows (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/common/linenoise/
H A Dlinenoise.c133 size_t maxrows; /* Maximum num of rows used so far (multiline mode) */ member
383 int old_rows = l->maxrows; in refreshMultiLine()
388 if (rows > (int)l->maxrows) l->maxrows = rows; in refreshMultiLine()
422 if (rows > (int)l->maxrows) l->maxrows = rows; in refreshMultiLine()
612 l.maxrows = 0; in linenoiseEdit()