Searched defs:eqn_box (Results 1 – 3 of 3) sorted by relevance
54 struct eqn_box { struct55 struct eqn_box *parent; argument56 struct eqn_box *prev; argument57 struct eqn_box *next; argument58 struct eqn_box *first; /* First child node. */ argument59 struct eqn_box *last; /* Last child node. */ argument69 enum eqn_boxt type; /* Type of node. */ argument70 enum eqn_fontt font; /* Font in this box. */71 enum eqn_post pos; /* Position of the next box. */
52 eqn_box(struct termp *p, const struct eqn_box *bp) in eqn_box() function
35 eqn_box(struct html *p, const struct eqn_box *bp) in eqn_box() function