Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Deqn.c510 bp->expectargs = UINT_MAX; in eqn_box_new()
558 newb->expectargs = 2; in eqn_box_makebinary()
731 parent->expectargs = 1; in eqn_parse()
775 while (parent->args == parent->expectargs) in eqn_parse()
784 parent->expectargs = 1; in eqn_parse()
820 while (parent->args == parent->expectargs) in eqn_parse()
824 parent->expectargs = 1; in eqn_parse()
843 while (parent->expectargs == 1 && parent->args == 1) in eqn_parse()
857 parent->expectargs = 3; in eqn_parse()
862 parent->expectargs = 3; 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()