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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwinnstr.c58 *pmax = &(win->_y[cy][win->_maxx]); local
88 if (ptr >= pmax) {
93 pmax = ptr + win->_maxx;
H A Dwinnwstr.c49 *pmax = &(win->_y[cy][win->_maxx]); local
83 if (ptr >= pmax) {
88 pmax = ptr + win->_maxx;
H A Dwinstr.c53 *pmax = &(win->_y[cy][win->_maxx]); local
61 while (ptr < pmax) {
H A Dwinwstr.c44 *pmax = &(win->_y[cy][win->_maxx]); local
53 while (ptr < pmax) {
/osnet-11/usr/src/lib/libeti/form/common/
H A Dchg_field.c52 FIELD **pmax = t->field + Pmax(t, P(t)); local
55 p = p == pmax ? pmin : p+1;
69 FIELD **pmax = t->field + Pmax(t, P(t)); local
72 p = p == pmin ? pmax : p-1;
H A Dform.c117 int i, page, pmin, pmax; local
125 pmax = Pmax(f, page);
127 for (i = pmin; i <= pmax; ++i) { /* for each field */
208 page->pmax = i - 1;
214 page->pmax = nf - 1;
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfdcdos.c48 Sfoff_t pmax; member in struct:_dosdisc
216 dp->pmax = dp->phere;
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c828 int pmin, pmax; local
830 pmax = dx; /* Defaults */
839 pmax = x;
843 if (pmax > parent->_last[parentY])
844 parent->_last[parentY] = (short)pmax;
/osnet-11/usr/src/lib/libeti/form/inc/
H A Dform.h62 int pmax; /* last field on page */ member in struct:__anon1645

Completed in 53 milliseconds