/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | getsyx.c | 68 _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 D | wins_wch.c | 105 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 D | m_cc.c | 583 __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 D | arc.c | 176 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 D | subr.c | 54 yconv(short yp) argument 57 yp += 2048; 58 return (short)(yp / yscale);
|
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | arc.c | 49 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 D | subr.c | 63 yconv(int yp) argument 66 yp += 2048; 67 return (int)(yp / yscale);
|
/osnet-11/usr/src/lib/libplot/t4014/common/ |
H A D | arc.c | 52 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 D | arc.c | 46 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 D | subr.c | 56 yconv(int yp) argument 59 yp += 2048; 60 return (yp / yscale);
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | m_cc.c | 567 __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;
|