Lines Matching refs:ISMAGIC
532 if (!ISMAGIC(c)) {
564 if (!ISMAGIC(c)) {
570 while (ISMAGIC(sp[0]) && sp[1] == c)
658 if (!ISMAGIC(*p))
666 if (ISMAGIC(p[1]) && p[2] == '!')
668 if (ISMAGIC(p[1]) && p[2] == ']')
720 if (!ISMAGIC(pc)) {
846 if ((notp = tobool(ISMAGIC(*p) && *++p == '!')))
850 if (ISMAGIC(c)) {
852 if ((c & 0x80) && !ISMAGIC(c)) {
864 if (ISMAGIC(p[0]) && p[1] == '-' &&
865 (!ISMAGIC(p[2]) || p[3] != ']')) {
869 if (ISMAGIC(d)) {
871 if ((d & 0x80) && !ISMAGIC(d))
881 } while (!(ISMAGIC(p[0]) && p[1] == ']'));
893 if (!ISMAGIC(*p))