Lines Matching refs:expand
5 /* $OpenBSD: expand.h,v 1.7 2015/09/01 13:12:31 tedu Exp $ */
581 #define MAGIC KSH_BEL /* prefix for *?[!{,} during expand */
2004 #define COMASUB 16 /* `…` substitution (COMSUB but expand aliases) */
2005 #define FUNASUB 17 /* function substitution but expand aliases */
2026 #define IOEVAL BIT(4) /* expand in << */
2055 #define DOGLOB BIT(1) /* expand [?* */
2060 #define DOBRACE BIT(6) /* used by expand(): do brace expansion */
2061 #define DOMAGIC BIT(7) /* used by expand(): string contains MAGIC */
2111 /* check for overflow, expand string */
2422 void expand(const char *, XPtrV *, int);