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

/fuchsia/zircon/third_party/ulib/linenoise/
H A Dlinenoise.c160 size_t maxrows; /* Maximum num of rows used so far (multiline mode) */ member in struct:linenoiseState
206 (int)l->maxrows,old_rows); \
607 int old_rows = l->maxrows;
611 /* Update maxrows if needed. */
612 if (rows > (int)l->maxrows) l->maxrows = rows;
653 if (rows > (int)l->maxrows) l->maxrows = rows;
840 l.maxrows = 0;

Completed in 26 milliseconds