Home
last modified time | relevance | path

Searched refs:MPARSE_LATIN1 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/mandoc/
H A Dpreconv.c97 *filenc &= ~MPARSE_LATIN1; in preconv_encode()
101 if ( ! (*filenc & MPARSE_LATIN1)) in preconv_encode()
129 return MPARSE_UTF8 | MPARSE_LATIN1; in preconv_cue()
175 return MPARSE_LATIN1; in preconv_cue()
178 return MPARSE_UTF8 | MPARSE_LATIN1; in preconv_cue()
H A Dmandoc_parse.h30 #define MPARSE_LATIN1 (1 << 5) /* accept ISO-LATIN-1 input */ macro
H A Dread.c181 curp->filenc & MPARSE_LATIN1) in mparse_buf_r()
593 curp->filenc = curp->options & (MPARSE_UTF8 | MPARSE_LATIN1); in mparse_readfd()
603 curp->filenc &= ~MPARSE_LATIN1; in mparse_readfd()
H A Dmandocd.c182 parser = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1 | in main()
H A Ddemandoc.c90 mp = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1 | in main()
H A Dmain.c206 options = MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1; in main()
258 options &= ~(MPARSE_UTF8 | MPARSE_LATIN1); in main()
262 options |= MPARSE_LATIN1; in main()
H A Dcgi.c917 mp = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1 | in resp_format()
H A Dmandocdb.c356 mparse_options = MPARSE_UTF8 | MPARSE_LATIN1 | MPARSE_VALIDATE; in mandocdb()