/illumos-gate/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;
|
/illumos-gate/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
|
/illumos-gate/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;
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | getgraent.c | 46 char *yp; member in struct:gradata 124 if (g->yp) 125 free(g->yp); 126 g->yp = NULL; 141 if (g->yp) 142 free(g->yp); 143 g->yp = NULL; 184 if (g->yp) { 185 gra = interpretwithsave(g->yp, g->yplen, savegra); 186 free(g->yp); [all...] |
H A D | getpwaent.c | 66 #define yp (_pwa->_yp) macro 141 if (yp) 142 free(yp); 143 yp = NULL; 160 if (yp) 161 free(yp); 162 yp = NULL; 190 if (yp) { 191 pwadj = interpretwithsave(yp, yplen, savepwadj); 192 free(yp); [all...] |
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | ff.c | 249 numbers(char *yp) argument 251 if (yp == NULL) 253 while ('0' <= *yp && *yp <= '9') 254 yp++; 255 if (*yp)
|
H A D | fsck.c | 759 numbers(char *yp) argument 761 if (yp == NULL) 763 while ('0' <= *yp && *yp <= '9') 764 yp++; 765 if (*yp)
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 154 int x[50], y[50], xp, yp, pxp, pyp; local 189 yp = t1 * y[i+2] + t2 * y[i+1] + t3 * y[i] + 0.5; 190 if (xp != pxp || yp != pyp) { 192 vgoto(yp); 195 pyp = yp;
|