Searched defs:eqn_box (Results 1 – 3 of 3) sorted by relevance
349 struct eqn_box { struct352 enum eqn_boxt type; /* type of node */ argument353 struct eqn_box *first; /* first child node */ argument354 struct eqn_box *last; /* last child node */ argument355 struct eqn_box *next; /* node sibling */ argument356 struct eqn_box *prev; /* node sibling */ argument357 struct eqn_box *parent; /* node sibling */ argument376 struct eqn_box *root; /* root mathematical expression */ argument
51 eqn_box(struct termp *p, const struct eqn_box *bp) in eqn_box() function
31 eqn_box(struct html *p, const struct eqn_box *bp) in eqn_box() function