Home | History | Annotate | Download | only in sh

Lines Matching refs:VNOEXPORT

158 	{ &vvers,	VSTRFIXED|VTEXTFIXED|VNOEXPORT, "NETBSD_SHELL=",
299 , VTEXTFIXED|VREADONLY|VNOEXPORT);
487 if (aflag && !(flags & VNOEXPORT))
522 if (flags & VNOEXPORT)
525 vp->flags &= ~VNOEXPORT;
526 if (vp->flags & VNOEXPORT)
596 setvar("NBSH_INVOCATION", value, VNOEXPORT);
991 flag = VNOEXPORT;
1062 else if (flag&VEXPORT && vp->flags&VNOEXPORT) {
1068 if (flag == VNOEXPORT)
1142 flags &= ~VNOEXPORT;
1158 vp->flags &= ~VNOEXPORT;
1159 if (vp->flags & VNOEXPORT &&
1162 if (flags & (VNOEXPORT | VUNSET))
1164 flags &= ~VNOEXPORT;
1306 if ((vp->flags&(VEXPORT|VSTRFIXED|VREADONLY|VNOEXPORT)) == 0) {