Lines Matching refs:fixed
410 if(ap && ap->fixed)
416 if(!(arg->argflag&ARG_APPEND) && (!ap || !ap->fixed))
455 if(!nv_isarray(np) || ((ap=nv_arrayptr(np)) && !ap->fixed && (ap->nelem&ARRAY_MASK)))
1027 int fixed;
1045 fixed = 0;
1046 if((ap=nv_arrayptr(np)) && ap->fixed)
1047 fixed = 1;
1070 if(fixed)
1081 if(fixed)
1142 else if(n==0 && !fixed && (c==0 || (c=='[' && !nv_isarray(np))))
1202 else if(nv_isarray(np) && (!fixed || cp[-1]!=']'))
1522 if(sh_isoption(SH_XTRACE) && (ap=nv_arrayptr(np)) && !ap->fixed)
1649 else if(np->nvalue.up && nv_isarray(np) && (ap=nv_arrayptr(np)) && !ap->fixed)
2564 else if(np->nvalue.up && nv_isarray(np) && (ap=nv_arrayptr(np)) && !ap->fixed)
3043 if(ap->fixed)
3416 if(nq && ep && nv_isarray(nq) && !((ap=nv_arrayptr(nq)) && ap->fixed) && !nv_getsub(nq))
3445 if(ep && !(ap && ap->fixed))
3475 if(ap && ap->fixed)
3688 if(!ap || !ap->fixed || (ap->nelem&ARRAY_UNDEF))
3703 if(ap && ap->fixed)