Lines Matching refs:meta

49 		  const struct roff_meta *meta, \
300 print_mdoc_node(p, pair, meta, n); in print_mdoc_nodelist()
403 chld = (*act->pre)(p, &npair, meta, n); in print_mdoc_node()
408 print_mdoc_nodelist(p, &npair, meta, n->child); in print_mdoc_node()
423 (void)(*act->post)(p, &npair, meta, n); in print_mdoc_node()
444 print_mdoc_foot(struct termp *p, const struct roff_meta *meta) in print_mdoc_foot() argument
461 sz = term_strlen(p, meta->date); in print_mdoc_foot()
467 term_word(p, meta->os); in print_mdoc_foot()
471 sz = term_strlen(p, meta->os); in print_mdoc_foot()
475 term_word(p, meta->date); in print_mdoc_foot()
484 term_word(p, meta->os); in print_mdoc_foot()
493 print_mdoc_head(struct termp *p, const struct roff_meta *meta) in print_mdoc_head() argument
511 assert(meta->vol); in print_mdoc_head()
512 if (NULL == meta->arch) in print_mdoc_head()
513 volume = mandoc_strdup(meta->vol); in print_mdoc_head()
516 meta->vol, meta->arch); in print_mdoc_head()
519 if (NULL == meta->msec) in print_mdoc_head()
520 title = mandoc_strdup(meta->title); in print_mdoc_head()
523 meta->title, meta->msec); in print_mdoc_head()
977 cp = meta->name; in termp_nm_pre()
998 p->tcol->rmargin += term_strlen(p, meta->name); in termp_nm_pre()
1008 return termp_bold_pre(p, pair, meta, n); in termp_nm_pre()
1230 return termp_ft_pre(p, pair, meta, n); in termp_vt_pre()
1237 return termp_under_pre(p, pair, meta, n); in termp_vt_pre()
1252 return termp_bold_pre(p, pair, meta, n); in termp_fd_pre()
1278 return termp_bold_pre(p, pair, meta, n); in termp_sh_pre()
1333 return termp_under_pre(p, pair, meta, n); in termp_ft_pre()
1401 return termp_under_pre(p, pair, meta, n); in termp_fa_pre()
1514 return termp_bold_pre(p, pair, meta, n); in termp_ss_pre()
1761 return termp_bold_pre(p, pair, meta, n); in termp_fo_pre()
1794 return termp_under_pre(p, pair, meta, n); in termp_bf_pre()
1796 return termp_bold_pre(p, pair, meta, n); in termp_bf_pre()
1798 return termp_li_pre(p, pair, meta, n); in termp_bf_pre()
1939 termp_quote_post(p, pair, meta, n); in termp__t_post()
1940 termp____post(p, pair, meta, n); in termp__t_post()
1948 return termp_quote_pre(p, pair, meta, n); in termp__t_pre()
1950 return termp_under_pre(p, pair, meta, n); in termp__t_pre()