Home
last modified time | relevance | path

Searched refs:eqn_list (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/mandoc/
H A Deqn.c155 static enum eqn_rest eqn_list(struct eqn_node *, struct eqn_box *);
444 eqn_list(struct eqn_node *ep, struct eqn_box *last) in eqn_list() function
537 if (EQN_OK == (c = eqn_list(ep, last))) in eqn_box()