Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcopywin.c55 int minColDst, int maxRowDst, int maxColDst, in copywin() argument
59 int height = (maxRowDst - minRowDst) + 1, in copywin()
169 (*_y16update)(Dstwin, (maxRowDst - minRowDst) + 1, in copywin()