Searched refs:Pmax (Results 1 – 3 of 3) sorted by relevance
39 #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()
125 pmax = Pmax(f, page); in sort_form()
124 #define Pmax(f, p) ((f) -> page [p].pmax) macro