Home
last modified time | relevance | path

Searched defs:eqn_box (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/mandoc/
H A Dmandoc.h337 struct eqn_box { struct
340 enum eqn_boxt type; /* type of node */ argument
341 struct eqn_box *first; /* first child node */ argument
342 struct eqn_box *last; /* last child node */ argument
343 struct eqn_box *next; /* node sibling */ argument
344 struct eqn_box *parent; /* node sibling */ argument
360 struct eqn_box *root; /* root mathematical expression */ argument
H A Deqn_term.c51 eqn_box(struct termp *p, const struct eqn_box *bp) in eqn_box() function
H A Deqn_html.c58 eqn_box(struct html *p, const struct eqn_box *bp) in eqn_box() function
H A Deqn.c488 eqn_box(struct eqn_node *ep, struct eqn_box *last) in eqn_box() function