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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dgetsyx.c68 _getsyx(int *yp, int *xp) argument
71 *yp = *xp = -1;
73 *yp = _virtscr->_cury - SP->Yabove;
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwins_wch.c105 int *yp, int *xp)
157 if (yp != NULL)
158 *yp = y;
104 __m_wins_wch(WINDOW *w, int y, int x, const cchar_t *cc, int *yp, int *xp) argument
H A Dm_cc.c583 __m_do_scroll(WINDOW *w, int y, int x, int *yp, int *xp) argument
616 *yp = y;
633 const cchar_t *cc, int as_is, int *yp, int *xp)
688 *yp = y;
705 const cchar_t *cc, int as_is, int *yp, int *xp)
724 *yp = y;
632 __m_cc_add(WINDOW *w, int y, int x, const cchar_t *cc, int as_is, int *yp, int *xp) argument
704 __m_cc_add_k(WINDOW *w, int y, int x, const cchar_t *cc, int as_is, int *yp, int *xp) argument
/osnet-11/usr/src/lib/libplot/t300/common/
H A Darc.c176 quad_l(short x, short y, short xp, short yp) argument
179 if (y <= yp)
183 if (y < yp)
186 else if (y < yp)
H A Dsubr.c54 yconv(short yp) argument
57 yp += 2048;
58 return (short)(yp / yscale);
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Darc.c49 quad_l(short x, short y, short xp, short yp) argument
52 if (y <= yp)
56 if (y < yp)
59 else if (y < yp)
H A Dsubr.c63 yconv(int yp) argument
66 yp += 2048;
67 return (int)(yp / yscale);
/osnet-11/usr/src/lib/libplot/t4014/common/
H A Darc.c52 quad_l(short x, short y, short xp, short yp) argument
55 if (y <= yp)
59 if (y < yp)
62 else if (y < yp)
/osnet-11/usr/src/lib/libplot/t450/common/
H A Darc.c46 quad_l(short x, short y, short xp, short yp) argument
49 if (y <= yp)
53 if (y < yp)
56 else if (y < yp)
H A Dsubr.c56 yconv(int yp) argument
59 yp += 2048;
60 return (yp / yscale);
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c567 __m_do_scroll(WINDOW *w, int y, int x, int *yp, int *xp) argument
590 *yp = y;
605 __m_cc_add(w, y, x, cc, as_is, yp, xp)
609 int as_is, *yp, *xp;
616 w, y, x, cc, as_is, yp, xp
662 *yp = y;

Completed in 43 milliseconds