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 $	*/
374 #define MAGIC (7) /* prefix for *?[!{,} during expand */
1133 #define IOEVAL BIT(4) /* expand in << */
1159 #define DOGLOB BIT(1) /* expand [?* */
1164 #define DOBRACE_ BIT(6) /* used by expand(): do brace expansion */
1165 #define DOMAGIC_ BIT(7) /* used by expand(): string contains MAGIC */
1215 /* check for overflow, expand string */
1402 void expand(const char *, XPtrV *, int);