Home
last modified time | relevance | path

Searched refs:N_ENVCHG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dname.h32 #define N_ENVCHG 0020 macro
H A Dname.c240 attrib(n, N_ENVCHG); in assign()
615 if (((flg & N_ENVCHG) && (flg & N_EXPORT)) || (flg & N_FUNCTN)) in pushnam()
619 if (!(flg & ~N_ENVCHG)) { in pushnam()
H A Dxec.c103 n->namflg &= ~(N_EXPORT | N_ENVCHG);