Home
last modified time | relevance | path

Searched refs:expectargs (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Deqn.c508 bp->expectargs = UINT_MAX; in eqn_box_new()
556 newb->expectargs = 2; in eqn_box_makebinary()
727 parent->expectargs = 1; in eqn_parse()
780 parent->expectargs = 1; in eqn_parse()
820 parent->expectargs = 1; in eqn_parse()
853 parent->expectargs = 3; in eqn_parse()
858 parent->expectargs = 3; in eqn_parse()
891 parent->expectargs = 1; in eqn_parse()
922 cur->expectargs > 1 && in eqn_parse()
997 parent->expectargs = 1; in eqn_parse()
[all …]
H A Deqn_term.c60 if ((bp->type == EQN_LIST && bp->expectargs > 1) || in eqn_box()
69 ((bp->parent->type == EQN_LIST && bp->expectargs == 1) || in eqn_box()
140 child->expectargs > 1) in eqn_box()
146 child->expectargs > 1 && in eqn_box()
H A Deqn_html.c57 bp->first->expectargs == 1) { in eqn_box()
139 bp->first->expectargs > 1) in eqn_box()
141 } else if (bp->type == EQN_LIST && bp->expectargs > 1 && in eqn_box()
H A Deqn.h65 size_t expectargs; /* Maximal number of arguments. */ member
H A Dtree.c375 if (ep->expectargs != UINT_MAX && ep->expectargs != ep->args) in print_box()
376 printf(" badargs=%zu(%zu)", ep->args, ep->expectargs); in print_box()