Searched refs:mparse_alloc (Results 1 – 8 of 8) sorted by relevance
37 struct mparse *mparse_alloc(int, enum mandoc_os, const char *);
174 parser = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1 | in main()
82 mp = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1 | in main()
643 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()
492 curp.mp = mparse_alloc(options, curp.os_e, curp.os_s); in main()
427 mp = mparse_alloc(mparse_options, MANDOC_OS_OTHER, NULL); in mandocdb()
339 mp = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1 | in main()