Searched refs:nchild (Results 1 – 5 of 5) sorted by relevance
176 long i, nchild;180 nchild = 1;184 nchild = strtol(optarg, &cp, 0);206 for (i = 0; i < nchild; i++) {
348 if (node->nchild) in tree_link_unmatched()356 if (node->nchild == sk_ASN1_OBJECT_num(expset)) in tree_link_unmatched()417 node->parent->nchild--; in tree_prune()429 if (node->nchild == 0) { in tree_prune()430 node->parent->nchild--; in tree_prune()435 if (curr->anyPolicy && !curr->anyPolicy->nchild) { in tree_prune()437 curr->anyPolicy->parent->nchild--; in tree_prune()
96 int nchild; member
113 parent->nchild++; in ossl_policy_level_add_node()
1956 struct roff_node *nchild, *nnext; /* of the Bl body */ in post_bl() local1986 nchild = mdoc->last; in post_bl()1988 if (nchild == mdoc->last) in post_bl()1989 nchild = roff_node_child(nbody); in post_bl()1990 if (nchild == NULL) { in post_bl()1996 if (nchild->tok == MDOC_It) { in post_bl()2022 while (nchild != NULL) { in post_bl()2023 if (nchild->tok == MDOC_It) { in post_bl()2024 nchild = roff_node_next(nchild); in post_bl()2027 nnext = nchild->next; in post_bl()[all …]