Searched refs:maxrows (Results 1 – 1 of 1) sorted by relevance
149 size_t maxrows; /* Maximum num of rows used so far (multiline mode) */ member189 (int)l->maxrows,old_rows); \550 int old_rows = l->maxrows; in refreshMultiLine()555 if (rows > (int)l->maxrows) l->maxrows = rows; in refreshMultiLine()596 if (rows > (int)l->maxrows) l->maxrows = rows; in refreshMultiLine()783 l.maxrows = 0; in linenoiseEdit()