Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/mdocml/
HDmdoc_validate.c1681 struct roff_node *nchild, *nnext; /* of the Bl body */ in post_bl() local
1701 nchild = nbody->child; in post_bl()
1702 if (nchild == NULL) { in post_bl()
1707 while (nchild != NULL) { in post_bl()
1708 nnext = nchild->next; in post_bl()
1709 if (nchild->tok == MDOC_It || in post_bl()
1710 (nchild->tok == MDOC_Sm && in post_bl()
1712 nchild = nnext; in post_bl()
1725 if (nchild->prev != NULL) { in post_bl()
1726 mdoc->last = nchild; in post_bl()
[all …]
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
HDpcy_tree.c403 if (node->nchild) in tree_link_unmatched()
411 if (node->nchild == sk_ASN1_OBJECT_num(expset)) in tree_link_unmatched()
452 if (node->nchild) in tree_link_any()
499 node->parent->nchild--; in tree_prune()
511 if (node->nchild == 0) { in tree_prune()
512 node->parent->nchild--; in tree_prune()
517 if (curr->anyPolicy && !curr->anyPolicy->nchild) { in tree_prune()
519 curr->anyPolicy->parent->nchild--; in tree_prune()
HDpcy_node.c122 node->nchild = 0; in level_add_node()
149 parent->nchild++; in level_add_node()
HDpcy_int.h146 int nchild; member