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 $	*/
443 #define MAGIC (7) /* prefix for *?[!{,} during expand */
1349 #define IOEVAL BIT(4) /* expand in << */
1377 #define DOGLOB BIT(1) /* expand [?* */
1382 #define DOBRACE BIT(6) /* used by expand(): do brace expansion */
1383 #define DOMAGIC BIT(7) /* used by expand(): string contains MAGIC */
1436 /* check for overflow, expand string */
1692 void expand(const char *, XPtrV *, int);