Lines Matching defs:fixed
392 if((ap=nv_arrayptr(np)) && ap->fixed)
396 if(!(arg->argflag&ARG_APPEND) && (!ap || !ap->fixed))
437 if(!nv_isarray(np) || ((ap=nv_arrayptr(np)) && !ap->fixed && (ap->nelem&ARRAY_MASK)))
959 int fixed;
977 fixed = 0;
978 if((ap=nv_arrayptr(np)) && ap->fixed)
979 fixed = 1;
1002 if(fixed)
1013 if(fixed)
1074 else if(n==0 && !fixed && (c==0 || (c=='[' && !nv_isarray(np))))
1131 else if(nv_isarray(np) && (!fixed || cp[-1]!=']'))
1439 if(sh_isoption(SH_XTRACE) && (ap=nv_arrayptr(np)) && !ap->fixed)
1554 else if(np->nvalue.up && nv_isarray(np) && (ap=nv_arrayptr(np)) && !ap->fixed)
2883 if(ap->fixed)
3240 if(nq && ep && nv_isarray(nq) && !((ap=nv_arrayptr(nq)) && ap->fixed) && !nv_getsub(nq))
3269 if(ep && !(ap && ap->fixed))
3299 if(ap && ap->fixed)
3509 if(!ap || !ap->fixed || (ap->nelem&ARRAY_UNDEF))
3524 if(ap && ap->fixed)