Lines Matching refs:child

268 	n = mdoc->first->child;
272 if (n->child->next->child != NULL)
275 n->child->next->child);
360 (n->end == ENDBODY_NOT || n->child != NULL))
366 if (chld && n->child)
367 print_mdoc_nodelist(p, &npair, meta, n->child);
589 if (NULL == n->prev->body->child)
601 term_setwidth(p, n->child != NULL ? n->child->string : NULL);
734 if (n->type == ROFFT_BODY && n->parent->head->child != NULL)
786 NULL != n->next->child &&
787 (MDOC_Bl == n->next->child->tok ||
788 MDOC_Bd == n->next->child->tok))
801 if (NULL == n->next || NULL == n->next->child)
844 NULL != n->next->child &&
845 (MDOC_Bl == n->next->child->tok ||
846 MDOC_Bd == n->next->child->tok))
975 if (NULL == n->child)
979 if (n->prev->child != NULL)
980 cp = n->prev->child->string;
990 if (NULL == n->child && NULL == meta->name)
997 NULL != n->next && NULL != n->next->child) {
1001 if (NULL == n->child) {
1003 } else if (n->child->type == ROFFT_TEXT) {
1004 p->rmargin += term_strlen(p, n->child->string);
1005 if (n->child->next)
1014 if (NULL == n->child)
1026 NULL != n->next && NULL != n->next->child) {
1030 } else if (n->type == ROFFT_BODY && n->child != NULL)
1042 if (!(n->child == NULL &&
1113 if (n->child != NULL) {
1116 for (nch = n->child; nch != NULL; nch = nch->next) {
1135 if (n->child != NULL && n->child->next != NULL)
1166 for (nch = n->child; nch != NULL; nch = nch->next) {
1183 if (n->child != NULL && n->child->next != NULL)
1222 if (NULL == (n = n->child))
1350 n->prev->body->child != NULL))
1449 if (NULL == (n = n->child))
1513 for (nn = n->child; nn; nn = nn->next) {
1580 for (nn = n->child; nn; nn = nn->next) {
1649 if (NULL != (n = n->child)) {
1699 if (n->child) {
1702 term_word(p, n->child->string);
1798 if (n->child) {
1799 if ( ! a2roffsu(n->child->string, &su, SCALE_VS))
1842 term_word(p, n->child != NULL && n->child->next == NULL &&
1843 n->child->tok == MDOC_Mt ? "<" : "\\(la");
1861 NULL == n->norm->Es->child)
1863 term_word(p, n->norm->Es->child->string);
1899 term_word(p, n->child != NULL && n->child->next == NULL &&
1900 n->child->tok == MDOC_Mt ? ">" : "\\(ra");
1918 n->norm->Es->child == NULL ||
1919 n->norm->Es->child->next == NULL)
1922 term_word(p, n->norm->Es->child->next->string);
1951 n->parent->head->child == NULL &&
1952 n->child != NULL &&
1953 n->child->end != ENDBODY_NOT)
1955 else if (n->end != ENDBODY_NOT ? n->child != NULL :
1956 n->parent->head->child != NULL && (n->child != NULL ||
1957 (n->parent->tail != NULL && n->parent->tail->child != NULL)))
1976 body = n->child != NULL || n->parent->head->child != NULL;
1977 tail = n->parent->tail != NULL && n->parent->tail->child != NULL;
2018 if (NULL == n->child)
2023 assert(n->child->string);
2025 term_word(p, n->child->string);
2069 if (NULL == n->child)
2071 else if (0 == strcmp("on", n->child->string))
2132 if (NULL == (link = n->child))
2163 if (n->parent->args != NULL || n->prev->child == NULL)
2228 tag_put(n->child->string, 1, p->line);
2236 if (n->child != NULL &&
2237 n->child->type == ROFFT_TEXT &&
2243 tag_put(n->child->string, 1, p->line);