Searched refs:ISMAGIC (Results 1 – 4 of 4) sorted by relevance
590 if (!ISMAGIC(c)) { in simplify_gmatch_pattern()622 if (!ISMAGIC(c)) { in simplify_gmatch_pattern()628 while (ISMAGIC(sp[0]) && sp[1] == c) in simplify_gmatch_pattern()716 if (!ISMAGIC(*p)) in has_globbing()724 if (ISMAGIC(p[1]) && p[2] == '!') in has_globbing()726 if (ISMAGIC(p[1]) && p[2] == ']') in has_globbing()778 if (!ISMAGIC(pc)) { in do_gmatch()904 if ((notp = tobool(ISMAGIC(*p) && *++p == '!'))) in gmatch_cclass()908 if (ISMAGIC(c)) { in gmatch_cclass()910 if ((c & 0x80) && !ISMAGIC(c)) { in gmatch_cclass()[all …]
1083 } else if (ISMAGIC(c)) { in expand()1730 if (!ISMAGIC(*s) || !(*++s & 0x80) || in debunk()1774 if (ISMAGIC(*r)) in maybe_expand_tilde()1870 if (ISMAGIC(*p++)) { in alt_expand()1904 if (ISMAGIC(*p)) { in alt_expand()
510 #define ISMAGIC(c) ((unsigned char)(c) == MAGIC) macro
813 if (ISMAGIC(*s)) in glob_path()