Lines Matching refs:norm
863 switch (n->norm->An.auth) { in md_pre_An()
894 switch (n->norm->Bd.type) { in md_pre_Bd()
927 n->norm->Bl.count = 0; in md_pre_Bl()
928 if (n->norm->Bl.type == LIST_column) in md_pre_Bl()
937 n->norm->Bl.count = 0; in md_post_Bl()
938 if (n->norm->Bl.type == LIST_column) in md_post_Bl()
993 if (n->norm->Es == NULL || in md_pre_En()
994 n->norm->Es->child == NULL) in md_pre_En()
997 md_word(n->norm->Es->child->string); in md_pre_En()
1005 if (n->norm->Es == NULL || in md_post_En()
1006 n->norm->Es->child == NULL || in md_post_En()
1007 n->norm->Es->child->next == NULL) in md_post_En()
1011 md_word(n->norm->Es->child->next->string); in md_post_En()
1213 if (bln->norm->Bl.comp == 0 && in md_pre_It()
1214 bln->norm->Bl.type != LIST_column) in md_pre_It()
1218 switch (bln->norm->Bl.type) { in md_pre_It()
1240 if (bln->norm->Bl.count < 99) in md_pre_It()
1241 bln->norm->Bl.count++; in md_pre_It()
1242 printf("%d.\t", bln->norm->Bl.count); in md_pre_It()
1261 switch (bln->norm->Bl.type) { in md_pre_It()
1289 switch (bln->norm->Bl.type) { in md_post_It()
1319 nc = bln->norm->Bl.ncols; in md_post_It()
1320 i = i < nc ? strlen(bln->norm->Bl.cols[i]) - outcount + in md_post_It()
1615 if (n->parent->tok == MDOC_Rs && n->parent->norm->Rs.quote_T) in md_pre__T()
1627 if (n->parent->tok == MDOC_Rs && n->parent->norm->Rs.quote_T) in md_post__T()