Searched defs:termp_quote_pre (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mdoc_term.c | 114 static int termp_quote_pre(DECL_ARGS); 163 { termp_quote_pre, termp_quote_post }, /* Op */ 183 { termp_quote_pre, termp_quote_post }, /* Ao */ 184 { termp_quote_pre, termp_quote_post }, /* Aq */ 188 { termp_quote_pre, termp_quote_post }, /* Bo */ 189 { termp_quote_pre, termp_quote_post }, /* Bq */ 194 { termp_quote_pre, termp_quote_post }, /* Do */ 195 { termp_quote_pre, termp_quote_post }, /* Dq */ 208 { termp_quote_pre, termp_quote_post }, /* Po */ 209 { termp_quote_pre, termp_quote_pos 1833 termp_quote_pre(DECL_ARGS) function [all...] |
Completed in 58 milliseconds