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

/illumos-gate/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;
/illumos-gate/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
/illumos-gate/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;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetgraent.c46 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 Dgetpwaent.c66 #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 Dff.c249 numbers(char *yp) argument
251 if (yp == NULL)
253 while ('0' <= *yp && *yp <= '9')
254 yp++;
255 if (*yp)
H A Dfsck.c759 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 Ddraw.c154 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;

Completed in 167 milliseconds