Lines Matching defs:child

471 print_width(const struct mdoc_bl *bl, const struct roff_node *child)
496 else if (child != NULL && child->type == ROFFT_TEXT)
497 chsz = strlen(child->string);
506 * such that child lists can use it.
566 for (n = mdoc->first->child; n != NULL; n = n->next)
614 (n->end == ENDBODY_NOT || n->child != NULL))
619 * Conditionally run all child nodes.
624 for (sub = n->child; sub; sub = sub->next)
691 for (nch = n->child; nch != NULL; nch = nch->next) {
707 if (n->child != NULL && n->child->next != NULL)
876 print_word(n->child != NULL && n->child->next == NULL &&
877 n->child->tok == MDOC_Mt ? "<" : "\\(la");
887 print_word(n->child != NULL && n->child->next == NULL &&
888 n->child->tok == MDOC_Mt ? ">" : "\\(ra");
1003 if (n->child != NULL) {
1019 if (n->child != NULL)
1057 n = n->child;
1105 NULL == n->norm->Es->child)
1108 print_word(n->norm->Es->child->string);
1118 NULL == n->norm->Es->child ||
1119 NULL == n->norm->Es->child->next)
1123 print_word(n->norm->Es->child->next->string);
1132 n->parent->head->child == NULL &&
1133 n->child != NULL &&
1134 n->child->end != ENDBODY_NOT)
1136 else if (n->end != ENDBODY_NOT ? n->child != NULL :
1137 n->parent->head->child != NULL && (n->child != NULL ||
1138 (n->parent->tail != NULL && n->parent->tail->child != NULL)))
1153 body = n->child != NULL || n->parent->head->child != NULL;
1154 tail = n->parent->tail != NULL && n->parent->tail->child != NULL;
1172 n = n->child;
1217 if (n->child != NULL)
1227 if (!(n->child != NULL ||
1240 n = n->child;
1280 if (n->child == NULL)
1303 if (n->child != NULL)
1404 print_width(&bln->norm->Bl, n->child);
1409 print_width(&bln->norm->Bl, n->child);
1483 * after a child display or child list.
1519 if (NULL == (link = n->child))
1565 name = n->child ? n->child->string : meta->name;
1576 if (NULL == n->child)
1591 if (n->child != NULL || meta->name != NULL)
1652 if (n->child != NULL) {
1655 for (nch = n->child; nch != NULL; nch = nch->next) {
1674 if (n->child != NULL && n->child->next != NULL)
1707 if (NULL == n->child)
1709 else if (0 == strcmp("on", n->child->string))
1779 n = n->child;
1798 if (NULL == n->child)