gettag
if ((tp = gettag("_whatdb", 0)) == NULL) {
tp = gettag("_whatdb", 1);
missp = gettag("_missing", 0); /* missing man pages */
intmpp = gettag("_intmp", 0); /* tmp files we need to unlink */
t = gettag(buf, 0);
m.section = gettag(m.sectionname, 0); /* -s must be a section */
m.section = gettag(*argv, 0); /* might be a section? */
m.defaultpath = gettag("_default", 1);
m.subdirs = gettag("_subdir", 1);
m.suffixlist = gettag("_suffix", 1);
m.buildlist = gettag("_build", 1);
m.mymanpath = gettag("_new_path", 1);
m.missinglist = gettag("_missing", 1);
m.intmp = gettag("_intmp", 1);
tp = gettag(p, 1);
TAG *gettag(const char *, int);
tp = gettag("_whatdb", 0);
defp = gettag("_default", 1);
subp = gettag("_subdir", 1);
if ((sectnewp = gettag("_section_new", 1)) == NULL)
defp = gettag("_default", 1);
defnewp = gettag("_default_new1", 1);
if ((defnewp = gettag("_default_new2", 1)) == NULL)
if ((buildp = gettag("_build", 1)) == NULL)
if ((crunchp = gettag("_crunch", 1)) == NULL)
if ((tp = gettag("_suffix", 1)) == NULL)
if ((whatdbp = gettag("_whatdb", 1)) == NULL)
tp = gettag("_mandb", 1);