Searched refs:pmax (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | winnstr.c | 56 *pmax = &(win->_y[cy][win->_maxx]); in winnstr() local 86 if (ptr >= pmax) { in winnstr() 91 pmax = ptr + win->_maxx; in winnstr()
|
H A D | winnwstr.c | 47 *pmax = &(win->_y[cy][win->_maxx]); in winnwstr() local 81 if (ptr >= pmax) { in winnwstr() 86 pmax = ptr + win->_maxx; in winnwstr()
|
H A D | winstr.c | 51 *pmax = &(win->_y[cy][win->_maxx]); in winstr() local 59 while (ptr < pmax) { in winstr()
|
H A D | winwstr.c | 42 *pmax = &(win->_y[cy][win->_maxx]); in winwstr() local 51 while (ptr < pmax) { in winwstr()
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | chg_field.c | 50 FIELD **pmax = t->field + Pmax(t, P(t)); in next() local 53 p = p == pmax ? pmin : p+1; in next() 67 FIELD **pmax = t->field + Pmax(t, P(t)); in prev() local 70 p = p == pmin ? pmax : p-1; in prev()
|
H A D | form.c | 115 int i, page, pmin, pmax; in sort_form() local 123 pmax = Pmax(f, page); in sort_form() 125 for (i = pmin; i <= pmax; ++i) { /* for each field */ in sort_form() 206 page->pmax = i - 1; in connect_fields() 212 page->pmax = nf - 1; in connect_fields()
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_rpc.c | 150 rpcprog_t pmin, rpcprog_t pmax, rpcvers_t vers, in fmd_rpc_svc_init() argument 157 for (prog = pmin; prog <= pmax; prog++) { in fmd_rpc_svc_init()
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | m_cc.c | 826 int pmin, pmax; in __m_cc_erase_in_line_sub() local 828 pmax = dx; /* Defaults */ in __m_cc_erase_in_line_sub() 837 pmax = x; in __m_cc_erase_in_line_sub() 841 if (pmax > parent->_last[parentY]) in __m_cc_erase_in_line_sub() 842 parent->_last[parentY] = (short)pmax; in __m_cc_erase_in_line_sub()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/ |
H A D | sfdcdos.c | 48 Sfoff_t pmax; member 216 dp->pmax = dp->phere;
|
/illumos-gate/usr/src/lib/libeti/form/inc/ |
H A D | form.h | 63 int pmax; /* last field on page */ member
|
H A D | utility.h | 122 #define Pmax(f, p) ((f) -> page [p].pmax)
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | magic.tab | 730 0 belong&0377777777 042600413 netbsd pmax 732 0 belong&0377777777 042600410 netbsd pmax pure 734 0 belong&0377777777 042600407 netbsd pmax 736 0 belong&0377777777 042600507 netbsd pmax core
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 1618 # DECstation/pmax.
|
H A D | terminfo.src | 1843 # DECstation/pmax.
|