Searched refs:termp_bold_pre (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | mdoc_term.c | 92 static int termp_bold_pre(DECL_ARGS); 143 { termp_bold_pre, NULL }, /* Cm */ 153 { termp_bold_pre, NULL }, /* Ic */ 196 { termp_bold_pre, NULL }, /* Ms */ 216 { termp_bold_pre, NULL }, /* Sy */ 1396 termp_bold_pre(DECL_ARGS) in termp_bold_pre() function 1410 return(termp_bold_pre(p, pair, meta, n)); in termp_fd_pre()
|