Home
last modified time | relevance | path

Searched refs:ISMAGIC (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dmisc.c590 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 …]
Deval.c1083 } 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()
Dsh.h510 #define ISMAGIC(c) ((unsigned char)(c) == MAGIC) macro
Dedit.c813 if (ISMAGIC(*s)) in glob_path()