Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_term.c65 bp->parent->type == EQN_SUBEXPR && in eqn_box()
68 (bp->type == EQN_SUBEXPR && bp->pos != EQNPOS_SQRT && in eqn_box()
70 (bp->parent->type == EQN_SUBEXPR && in eqn_box()
72 if ((bp->parent->type == EQN_SUBEXPR && bp->prev != NULL) || in eqn_box()
114 } else if (bp->type == EQN_SUBEXPR) { in eqn_box()
171 if (bp->parent->type == EQN_SUBEXPR && bp->next != NULL) in eqn_box()
H A Deqn.h22 EQN_SUBEXPR, /* Nested eqn(7) subexpression. */ enumerator
H A Deqn.c555 newb->type = EQN_SUBEXPR; in eqn_box_makebinary()
889 parent->type = EQN_SUBEXPR; in eqn_parse()
908 while (EQN_SUBEXPR == parent->type) in eqn_parse()
H A Dtree.c344 case EQN_SUBEXPR: in print_box()