Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
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()
588 curp->filenc = curp->options & (MPARSE_UTF8 | MPARSE_LATIN1); in mparse_readfd()
598 curp->filenc &= ~MPARSE_LATIN1; in mparse_readfd()
H A Dmandocd.c174 parser = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1 | in main()
H A Ddemandoc.c82 mp = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1 | in main()
H A Dmain.c203 options = MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1; in main()
255 options &= ~(MPARSE_UTF8 | MPARSE_LATIN1); in main()
259 options |= MPARSE_LATIN1; in main()