Home
last modified time | relevance | path

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

/third_party/mksh/
Dmisc.c619 if (!ISMAGIC(c)) { in simplify_gmatch_pattern()
651 if (!ISMAGIC(c)) { in simplify_gmatch_pattern()
657 while (ISMAGIC(sp[0]) && sp[1] == c) in simplify_gmatch_pattern()
745 if (!ISMAGIC(c)) in has_globbing()
756 if (ISMAGIC(p[0]) && ord(p[1]) == ORD('!')) in has_globbing()
758 if (ISMAGIC(p[0]) && ord(p[1]) == ORD(']')) in has_globbing()
764 if (!ISMAGIC(c)) in has_globbing()
789 if (c == subc && ISMAGIC(*s) && in has_globbing()
833 if (!ISMAGIC(pc)) { in do_gmatch()
842 if (ISMAGIC(p[0]) && ord(p[1]) == ORD('[') && in do_gmatch()
[all …]
Deval.c1190 } else if (ISMAGIC(c)) { in expand()
1890 if (!ISMAGIC(*s) || !(*++s & 0x80) || in debunk()
1934 if (ISMAGIC(*r)) in maybe_expand_tilde()
2030 if (ISMAGIC(*p++)) { in alt_expand()
2064 if (ISMAGIC(*p)) { in alt_expand()
Dsh.h582 #define ISMAGIC(c) (ord(c) == ORD(MAGIC)) macro
Dedit.c819 if (ISMAGIC(*s)) in glob_path()