Searched defs:eqn_box (Results 1 – 3 of 3) sorted by relevance
349 struct eqn_box { struct 353 struct eqn_box *first; /* first child node */ argument 354 struct eqn_box *last; /* last child node */ argument 355 struct eqn_box *next; /* node sibling */ argument 356 struct eqn_box *prev; /* node sibling */ argument 357 struct eqn_box *parent; /* node sibling */ argument 376 struct eqn_box *root; /* root mathematical expression */ argument 352 typeeqn_box global() argument
51 eqn_box(struct termp *p, const struct eqn_box *bp) in eqn_box() function [all...]
31 eqn_box(struct html *p, const struct eqn_box *bp) in eqn_box() function