Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Deqn_term.c55 if (bp->type == EQN_LIST || in eqn_box()
96 if (bp->type == EQN_MATRIX && child->type == EQN_LIST) in eqn_box()
101 child->type == EQN_LIST && in eqn_box()
110 if (bp->type == EQN_LIST || in eqn_box()
H A Deqn_html.c50 if (EQN_LIST != bp->first->type) { in eqn_box()
131 if (bp->first != NULL && bp->first->type == EQN_LIST) in eqn_box()
133 } else if (bp->type == EQN_LIST && in eqn_box()
H A Deqn.c961 if (cur->type == EQN_LIST && in eqn_parse()
1014 parent->type = EQN_LIST; in eqn_parse()
1049 parent->type = EQN_LIST; in eqn_parse()
H A Dmandoc.h304 EQN_LIST, /* list (braces, etc.) */ enumerator
H A Dtree.c286 case EQN_LIST: in print_box()