Lines Matching refs:first
48 if (NULL == bp->first)
50 if (EQN_LIST != bp->first->type) {
51 eqn_box(p, bp->first);
54 if (NULL == (parent = bp->first->first))
56 /* Estimate the number of rows, first. */
57 if (NULL == (child = parent->first))
64 parent = bp->first->first;
67 child = parent->first;
81 eqn_box(p, child->first);
131 if (bp->first != NULL && bp->first->type == EQN_LIST)
158 eqn_box(p, bp->first);