Lines Matching refs:type

336 	switch (n->type) {
372 switch (n->type) {
568 if (nn->type == ROFFT_ROOT)
570 } while (nn->type != ROFFT_BLOCK);
574 nn->parent->parent->norm->Bl.type != LIST_item)
580 if (MDOC_Bl == bl->tok && LIST_column == bl->norm->Bl.type)
586 if (MDOC_Bl == bl->tok && LIST_diag == bl->norm->Bl.type)
612 enum mdoc_list type;
614 if (n->type == ROFFT_BLOCK) {
620 type = bl->norm->Bl.type;
626 switch (type) {
660 switch (type) {
662 if (n->type == ROFFT_HEAD)
728 switch (type) {
730 if (n->type == ROFFT_BODY)
734 if (n->type == ROFFT_BODY && n->parent->head->child != NULL)
743 switch (type) {
745 if (n->type == ROFFT_HEAD)
759 switch (type) {
770 if (n->type != ROFFT_HEAD)
776 if (n->type != ROFFT_HEAD)
795 if (n->type != ROFFT_HEAD)
805 if (n->type == ROFFT_HEAD)
818 if (n->type != ROFFT_HEAD)
835 switch (type) {
842 if (n->type == ROFFT_HEAD &&
854 if (n->type == ROFFT_HEAD)
866 if (n->type == ROFFT_HEAD)
880 if (n->type == ROFFT_HEAD)
881 switch (type) {
907 switch (type) {
913 if (n->type == ROFFT_HEAD)
917 if (n->type == ROFFT_HEAD)
930 enum mdoc_list type;
932 if (n->type == ROFFT_BLOCK)
935 type = n->parent->parent->parent->norm->Bl.type;
937 switch (type) {
941 if (n->type == ROFFT_BODY)
945 if (n->type == ROFFT_BODY)
969 if (n->type == ROFFT_BLOCK) {
974 if (n->type == ROFFT_BODY) {
993 if (n->type == ROFFT_HEAD)
996 if (n->type == ROFFT_HEAD &&
1003 } else if (n->child->type == ROFFT_TEXT) {
1023 if (n->type == ROFFT_BLOCK) {
1025 } else if (n->type == ROFFT_HEAD &&
1030 } else if (n->type == ROFFT_BODY && n->child != NULL)
1044 n->next->type == ROFFT_TEXT ||
1101 if (n->type == ROFFT_BLOCK && n->prev != NULL)
1198 if (n->type == ROFFT_BODY)
1207 return n->type != ROFFT_HEAD;
1214 if (n->type == ROFFT_BLOCK)
1225 assert(n->type == ROFFT_TEXT);
1235 assert(n->type == ROFFT_TEXT);
1301 if (n->type == ROFFT_ELEM) {
1304 } else if (n->type == ROFFT_BLOCK) {
1307 } else if (n->type == ROFFT_HEAD)
1341 switch (n->type) {
1379 switch (n->type) {
1422 if (n->type != ROFFT_BLOCK)
1458 assert(n->type == ROFFT_TEXT);
1478 assert(n->type == ROFFT_TEXT);
1535 if (n->type == ROFFT_BLOCK) {
1538 } else if (n->type == ROFFT_HEAD)
1566 if (DISP_literal != n->norm->Bd.type &&
1567 DISP_unfilled != n->norm->Bd.type &&
1568 DISP_centered != n->norm->Bd.type)
1572 if (DISP_literal == n->norm->Bd.type)
1581 if (DISP_centered == n->norm->Bd.type) {
1582 if (nn->type == ROFFT_TEXT) {
1628 if (n->type != ROFFT_BODY)
1634 if (DISP_literal == n->norm->Bd.type ||
1635 DISP_unfilled == n->norm->Bd.type)
1720 switch (n->type) {
1744 if (n->type == ROFFT_HEAD || n->type == ROFFT_BODY)
1836 if (n->type != ROFFT_BODY && n->type != ROFFT_ELEM)
1891 if (n->type != ROFFT_BODY && n->type != ROFFT_ELEM)
1947 if (n->type != ROFFT_BODY)
1968 if (n->type != ROFFT_BODY)
1995 if (n->type == ROFFT_BLOCK) {
1998 } else if (n->type == ROFFT_BODY) {
2033 if (n->type != ROFFT_BODY)
2050 if (n->type == ROFFT_HEAD)
2052 else if (n->type != ROFFT_BODY)
2157 switch (n->type) {
2177 if (n->type == ROFFT_BODY)
2237 n->child->type == ROFFT_TEXT &&