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

  /external/mksh/src/
misc.c 575 if (!ISMAGIC(c)) {
607 if (!ISMAGIC(c)) {
613 while (ISMAGIC(sp[0]) && sp[1] == c)
701 if (!ISMAGIC(*p))
709 if (ISMAGIC(p[1]) && p[2] == '!')
711 if (ISMAGIC(p[1]) && p[2] == ']')
763 if (!ISMAGIC(pc)) {
889 if ((notp = tobool(ISMAGIC(*p) && *++p == '!')))
893 if (ISMAGIC(c)) {
895 if ((c & 0x80) && !ISMAGIC(c))
    [all...]
eval.c 1045 } else if (ISMAGIC(c)) {
    [all...]
tree.c 325 (ISMAGIC(c) || c == '[' || c == '!' ||
sh.h 460 #define ISMAGIC(c) ((unsigned char)(c) == MAGIC)
    [all...]

Completed in 212 milliseconds