Symbol: TAG
dist/pf/sbin/pfctl/parse.y
2132
| TAG string {
dist/pf/sbin/pfctl/parse.y
3833
| TAG STRING { $$ = $2; }
dist/pf/sbin/pfctl/parse.y
425
%token TAGGED TAG IFBOUND FLOATING STATEPOLICY ROUTE
dist/pf/sbin/pfctl/parse.y
4992
{ "tag", TAG},
libexec/makewhatis/makewhatis.c
131
TAG *tp;
sys/uvm/uvm.h
190
#define UVM_PAGE_OWN(PG, TAG) uvm_page_own(PG, TAG)
sys/uvm/uvm.h
192
#define UVM_PAGE_OWN(PG, TAG) /* nothing */
usr.bin/apropos/apropos.c
77
TAG *tp;
usr.bin/man/man.c
1018
TAG *t;
usr.bin/man/man.c
102
TAG *intmp; /* _intmp: tmp files we must cleanup */
usr.bin/man/man.c
103
TAG *missinglist; /* _missing: pages we couldn't find */
usr.bin/man/man.c
104
TAG *mymanpath; /* _new_path: final version of MANPATH */
usr.bin/man/man.c
105
TAG *section; /* <sec>: tag for m.sectionname */
usr.bin/man/man.c
1066
TAG *path = m->mymanpath;
usr.bin/man/man.c
96
TAG *defaultpath; /* _default: default MANPATH */
usr.bin/man/man.c
97
TAG *subdirs; /* _subdir: default subdir search list */
usr.bin/man/man.c
98
TAG *suffixlist; /* _suffix: for files that can be cat()'d */
usr.bin/man/man.c
99
TAG *buildlist; /* _build: for files that must be built */
usr.bin/man/man.c
991
TAG *intmpp, *missp;
usr.bin/man/manconf.c
102
TAG *tp;
usr.bin/man/manconf.c
223
TAG *
usr.bin/man/manconf.c
226
TAG *tp;
usr.bin/man/manconf.c
254
addentry(TAG *tp, const char *newent, int ishead)
usr.bin/man/manconf.h
58
int addentry(TAG *, const char *, int);
usr.bin/man/manconf.h
60
TAG *gettag(const char *, int);
usr.bin/whatis/whatis.c
74
TAG *tp;
usr.sbin/catman/catman.c
138
TAG *defnewp, *sectnewp, *subp;
usr.sbin/catman/catman.c
259
TAG *defnewp;
usr.sbin/catman/catman.c
341
TAG *buildp, *crunchp;
usr.sbin/catman/catman.c
551
TAG *tp;
usr.sbin/catman/catman.c
597
TAG *whatdbp;
usr.sbin/catman/catman.c
65
TAG *defp; /* pointer to _default list */
usr.sbin/fwctl/fwcontrol.c
1054
recvfn = detect_recv_fn(fd, TAG | CHANNEL);
usr.sbin/fwctl/fwcontrol.c
1064
(*recvfn)(fd, recv_data, TAG | CHANNEL, -1);
usr.sbin/fwctl/fwcontrol.c
1072
dvsend(fd, send_data, TAG | CHANNEL, -1);
usr.sbin/makemandb/apropos-utils.c
318
TAG *tp;