Home
last modified time | relevance | path

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

/NextBSD/contrib/mdocml/
HDeqn_term.c58 if (bp->parent->type == EQN_SUBEXPR && bp->prev != NULL) in eqn_box()
73 } else if (bp->type == EQN_SUBEXPR) { in eqn_box()
115 if (bp->parent->type == EQN_SUBEXPR && bp->next != NULL) in eqn_box()
HDeqn.c584 newb->type = EQN_SUBEXPR; in eqn_box_makebinary()
932 parent->type = EQN_SUBEXPR; in eqn_parse()
949 while (EQN_SUBEXPR == parent->type) in eqn_parse()
HDmandoc.h303 EQN_SUBEXPR, /* nested `eqn' subexpression */ enumerator
HDtree.c289 case EQN_SUBEXPR: in print_box()