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

/freebsd-11-stable/contrib/mdocml/
H A Deqn_term.c58 if ((bp->type == EQN_LIST && bp->expectargs > 1) ||
67 ((bp->parent->type == EQN_LIST && bp->expectargs == 1) ||
119 child->type == EQN_LIST &&
125 child->type == EQN_LIST &&
H A Deqn_html.c54 if (bp->first->type != EQN_LIST ||
136 bp->first->type == EQN_LIST &&
139 } else if (bp->type == EQN_LIST && bp->expectargs > 1 &&
H A Deqn.c700 parent->type = EQN_LIST;
753 parent->type = EQN_LIST;
793 parent->type = EQN_LIST;
895 if (cur->type == EQN_LIST &&
928 while (parent->type == EQN_LIST &&
949 parent->type = EQN_LIST;
983 parent->type = EQN_LIST;
1057 split->type = EQN_LIST;
H A Dmandoc.h339 EQN_LIST, /* list (braces, etc.) */ enumerator in enum:eqn_boxt
H A Dtree.c316 case EQN_LIST:

Completed in 64 milliseconds