Searched refs:E_VARS (Results 1 – 4 of 4) sorted by relevance
126 nl = expand($3, E_VARS);137 $1->sc_args = expand($2, E_VARS);154 for (nl = expand(dupnl($2), E_VARS); nl != NULL;158 $1->sc_args = expand($2, E_VARS);364 files = expand(files, E_VARS|E_SHELL);
84 #define E_VARS 0x1 macro
139 if ((which & E_VARS) && (cp = index(s, '$')) != NULL) {176 if ((which & ~E_VARS) == 0 || !strcmp(s, "{") || !strcmp(s, "{}")) {
187 E_VARS); in server()190 E_VARS); in server()