Searched defs:eqn_box (Results 1 – 4 of 4) sorted by relevance
337 struct eqn_box { struct340 enum eqn_boxt type; /* type of node */ argument341 struct eqn_box *first; /* first child node */ argument342 struct eqn_box *last; /* last child node */ argument343 struct eqn_box *next; /* node sibling */ argument344 struct eqn_box *parent; /* node sibling */ argument360 struct eqn_box *root; /* root mathematical expression */ argument
51 eqn_box(struct termp *p, const struct eqn_box *bp) in eqn_box() function
58 eqn_box(struct html *p, const struct eqn_box *bp) in eqn_box() function
488 eqn_box(struct eqn_node *ep, struct eqn_box *last) in eqn_box() function