Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dmandoc_parse.h27 #define MPARSE_SO (1 << 2) /* honour .so requests */ macro
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 Dread.c382 if ( ! (curp->options & MPARSE_SO) && in mparse_buf_r()
H A Dcgi.c917 mp = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1 | in resp_format()
H A Dmain.c206 options = MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1; in main()