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

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcopywin.c30 * copywin.c
40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/copywin.c 1.2 1995/09/19 19:15:33 ant Exp $";
51 * Version of copywin used internally by Curses to compute
52 * the intersection of the two windows before calling copywin().
83 code = copywin(
95 copywin(s, t, sminr, sminc, tminr, tminc, tmaxr, tmaxc, transparent) function
105 "copywin(%p, %p, %d, %d, %d, %d, %d, %d, %d)",
140 return __m_return_code("copywin", OK);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcopywin.c32 * copywin.c
44 "libxcurses/src/libc/xcurses/rcs/copywin.c 1.6 1998/06/01 17:29:15 "
55 * Version of copywin used internally by Curses to compute
56 * the intersection of the two windows before calling copywin().
80 code = copywin(s, t, sminr, sminc,
91 copywin(const WINDOW *s, WINDOW *t, function
/osnet-11/usr/src/lib/libcurses/screen/
H A Dcopywin.c55 copywin(WINDOW *Srcwin, WINDOW *Dstwin, function
70 fprintf(outf, "copywin(%0.2o, %0.2o);\n", Srcwin, Dstwin);

Completed in 48 milliseconds