HomeSort by relevance Sort by last modified time
    Searched refs:ISMAGIC (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
misc.c 590 if (!ISMAGIC(c)) {
622 if (!ISMAGIC(c)) {
628 while (ISMAGIC(sp[0]) && sp[1] == c)
716 if (!ISMAGIC(*p))
724 if (ISMAGIC(p[1]) && p[2] == '!')
726 if (ISMAGIC(p[1]) && p[2] == ']')
778 if (!ISMAGIC(pc)) {
904 if ((notp = tobool(ISMAGIC(*p) && *++p == '!')))
908 if (ISMAGIC(c)) {
910 if ((c & 0x80) && !ISMAGIC(c))
    [all...]
eval.c 1030 } else if (ISMAGIC(c)) {
    [all...]
sh.h 503 #define ISMAGIC(c) ((unsigned char)(c) == MAGIC)
    [all...]

Completed in 182 milliseconds