Home
last modified time | relevance | path

Searched refs:E_VARS (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y126 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);
H A Ddefs.h84 #define E_VARS 0x1 macro
H A Dexpand.c139 if ((which & E_VARS) && (cp = index(s, '$')) != NULL) {
176 if ((which & ~E_VARS) == 0 || !strcmp(s, "{") || !strcmp(s, "{}")) {
H A Dserver.c187 E_VARS); in server()
190 E_VARS); in server()