Searched refs:termp_bold_pre (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | mdoc_term.c | 94 static int termp_bold_pre(DECL_ARGS); 142 { termp_bold_pre, NULL }, /* Cm */ 152 { termp_bold_pre, NULL }, /* Ic */ 195 { termp_bold_pre, NULL }, /* Ms */ 215 { termp_bold_pre, NULL }, /* Sy */ 1007 return termp_bold_pre(p, pair, meta, n); in termp_nm_pre() 1241 termp_bold_pre(DECL_ARGS) in termp_bold_pre() function 1251 return termp_bold_pre(p, pair, meta, n); in termp_fd_pre() 1277 return termp_bold_pre(p, pair, meta, n); in termp_sh_pre() 1513 return termp_bold_pre(p, pair, meta, n); in termp_ss_pre() [all …]
|