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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Darray.c186 register struct index_array *ap = (struct index_array*)nv_arrayptr(np);
398 Namarr_t *ap = nv_arrayptr(np);
863 struct index_array *ap = (struct index_array*)nv_arrayptr(np);
880 Namarr_t *nv_arrayptr(register Namval_t *np) function
901 if(!fun || !(ap = nv_arrayptr(np)) || is_associative(ap))
943 if(fun && (ap = nv_arrayptr(np)))
988 register Namarr_t *ap = nv_arrayptr(np);
996 ap = nv_arrayptr(np);
1035 register struct index_array *ap = (struct index_array*)nv_arrayptr(np);
1131 register struct index_array *ap = (struct index_array*)nv_arrayptr(n
[all...]
H A Dname.c147 Namarr_t *ap = nv_arrayptr(np);
392 if((ap=nv_arrayptr(np)) && ap->fixed)
398 if(array && (!(ap=nv_arrayptr(np)) || !ap->hdr.type))
437 if(!nv_isarray(np) || ((ap=nv_arrayptr(np)) && !ap->fixed && (ap->nelem&ARRAY_MASK)))
439 if(!nv_isarray(np) || ((ap=nv_arrayptr(np)) && (ap->nelem&ARRAY_MASK)))
504 if((sub=nv_aimax(np)) < 0 && nv_arrayptr(np))
897 ap = nv_arrayptr(np);
978 if((ap=nv_arrayptr(np)) && ap->fixed)
989 Namarr_t *ap = nv_arrayptr(np);
1094 Namarr_t *ap = nv_arrayptr(n
[all...]
H A Dnvtree.c312 Namarr_t *ap = nv_arrayptr(nq);
349 Namarr_t *ap = nv_arrayptr(np);
487 Namarr_t *ap = nv_arrayptr(np);
580 Namarr_t *ap = nv_arrayptr(np);
731 if(special || (nv_isarray(np) && nv_arrayptr(np)))
734 if(array_elem(nv_arrayptr(np))==0)
874 if((wp->array = nv_isarray(np)) && (ap=nv_arrayptr(np)))
957 Namarr_t *arp = nv_arrayptr(np);
1122 if(ap= nv_arrayptr(np))
H A Darith.c113 Namarr_t *ap = nv_arrayptr(np);
162 ap = nv_arrayptr(np);
174 ap = nv_arrayptr(np);
H A Dnvdisc.c58 if(!nv_isattr(np,NV_NODISC) || fp==(Namfun_t*)nv_arrayptr(np))
94 if(!nv_isattr(np,NV_NODISC) || fp==(Namfun_t*)nv_arrayptr(np))
140 if(!value && (!(ap=nv_arrayptr(np)) || ap->nelem==0))
149 if(!nv_isattr(np,NV_NODISC) || fp==(Namfun_t*)nv_arrayptr(np))
345 if(nv_isarray(np) && (ap=nv_arrayptr(np)) && ap->nelem>0)
520 if(nv_isarray(np) && !nv_arrayptr(np))
1280 if(nv_isarray(np) && (ap=nv_arrayptr(np)) && array_elem(ap))
H A Dnvtype.c218 if((ap = nv_arrayptr(nq)) && !(ap->nelem&ARRAY_UNDEF) && (sub= nv_getsub(nq)))
223 if((ap=nv_arrayptr(np)) && ap->fixed)
442 else if(ap=nv_arrayptr(nr))
568 if(nv_isarray(np) && (ap=nv_arrayptr(np)) && ap->nelem>0)
573 if(ap=nv_arrayptr(nq))
589 Namarr_t *ap = nv_arrayptr(np);
1324 if((ap=nv_arrayptr(np)) && ap->nelem>0)
1345 ap = nv_arrayptr(np);
H A Dfault.c590 Namarr_t *ap = nv_arrayptr(np);
H A Dsubshell.c249 if((ap=nv_arrayptr(np)) && (mp=nv_opensub(np)))
H A Dinit.c789 #define array_scan(np) ((nv_arrayptr(np)->nelem&ARRAY_SCAN))
H A Dxec.c655 if((ap=nv_arrayptr(nq)) && (sp = nv_getsub(nq)))
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Denum.c226 if(!(np = nv_open(cp, (void*)0, NV_VARNAME|NV_NOADD)) || !(ap=nv_arrayptr(np)) || ap->fun || (sz=ap->nelem&(((1L<<ARRAY_BITS)-1))) < 2)
H A Dtypeset.c469 if(nv_isarray(np) && nv_arrayptr(np))
626 Namarr_t *ap=nv_arrayptr(np);
636 Namarr_t *ap=nv_arrayptr(np);
1159 if((ap=nv_arrayptr(np)) && !ap->fixed && name[strlen(name)-1]==']' && !nv_getsub(np))
1274 if(nv_arrayptr(np))
H A Dshiocmd_solaris.c283 if(array_elem(nv_arrayptr(np))==0)
H A Dtest.c446 if(ap = nv_arrayptr(np))
/osnet-11/usr/src/lib/libshell/common/include/
H A Dname.h184 extern Namarr_t *nv_arrayptr(Namval_t*);
H A Dnval.h240 extern Namarr_t *nv_arrayptr(Namval_t*);
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h251 extern __MANGLE__ Namarr_t *nv_arrayptr __PROTO__((Namval_t*));
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h251 extern __MANGLE__ Namarr_t *nv_arrayptr __PROTO__((Namval_t*));
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h251 extern __MANGLE__ Namarr_t *nv_arrayptr __PROTO__((Namval_t*));
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h251 extern __MANGLE__ Namarr_t *nv_arrayptr __PROTO__((Namval_t*));

Completed in 523 milliseconds