Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dmain.c137 char *auxpaths; /* -m: additional manpaths. */ in main() local
184 defpaths = auxpaths = NULL; in main()
283 auxpaths = optarg; in main()
485 manconf_parse(&conf, conf_file, defpaths, auxpaths); in main()
630 if (search.argmode == ARG_FILE && auxpaths != NULL) { in main()
631 if (strcmp(auxpaths, "doc") == 0) in main()
633 else if (strcmp(auxpaths, "an") == 0) in main()