Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dpreconv.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()
H A Dmain.c175 options = MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1; in main()
807 *options |= MPARSE_UTF8; in koptions()
811 *options &= ~MPARSE_UTF8; in koptions()
813 *options &= ~(MPARSE_UTF8 | MPARSE_LATIN1); in koptions()
H A Dread.c349 curp->filenc & MPARSE_UTF8 && in mparse_buf_r()
732 if (curp->filenc & MPARSE_UTF8 && blk.sz > 2 && in mparse_parse_buffer()
777 (MPARSE_UTF8 | MPARSE_LATIN1); in mparse_readfd()
H A Dmandoc.h388 #define MPARSE_UTF8 16 /* accept UTF-8 input */ macro