Searched refs:numlines (Results 1 – 1 of 1) sorted by relevance
58 wredrawln(WINDOW *win, int begline, int numlines) in wredrawln() argument62 if (numlines <= 0) in wredrawln()66 if (begline + numlines > win->_maxy) in wredrawln()67 numlines = win->_maxy - begline; in wredrawln()70 efirstch = firstch + numlines; in wredrawln()