HomeSort by: relevance | last modified time | path
    Searched refs:ROFFT_BLOCK (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/mdocml/dist/
man_term.c 418 case ROFFT_BLOCK:
459 case ROFFT_BLOCK:
489 case ROFFT_BLOCK:
512 case ROFFT_BLOCK:
560 case ROFFT_BLOCK:
585 case ROFFT_BLOCK:
645 case ROFFT_BLOCK:
665 case ROFFT_BLOCK:
706 case ROFFT_BLOCK:
745 case ROFFT_BLOCK
    [all...]
man_html.c 245 if (n->type == ROFFT_BLOCK &&
323 case ROFFT_BLOCK:
397 case ROFFT_BLOCK:
420 if (n1 == NULL || n1->type != ROFFT_BLOCK ||
421 n2 == NULL || n2->type != ROFFT_BLOCK)
449 nn = n->type == ROFFT_BLOCK ? n : n->parent;
480 case ROFFT_BLOCK:
575 case ROFFT_BLOCK:
593 case ROFFT_BLOCK:
tree.c 104 case ROFFT_BLOCK:
158 case ROFFT_BLOCK:
201 (n->type == ROFFT_BLOCK ? 2 : 4));
230 case ROFFT_BLOCK:
254 case ROFFT_BLOCK:
284 (n->type == ROFFT_BLOCK ? 2 : 4));
man_macro.c 124 if (n->type == ROFFT_BLOCK &&
178 if (n->type != ROFFT_BLOCK) {
216 if (nn->tok == ntok && nn->type == ROFFT_BLOCK)
247 if (nn->tok == ntok && nn->type == ROFFT_BLOCK && ! --nrew)
334 * ROFFT_BODY contained within a ROFFT_BLOCK. Rules for closing out other
mdoc_term.c 339 (n->tok != MDOC_It || n->type != ROFFT_BLOCK))
599 } while (nn->type != ROFFT_BLOCK);
632 if (n->type == ROFFT_BLOCK) {
928 if (n->type == ROFFT_BLOCK)
964 if (n->type == ROFFT_BLOCK) {
1015 case ROFFT_BLOCK:
1101 if (n->type == ROFFT_BLOCK && roff_node_prev(n) != NULL)
1125 case ROFFT_BLOCK:
1138 if (n->type != ROFFT_BLOCK)
1231 case ROFFT_BLOCK
    [all...]
mdoc_html.c 523 case ROFFT_BLOCK:
590 case ROFFT_BLOCK:
625 case ROFFT_BLOCK:
643 case ROFFT_BLOCK:
810 case ROFFT_BLOCK:
903 case ROFFT_BLOCK:
938 case ROFFT_BLOCK:
953 if (nn->type != ROFFT_BLOCK)
1105 if (n->type == ROFFT_BLOCK) {
1297 case ROFFT_BLOCK
    [all...]
mdoc_macro.c 230 if (n->type == ROFFT_BLOCK &&
302 case ROFFT_BLOCK:
316 if (n->type == ROFFT_BLOCK ||
389 n->type != ROFFT_BLOCK && n->type != ROFFT_HEAD &&
418 if (n->type == ROFFT_BLOCK &&
598 if (body == NULL || n->type != ROFFT_BLOCK)
984 if (n->type != ROFFT_BLOCK)
mdoc_markdown.c 906 case ROFFT_BLOCK:
1137 case ROFFT_BLOCK:
1207 case ROFFT_BLOCK:
1434 case ROFFT_BLOCK:
1452 case ROFFT_BLOCK:
1504 case ROFFT_BLOCK:
1541 case ROFFT_BLOCK:
man_validate.c 393 case ROFFT_BLOCK:
426 case ROFFT_BLOCK:
man.c 336 assert(n->type == ROFFT_BLOCK);
mdoc.c 117 p = roff_node_alloc(mdoc, line, pos, ROFFT_BLOCK, tok);
roff.h 62 ROFFT_BLOCK,
mdoc_validate.c 1228 if (n->type == ROFFT_ELEM || n->type == ROFFT_BLOCK)
1261 assert(np->parent->type == ROFFT_BLOCK);
1475 case ROFFT_BLOCK:
1491 if (np->type == ROFFT_BLOCK && np->tok == MDOC_Bd) {
1592 if (mdoc->last->type == ROFFT_BLOCK)
1719 if (nit->type != ROFFT_BLOCK)
1920 case ROFFT_BLOCK:
2012 if (nnext->type == ROFFT_BLOCK)
2040 if (n->type == ROFFT_BLOCK && n->body->child == NULL) {
2610 case ROFFT_BLOCK
    [all...]
roff.c 962 assert(n->parent->type == ROFFT_BLOCK);
1007 n = roff_node_alloc(man, line, pos, ROFFT_BLOCK, tok);
1103 if (n->type == ROFFT_BLOCK || n->type == ROFFT_ELEM)
mandocdb.c 1620 case ROFFT_BLOCK:
  /src/usr.sbin/makemandb/
makemandb.c 1063 if (n->type == ROFFT_BLOCK)
1163 case (ROFFT_BLOCK):

Completed in 41 milliseconds