Searched refs:newatts (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dname.c2830 * Give <np> the attributes <newatts,> and change its current
2831 * value to conform to <newatts>. The <size> of left and right
2834 void nv_newattr (register Namval_t *np, unsigned newatts, int size) argument
2843 Namfun_t *fp= (newatts&NV_NODISC)?np->nvfun:0;
2845 newatts &= ~NV_NODISC;
2853 if(newatts&NV_EXPORT)
2855 if(((n^newatts)&NV_EXPORT))
2864 if((size==oldsize|| (n&NV_INTEGER)) && !trans && ((n^newatts)&~NV_NOCHANGE)==0)
2869 nv_onattr(np, newatts);
2887 np->nvflag |= newatts;
[all...]

Completed in 29 milliseconds