Symbol: META
bin/csh/char.h
89
#define Isalpha(c) (cmap(c,_LET) && !(((c) & META) && AsciiOnly))
bin/csh/char.h
90
#define Islower(c) (cmap(c,_LOW) && !(((c) & META) && AsciiOnly))
bin/csh/char.h
91
#define Isupper(c) (cmap(c, _UP) && !(((c) & META) && AsciiOnly))
bin/csh/char.h
95
#define Isalnum(c) (cmap(c, _DIG|_LET) && !(((c) & META) && AsciiOnly))
bin/csh/char.h
96
#define Iscntrl(c) (cmap(c,_CTR) && !(((c) & META) && AsciiOnly))
bin/csh/char.h
97
#define Isprint(c) (!cmap(c,_CTR) && !(((c) & META) && AsciiOnly))
bin/csh/proc.c
339
fp->p_reason | META : fp->p_reason;
bin/ksh/emacs.c
366
c = META(c);
lib/libc/gen/glob.c
151
#define M_ALL META('*')
lib/libc/gen/glob.c
152
#define M_END META(']')
lib/libc/gen/glob.c
153
#define M_NOT META('!')
lib/libc/gen/glob.c
154
#define M_ONE META('?')
lib/libc/gen/glob.c
155
#define M_RNG META('-')
lib/libc/gen/glob.c
156
#define M_SET META('[')
usr.bin/make/meta.c
1143
DEBUG1(META, "meta_oodate: %s\n", fname);
usr.bin/make/meta.c
1240
DEBUG3(META, "%s:%u: %s\n", fname, lineno, buf);
usr.bin/make/meta.c
1258
DEBUG3(META, "%s:%u: filtered: %s\n", fname, lineno, p);
usr.bin/make/meta.c
1335
if (DEBUG(META))
usr.bin/make/meta.c
1365
if (DEBUG(META))
usr.bin/make/meta.c
1382
DEBUG4(META, "%s:%u: cwd=%s ldir=%s\n",
usr.bin/make/meta.c
1410
DEBUG3(META, "%s:%u: looking for: %s ...\n",
usr.bin/make/meta.c
1417
DEBUG3(META, "%s:%u: found: %s\n",
usr.bin/make/meta.c
1431
DEBUG2(META, "meta_oodate: M %s -> %s\n",
usr.bin/make/meta.c
1453
DEBUG2(META, "meta_oodate: L %s -> %s\n", link_src, p);
usr.bin/make/meta.c
1465
DEBUG3(META, "%s:%u: looking for: %s ...\n",
usr.bin/make/meta.c
1472
DEBUG3(META, "%s:%u: found: %s\n",
usr.bin/make/meta.c
1485
DEBUG3(META, "%s:%u: maybe missing: %s\n",
usr.bin/make/meta.c
1520
DEBUG1(META, "meta_oodate: L src %s\n", p);
usr.bin/make/meta.c
1540
DEBUG3(META, "%s:%u: found: %s\n",
usr.bin/make/meta.c
1546
DEBUG3(META, "%s:%u: looking for: %s ...\n",
usr.bin/make/meta.c
1553
DEBUG3(META, "%s:%u: found: %s\n",
usr.bin/make/meta.c
1563
DEBUG3(META, "%s:%u: file '%s' is newer than the target...\n",
usr.bin/make/meta.c
1578
DEBUG3(META, "%s:%u: maybe missing: %s\n",
usr.bin/make/meta.c
1602
DEBUG2(META, "%s:%u: there were more build commands in the meta data file than there are now...\n",
usr.bin/make/meta.c
1619
DEBUG2(META, "%s:%u: cannot compare command using .OODATE\n",
usr.bin/make/meta.c
1654
DEBUG4(META, "%s:%u: a build command has changed\n%s\nvs\n%s\n",
usr.bin/make/meta.c
1669
DEBUG2(META, "%s:%u: there are extra build commands now that weren't in the meta data file\n",
usr.bin/make/meta.c
1675
DEBUG4(META, "%s:%u: the current working directory has changed from '%s' to '%s'\n",
usr.bin/make/meta.c
1689
DEBUG2(META, "%s: missing files: %s...\n",
usr.bin/make/meta.c
1695
DEBUG1(META, "%s: missing filemon data\n", fname);
usr.bin/make/meta.c
1711
DEBUG1(META, "%s: required but missing\n", fname);
usr.bin/make/meta.c
357
verbose = DEBUG(META);
usr.bin/make/meta.c
456
DEBUG1(META, "meta_create: %s\n", fname);
usr.bin/make/meta.c
838
DEBUG2(META, "growing buffer %u -> %u\n",
usr.bin/make/meta.c
896
DEBUG1(META, "meta_oodate: ignoring path: %s\n", p);
usr.bin/make/meta.c
903
DEBUG1(META, "meta_oodate: ignoring path: %s\n", p);
usr.bin/make/meta.c
924
DEBUG1(META, "meta_oodate: ignoring pattern: %s\n", p);
usr.bin/make/meta.c
938
DEBUG1(META, "meta_oodate: ignoring filtered: %s\n", p);
usr.bin/vgrind/regexp.c
172
*cre = META | OPT;
usr.bin/vgrind/regexp.c
225
*cs = META;
usr.bin/vgrind/regexp.c
244
*cs = META;
usr.bin/vgrind/regexp.c
284
*cs = META;
usr.bin/vgrind/regexp.c
372
switch (*cs & (OPER | STR | META)) {
usr.bin/vgrind/regexp.c
441
case META: