Searched refs:ISMAGIC (Results 1 – 5 of 5) sorted by relevance
575 if (!ISMAGIC(c)) { in simplify_gmatch_pattern()607 if (!ISMAGIC(c)) { in simplify_gmatch_pattern()613 while (ISMAGIC(sp[0]) && sp[1] == c) in simplify_gmatch_pattern()701 if (!ISMAGIC(*p)) in has_globbing()709 if (ISMAGIC(p[1]) && p[2] == '!') in has_globbing()711 if (ISMAGIC(p[1]) && p[2] == ']') in has_globbing()763 if (!ISMAGIC(pc)) { in do_gmatch()889 if ((notp = tobool(ISMAGIC(*p) && *++p == '!'))) in cclass()893 if (ISMAGIC(c)) { in cclass()895 if ((c & 0x80) && !ISMAGIC(c)) { in cclass()[all …]
1045 } else if (ISMAGIC(c)) { in expand()1640 if (!ISMAGIC(*s) || !(*++s & 0x80) || in debunk()1684 if (ISMAGIC(*r)) in maybe_expand_tilde()1763 if (ISMAGIC(*p)) { in alt_expand()1796 if (ISMAGIC(*p)) { in alt_expand()
325 (ISMAGIC(c) || c == '[' || c == '!' || in wdvarput()
460 #define ISMAGIC(c) ((unsigned char)(c) == MAGIC) macro
788 if (ISMAGIC(*s)) in glob_path()