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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dname.c2649 * Give <np> the attributes <newatts,> and change its current
2650 * value to conform to <newatts>. The <size> of left and right
2653 void nv_newattr (register Namval_t *np, unsigned newatts, int size) argument
2660 Namfun_t *fp= (newatts&NV_NODISC)?np->nvfun:0;
2662 newatts &= ~NV_NODISC;
2669 if(newatts&NV_EXPORT)
2671 if(((n^newatts)&NV_EXPORT))
2680 if((size==oldsize|| (n&NV_INTEGER)) && ((n^newatts)&~NV_NOCHANGE)==0)
2685 nv_onattr(np, newatts);
2722 if(size==0 && (newatts
[all...]

Completed in 63 milliseconds