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

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

Completed in 43 milliseconds