Searched refs:MAN_BLOCK (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | man_macro.c | 127 if (n->type == MAN_BLOCK && in man_unscope() 161 if (type == MAN_BLOCK && ntok == n->parent->tok && in rew_block() 291 if (nn->tok == ntok && nn->type == MAN_BLOCK) in blk_close() 315 if (nn->tok == ntok && nn->type == MAN_BLOCK && ! --nrew) in blk_close() 321 rew_scope(MAN_BLOCK, man, MAN_PP); in blk_close() 344 rew_scope(MAN_BLOCK, man, tok); in blk_exp() 376 rew_scope(MAN_BLOCK, man, tok); in blk_imp()
|
H A D | man_term.c | 494 case MAN_BLOCK: in pre_HP() 548 case MAN_BLOCK: in pre_PP() 575 case MAN_BLOCK: in pre_IP() 656 case MAN_BLOCK: in pre_TP() 734 case MAN_BLOCK: in pre_SS() 789 case MAN_BLOCK: in pre_SH() 844 case MAN_BLOCK: in pre_RS() 878 case MAN_BLOCK: in post_RS() 905 if (MAN_BLOCK != n->type) in post_UR()
|
H A D | tree.c | 198 case MAN_BLOCK: in print_man() 223 case MAN_BLOCK: in print_man() 259 (n->type == MAN_BLOCK ? 2 : 4)); in print_man()
|
H A D | man.c | 186 case MAN_BLOCK: in man_node_append() 191 assert(p->parent->type == MAN_BLOCK); in man_node_append() 195 assert(p->parent->type == MAN_BLOCK); in man_node_append() 268 p = man_node_alloc(man, line, pos, MAN_BLOCK, tok); in man_block_alloc() 580 assert(n->type == MAN_BLOCK); in man_breakscope()
|
H A D | man_html.c | 387 if (MAN_BLOCK == n->type) { in man_SH_pre() 471 if (MAN_BLOCK == n->type) { in man_SS_pre() 489 else if (MAN_BLOCK == n->type) in man_PP_pre() 541 else if (MAN_BLOCK != n->type) in man_HP_pre()
|
H A D | man.h | 65 MAN_BLOCK, enumerator
|
H A D | man_validate.c | 256 case MAN_BLOCK: in check_par() 284 case MAN_BLOCK: in post_IP()
|