Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libeti/form/common/
H A Dchg_field.c39 #define last(f) (f->field [Pmax(f, P(f))])
52 FIELD **pmax = t->field + Pmax(t, P(t)); in next()
69 FIELD **pmax = t->field + Pmax(t, P(t)); in prev()
H A Dform.c125 pmax = Pmax(f, page); in sort_form()
/titanic_44/usr/src/lib/libeti/form/inc/
H A Dutility.h124 #define Pmax(f, p) ((f) -> page [p].pmax) macro