Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Deqn_term.c58 if (EQN_SUBEXPR == bp->type) in eqn_box()
67 if (EQN_SUBEXPR == bp->type) in eqn_box()
H A Dmandoc.h283 EQN_SUBEXPR, /* nested `eqn' subexpression */ enumerator
H A Dtree.c283 case (EQN_SUBEXPR): in print_box()
H A Deqn.c386 bp->type = EQN_SUBEXPR; in eqn_eqn()