Searched refs:ISMAGIC (Results 1 – 4 of 4) sorted by relevance
567 if (!ISMAGIC(c)) { in simplify_gmatch_pattern()599 if (!ISMAGIC(c)) { in simplify_gmatch_pattern()605 while (ISMAGIC(sp[0]) && sp[1] == c) in simplify_gmatch_pattern()693 if (!ISMAGIC(c)) in has_globbing()704 if (ISMAGIC(p[0]) && ord(p[1]) == ORD('!')) in has_globbing()706 if (ISMAGIC(p[0]) && ord(p[1]) == ORD(']')) in has_globbing()712 if (!ISMAGIC(c)) in has_globbing()737 if (c == subc && ISMAGIC(*s) && in has_globbing()781 if (!ISMAGIC(pc)) { in do_gmatch()790 if (ISMAGIC(p[0]) && ord(p[1]) == ORD('[') && in do_gmatch()[all …]
1087 } else if (ISMAGIC(c)) { in expand()1740 if (!ISMAGIC(*s) || !(*++s & 0x80) || in debunk()1784 if (ISMAGIC(*r)) in maybe_expand_tilde()1880 if (ISMAGIC(*p++)) { in alt_expand()1914 if (ISMAGIC(*p)) { in alt_expand()
563 #define ISMAGIC(c) (ord(c) == ORD(MAGIC)) macro
814 if (ISMAGIC(*s)) in glob_path()