Searched defs:maxRowDst (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | copywin.c | 57 int minColDst, int maxRowDst, int maxColDst, 61 int height = (maxRowDst - minRowDst) + 1, 171 (*_y16update)(Dstwin, (maxRowDst - minRowDst) + 1, 55 copywin(WINDOW *Srcwin, WINDOW *Dstwin, int minRowSrc, int minColSrc, int minRowDst, int minColDst, int maxRowDst, int maxColDst, int over_lay) argument
|
Completed in 55 milliseconds