Lines Matching refs:MAGIC
555 tpat1 = shf_smprintf("%s%c*", pat, MAGIC); in expand()
559 tpat1 = shf_smprintf("%c*%s", MAGIC, pat); in expand()
563 tpat1 = shf_smprintf("%c*%s%c*", MAGIC, pat, MAGIC); in expand()
676 *dp++ = MAGIC; in expand()
743 *dp++ = MAGIC; in expand()
1122 *dp++ = MAGIC; in expand()
1129 *dp++ = MAGIC; in expand()
1139 *dp++ = MAGIC; in expand()
1189 *dp++ = MAGIC; in expand()
1192 *dp++ = MAGIC; in expand()
1885 if ((s = cstrchr(sp, MAGIC))) { in debunk()
1935 *dp++ = MAGIC; in maybe_expand_tilde()
2020 while ((p = strchr(p, MAGIC)) && ord(p[1]) != ORD('{' /*}*/)) in alt_expand()