Searched defs:over_lay (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dcopywin.c46 * either non-destructively (over_lay = TRUE) or destructively
47 * (over_lay = FALSE).
58 int over_lay)
87 if ((which_copy = (over_lay) ? 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 359 milliseconds