Lines Matching refs:manpath
1 /* $Id: manpath.c,v 1.45 2025/06/26 17:26:23 schwarze Exp $ */
45 manpath_parseline(&conf->manpath, pbeg, 'm');
49 manpath_parseline(&conf->manpath, pend, 'M');
72 manpath_parseline(&conf->manpath, pbeg, '\0');
78 manpath_parseline(&conf->manpath, pend, '\0');
141 for (i = 0; i < conf->manpath.sz; i++)
142 free(conf->manpath.paths[i]);
144 free(conf->manpath.paths);
154 const char *const toks[] = { "manpath", "output" };
191 case 0: /* manpath */
193 manpath_add(&conf->manpath, cp, '\0');
208 manpath_parseline(&conf->manpath, manpath_default, '\0');