Searched refs:mparse_alloc (Results 1 – 7 of 7) sorted by relevance
38 struct mparse *mparse_alloc(int, enum mandoc_os, const char *);
208 parser = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1 | in main()
90 mp = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1 | in main()
665 mparse_alloc(int options, enum mandoc_os os_e, const char *os_s) in mparse_alloc() function
917 mp = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1 | in resp_format()
634 mp = mparse_alloc(options, os_e, os_s); in main()
434 mp = mparse_alloc(mparse_options, MANDOC_OS_OTHER, NULL); in mandocdb()