Home
last modified time | relevance | path

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

/titanic_51/usr/src/cmd/mandoc/
H A Dmandoc.h349 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
H A Deqn_term.c51 eqn_box(struct termp *p, const struct eqn_box *bp) in eqn_box() function
[all...]
H A Deqn_html.c31 eqn_box(struct html *p, const struct eqn_box *bp) in eqn_box() function