Searched refs:EQN_SUBEXPR (Results 1 – 4 of 4) sorted by relevance
58 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()
584 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()
303 EQN_SUBEXPR, /* nested `eqn' subexpression */ enumerator
289 case EQN_SUBEXPR: in print_box()