Home | History | Annotate | Download | only in src

Lines Matching refs:expand

37 	/* not including an "int type;" member, see expand() */
51 } Expand;
67 static int varsub(Expand *, const char *, const char *, int *, int *);
68 static int comsub(Expand *, const char *, int);
111 /* compile and expand word */
129 * expand arg-list
146 expand(*ap++, &w, f);
152 * expand string
161 expand(cp, &w, f);
169 * expand string - return only one component
170 * used from iosetup to expand redirection files
179 expand(cp, &w, f);
208 expand(
233 Expand x = {
245 internal_errorf("expand(NULL)");
387 /* expand? */
1060 varsub(Expand *xp, const char *sp, const char *word,
1288 /* expand word instead of variable value */
1300 comsub(Expand *xp, const char *cp, int fn MKSH_A_UNUSED)
1715 /* If HOME, PWD or OLDPWD are not set, don't expand ~ */
1776 * Note that given a{{b,c} we do not expand anything (this is
1792 /* expand expression */