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

  /external/mksh/src/
misc.c 594 if (!ISMAGIC(c)) {
626 if (!ISMAGIC(c)) {
632 while (ISMAGIC(sp[0]) && sp[1] == c)
720 if (!ISMAGIC(*p))
728 if (ISMAGIC(p[1]) && p[2] == '!')
730 if (ISMAGIC(p[1]) && p[2] == ']')
782 if (!ISMAGIC(pc)) {
908 if ((notp = tobool(ISMAGIC(*p) && *++p == '!')))
912 if (ISMAGIC(c)) {
914 if ((c & 0x80) && !ISMAGIC(c))
    [all...]
eval.c 1050 } else if (ISMAGIC(c)) {
    [all...]
tree.c 325 (ISMAGIC(c) || c == '[' || c == '!' ||
sh.h 445 #define ISMAGIC(c) ((unsigned char)(c) == MAGIC)
    [all...]

Completed in 53 milliseconds