Searched refs:mparse_alloc (Results 1 – 7 of 7) sorted by relevance
37 struct mparse *mparse_alloc(int, enum mandoc_os, const char *);
82 mp = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1 | in main()
174 parser = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1 | in main()
644 mparse_alloc(int options, enum mandoc_os os_e, const char *os_s) in mparse_alloc() function
863 mp = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1 | in resp_format()
583 curp.mp = mparse_alloc(options, curp.os_e, curp.os_s); in main()
426 mp = mparse_alloc(mparse_options, MANDOC_OS_OTHER, NULL); in mandocdb()