Home
last modified time | relevance | path

Searched refs:Pmax (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_field.c37 #define last(f) (f->field [Pmax(f, P(f))])
50 FIELD **pmax = t->field + Pmax(t, P(t)); in next()
67 FIELD **pmax = t->field + Pmax(t, P(t)); in prev()
H A Dform.c123 pmax = Pmax(f, page); in sort_form()
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h122 #define Pmax(f, p) ((f) -> page [p].pmax) macro