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

/freebsd-13-stable/contrib/mandoc/
H A Deqn.h65 size_t expectargs; /* Maximal number of arguments. */ member in struct:eqn_box
H A Deqn.c500 bp->expectargs = UINT_MAX;
548 newb->expectargs = 2;
719 parent->expectargs = 1;
763 while (parent->args == parent->expectargs)
772 parent->expectargs = 1;
808 while (parent->args == parent->expectargs)
812 parent->expectargs = 1;
831 while (parent->expectargs == 1 && parent->args == 1)
845 parent->expectargs = 3;
850 parent->expectargs
[all...]
H A Deqn_term.c60 if ((bp->type == EQN_LIST && bp->expectargs > 1) ||
69 ((bp->parent->type == EQN_LIST && bp->expectargs == 1) ||
140 child->expectargs > 1)
146 child->expectargs > 1 &&
H A Deqn_html.c57 bp->first->expectargs == 1) {
139 bp->first->expectargs > 1)
141 } else if (bp->type == EQN_LIST && bp->expectargs > 1 &&
H A Dtree.c366 if (ep->expectargs != UINT_MAX && ep->expectargs != ep->args)
367 printf(" badargs=%zu(%zu)", ep->args, ep->expectargs);

Completed in 81 milliseconds