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

  /external/mksh/src/
misc.c 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))
    [all...]
eval.c 1030 } else if (ISMAGIC(c)) {
    [all...]
tree.c 317 (ISMAGIC(c) || c == '[' || c == '!' ||
sh.h 444 #define ISMAGIC(c) ((unsigned char)(c) == MAGIC)
    [all...]

Completed in 110 milliseconds