Searched refs:MAN_BLOCK (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | man_macro.c | 106 if (er == MANDOCERR_MAX || MAN_BLOCK != n->type) in rew_warn() 160 if (MAN_BLOCK == type && ntok == n->parent->tok && in rew_block() 299 if (ntok == nn->tok && MAN_BLOCK == nn->type) in blk_close() 304 if ( ! rew_scope(MAN_BLOCK, man, MAN_PP)) in blk_close() 323 if ( ! rew_scope(MAN_BLOCK, man, tok)) in blk_exp() 373 if ( ! rew_scope(MAN_BLOCK, man, tok)) in blk_imp()
|
H A D | man_term.c | 528 case (MAN_BLOCK): in pre_HP() 590 case (MAN_BLOCK): in pre_PP() 619 case (MAN_BLOCK): in pre_IP() 709 case (MAN_BLOCK): in pre_TP() 789 case (MAN_BLOCK): in pre_SS() 842 case (MAN_BLOCK): in pre_SH() 896 case (MAN_BLOCK): in pre_RS() 930 case (MAN_BLOCK): in post_RS() 965 if (MAN_BLOCK != n->type) in post_UR()
|
H A D | man.c | 205 assert(MAN_BLOCK == p->parent->type); in man_node_append() 209 assert(MAN_BLOCK == p->parent->type); in man_node_append() 213 assert(MAN_BLOCK == p->parent->type); in man_node_append() 313 p = man_node_alloc(man, line, pos, MAN_BLOCK, tok); in man_block_alloc() 581 assert(MAN_BLOCK == n->type); in man_pmacro()
|
H A D | tree.c | 198 case (MAN_BLOCK): in print_man() 225 case (MAN_BLOCK): in print_man()
|
H A D | man.h | 66 MAN_BLOCK, enumerator
|
H A D | man_html.c | 419 if (MAN_BLOCK == n->type) { in man_SH_pre() 506 if (MAN_BLOCK == n->type) { in man_SS_pre() 525 else if (MAN_BLOCK == n->type) in man_PP_pre() 574 else if (MAN_BLOCK != n->type) in man_HP_pre()
|
H A D | man_validate.c | 323 if (MAN_BLOCK == n->type) in pre_sec() 356 case (MAN_BLOCK): in check_par() 380 case (MAN_BLOCK): in post_IP()
|