Home
last modified time | relevance | path

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

/external/mksh/src/
Dmisc.c513 if (!ISMAGIC(c)) { in simplify_gmatch_pattern()
545 if (!ISMAGIC(c)) { in simplify_gmatch_pattern()
551 while (ISMAGIC(sp[0]) && sp[1] == c) in simplify_gmatch_pattern()
639 if (!ISMAGIC(*p)) in has_globbing()
647 if (ISMAGIC(p[1]) && p[2] == NOT) in has_globbing()
649 if (ISMAGIC(p[1]) && p[2] == ']') in has_globbing()
701 if (!ISMAGIC(pc)) { in do_gmatch()
826 if ((notp = (ISMAGIC(*p) && *++p == NOT))) in cclass()
830 if (ISMAGIC(c)) { in cclass()
832 if ((c & 0x80) && !ISMAGIC(c)) { in cclass()
[all …]
Deval.c972 } else if (ISMAGIC(c)) { in expand()
1527 if (!ISMAGIC(*s) || !(*++s & 0x80) || in debunk()
1571 if (ISMAGIC(*r)) in maybe_expand_tilde()
1650 if (ISMAGIC(*p)) { in alt_expand()
1683 if (ISMAGIC(*p)) { in alt_expand()
Dtree.c292 (ISMAGIC(c) || c == '[' || c == NOT || in wdvarput()
Dsh.h380 #define ISMAGIC(c) ((unsigned char)(c) == MAGIC) macro
Dedit.c718 if (ISMAGIC(*s)) in glob_path()