Home | History | Annotate | Download | only in src

Lines Matching refs:expand

5 /*	$OpenBSD: expand.h,v 1.6 2005/03/30 17:16:37 deraadt Exp $	*/
459 #define MAGIC (7) /* prefix for *?[!{,} during expand */
1360 #define IOEVAL BIT(4) /* expand in << */
1388 #define DOGLOB BIT(1) /* expand [?* */
1393 #define DOBRACE BIT(6) /* used by expand(): do brace expansion */
1394 #define DOMAGIC BIT(7) /* used by expand(): string contains MAGIC */
1433 /* check for overflow, expand string */
1646 void expand(const char *, XPtrV *, int);