Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y125 nl = expand($3, E_VARS);
136 $1->sc_args = expand($2, E_VARS);
153 for (nl = expand(dupnl($2), E_VARS); nl != NULL;
157 $1->sc_args = expand($2, E_VARS);
364 files = expand(files, E_VARS|E_SHELL);
H A Ddefs.h82 #define E_VARS 0x1 macro
H A Dexpand.c138 if ((which & E_VARS) && (cp = index(s, '$')) != NULL) {
175 if ((which & ~E_VARS) == 0 || !strcmp(s, "{") || !strcmp(s, "{}")) {
H A Dserver.c188 E_VARS); in server()
191 E_VARS); in server()