Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/mdocml/
HDpreconv.c39 if ( ! (*filenc & MPARSE_UTF8)) in preconv_encode()
104 *filenc &= ~MPARSE_UTF8; in preconv_encode()
126 return MPARSE_UTF8 | MPARSE_LATIN1; in preconv_cue()
170 return MPARSE_UTF8; in preconv_cue()
175 return MPARSE_UTF8 | MPARSE_LATIN1; in preconv_cue()
HDread.c366 curp->filenc & MPARSE_UTF8 && in mparse_buf_r()
666 if (curp->filenc & MPARSE_UTF8 && blk.sz > 2 && in mparse_parse_buffer()
711 (MPARSE_UTF8 | MPARSE_LATIN1); in mparse_readfd()
HDmain.c193 options = MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1; in main()
964 *options |= MPARSE_UTF8; in koptions()
968 *options &= ~MPARSE_UTF8; in koptions()
970 *options &= ~(MPARSE_UTF8 | MPARSE_LATIN1); in koptions()
HDmandocd.c173 parser = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1, in main()
HDmandoc.h411 #define MPARSE_UTF8 16 /* accept UTF-8 input */ macro
HDcgi.c834 mp = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1, in resp_format()