Lines Matching defs:shell
4 # side through the shell. It is a seldom-used alternative to the !=
9 # This is the idiomatic form of the Sun shell assignment operator.
28 # 'VAR:shell', using the '=' assignment operator.
29 VAR:shell= echo colon-shell
33 .if ${${:UVAR\:shell}} != "echo colon-shell"
65 VAR.${:U echo\:shell}= ok-shell
66 .if ${VAR.${:U echo\:shell}} != "ok-shell"
84 # ':sh' turns the assignment operator into the shell command evaluation.