Home | History | Annotate | Download | only in src

Lines Matching refs:ISMAGIC

584 		if (!ISMAGIC(c)) {
616 if (!ISMAGIC(c)) {
622 while (ISMAGIC(sp[0]) && sp[1] == c)
710 if (!ISMAGIC(*p))
718 if (ISMAGIC(p[1]) && p[2] == '!')
720 if (ISMAGIC(p[1]) && p[2] == ']')
772 if (!ISMAGIC(pc)) {
898 if ((notp = tobool(ISMAGIC(*p) && *++p == '!')))
902 if (ISMAGIC(c)) {
904 if ((c & 0x80) && !ISMAGIC(c)) {
916 if (ISMAGIC(p[0]) && p[1] == '-' &&
917 (!ISMAGIC(p[2]) || p[3] != ']')) {
921 if (ISMAGIC(d)) {
923 if ((d & 0x80) && !ISMAGIC(d))
933 } while (!(ISMAGIC(p[0]) && p[1] == ']'));
945 if (!ISMAGIC(*p))