Lines Matching defs:not
162 { (char *) 0, 'm', 0 }, /* so FMONITOR not ifdef'd */
189 * (not visible to user)
445 return -1; /* not reached */
465 bi_errorf("%s: is not an identifier", array);
556 * - [...] and *(...) not nested (eg, [a$(b|]c), *(a[b|c]d))
587 if (ISMAGIC(p[1]) && p[2] == NOT)
675 * Not ifdef'd KSH as this is needed for ${..%..}, etc.
771 int c, d, not, found = 0;
774 if ((not = (ISMAGIC(*p) && *++p == NOT)))
809 return (found != not) ? p+2 : NULL;