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

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcopywin.c60 int code, sminr, sminc, tminr, tminc, tmaxr, tmaxc; local
66 tmaxc = min(s->_begx + s->_maxx, t->_begx + t->_maxx) - 1 - t->_begx;
84 s, t, sminr, sminc, tminr, tminc, tmaxr, tmaxc, transparent
95 copywin(s, t, sminr, sminc, tminr, tminc, tmaxr, tmaxc, transparent)
98 int sminr, sminc, tminr, tminc, tmaxr, tmaxc, transparent;
106 s, t, sminr, sminc, tminr, tminc, tmaxr, tmaxc, transparent
119 __m_cc_erase(t, tminr, tmaxc, tminr, tmaxc);
122 for (tc = tminc; tc <= tmaxc; ++tc, ++tt, ++st) {
135 if (tmaxc
[all...]
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcopywin.c61 int code, sminr, sminc, tminr, tminc, tmaxr, tmaxc; local
63 tmaxc = min(s->_begx + s->_maxx, t->_begx + t->_maxx) - 1 - t->_begx;
81 tminr, tminc, tmaxr, tmaxc, transparent);
93 int tmaxr, int tmaxc, int transparent)
104 for (tc = tminc; tc <= tmaxc; ++tc, ++tt, ++st) {
119 if (tmaxc + 1 < t->_maxx && !__m_cc_islast(t, tminr, tmaxc))
120 (void) __m_cc_expand(t, tminr, tmaxc, 1);
91 copywin(const WINDOW *s, WINDOW *t, int sminr, int sminc, int tminr, int tminc, int tmaxr, int tmaxc, int transparent) argument

Completed in 25 milliseconds