Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Deqn.c154 static enum eqn_rest eqn_eqn(struct eqn_node *, struct eqn_box *);
371 if (EQN_DESCOPE == (c = eqn_eqn(ep, root))) { in eqn_end()
380 eqn_eqn(struct eqn_node *ep, struct eqn_box *last) in eqn_eqn() function
463 while (EQN_DESCOPE == (c = eqn_eqn(ep, bp))) { in eqn_list()
520 if (EQN_DESCOPE != (c = eqn_eqn(ep, last))) { in eqn_box()
551 c = eqn_eqn(ep, last); in eqn_box()