Symbol: gettag
libexec/makewhatis/makewhatis.c
177
if ((tp = gettag("_whatdb", 0)) == NULL) {
usr.bin/apropos/apropos.c
129
tp = gettag("_whatdb", 1);
usr.bin/man/man.c
1000
missp = gettag("_missing", 0); /* missing man pages */
usr.bin/man/man.c
1001
intmpp = gettag("_intmp", 0); /* tmp files we need to unlink */
usr.bin/man/man.c
1020
t = gettag(buf, 0);
usr.bin/man/man.c
241
m.section = gettag(m.sectionname, 0); /* -s must be a section */
usr.bin/man/man.c
247
m.section = gettag(*argv, 0); /* might be a section? */
usr.bin/man/man.c
265
m.defaultpath = gettag("_default", 1);
usr.bin/man/man.c
266
m.subdirs = gettag("_subdir", 1);
usr.bin/man/man.c
267
m.suffixlist = gettag("_suffix", 1);
usr.bin/man/man.c
268
m.buildlist = gettag("_build", 1);
usr.bin/man/man.c
270
m.mymanpath = gettag("_new_path", 1);
usr.bin/man/man.c
271
m.missinglist = gettag("_missing", 1);
usr.bin/man/man.c
272
m.intmp = gettag("_intmp", 1);
usr.bin/man/manconf.c
135
tp = gettag(p, 1);
usr.bin/man/manconf.h
60
TAG *gettag(const char *, int);
usr.bin/whatis/whatis.c
117
tp = gettag("_whatdb", 0);
usr.sbin/catman/catman.c
157
defp = gettag("_default", 1);
usr.sbin/catman/catman.c
158
subp = gettag("_subdir", 1);
usr.sbin/catman/catman.c
166
if ((sectnewp = gettag("_section_new", 1)) == NULL)
usr.sbin/catman/catman.c
210
defp = gettag("_default", 1);
usr.sbin/catman/catman.c
211
defnewp = gettag("_default_new1", 1);
usr.sbin/catman/catman.c
276
if ((defnewp = gettag("_default_new2", 1)) == NULL)
usr.sbin/catman/catman.c
387
if ((buildp = gettag("_build", 1)) == NULL)
usr.sbin/catman/catman.c
402
if ((crunchp = gettag("_crunch", 1)) == NULL)
usr.sbin/catman/catman.c
556
if ((tp = gettag("_suffix", 1)) == NULL)
usr.sbin/catman/catman.c
601
if ((whatdbp = gettag("_whatdb", 1)) == NULL)
usr.sbin/makemandb/apropos-utils.c
322
tp = gettag("_mandb", 1);