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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Darray.c148 register struct index_array *ap = (struct index_array*)nv_arrayptr(np);
305 Namarr_t *ap = nv_arrayptr(np);
723 struct index_array *ap = (struct index_array*)nv_arrayptr(np);
740 Namarr_t *nv_arrayptr(register Namval_t *np) function
761 if(!fun || !(ap = nv_arrayptr(np)) || is_associative(ap))
803 if(fun && (ap = nv_arrayptr(np)))
848 register Namarr_t *ap = nv_arrayptr(np);
856 ap = nv_arrayptr(np);
893 register struct index_array *ap = (struct index_array*)nv_arrayptr(np);
952 register struct index_array *ap = (struct index_array*)nv_arrayptr(n
[all...]
H A Dnvtree.c307 Namarr_t *ap = nv_arrayptr(nq);
340 Namarr_t *ap = nv_arrayptr(np);
475 Namarr_t *ap = nv_arrayptr(np);
547 Namarr_t *ap = nv_arrayptr(np);
691 if(special || (nv_isarray(np) && nv_arrayptr(np)))
694 if(array_elem(nv_arrayptr(np))==0)
835 if((wp->array = nv_isarray(np)) && (ap=nv_arrayptr(np)))
910 Namarr_t *arp = nv_arrayptr(np);
1070 if(ap= nv_arrayptr(np))
H A Dnvdisc.c52 if(!nv_isattr(np,NV_NODISC) || fp==(Namfun_t*)nv_arrayptr(np))
87 if(!nv_isattr(np,NV_NODISC) || fp==(Namfun_t*)nv_arrayptr(np))
138 if(!nv_isattr(np,NV_NODISC) || fp==(Namfun_t*)nv_arrayptr(np))
331 if(nv_isarray(np) && (ap=nv_arrayptr(np)) && ap->nelem>0)
503 if(nv_isarray(np) && !nv_arrayptr(np))
1256 if(nv_isarray(np) && (ap=nv_arrayptr(np)) && array_elem(ap))
H A Dnvtype.c202 if(nv_isarray(np) && (ap = nv_arrayptr(np)))
217 if((ap = nv_arrayptr(nq)) && !(ap->nelem&ARRAY_UNDEF) && (sub= nv_getsub(nq)))
432 else if(ap=nv_arrayptr(nr))
556 if(nv_isarray(np) && (ap=nv_arrayptr(np)) && ap->nelem>0)
561 if(ap=nv_arrayptr(nq))
577 Namarr_t *ap = nv_arrayptr(np);
1300 if((ap=nv_arrayptr(np)) && ap->nelem>0)
1316 ap = nv_arrayptr(np);
H A Dname.c141 Namarr_t *ap = nv_arrayptr(np);
372 if(array && (!(ap=nv_arrayptr(np)) || !ap->hdr.type))
409 if(!nv_isarray(np) || ((ap=nv_arrayptr(np)) && (ap->nelem&ARRAY_MASK)))
473 if((sub=nv_aimax(np)) < 0 && nv_arrayptr(np))
898 Namarr_t *ap = nv_arrayptr(np);
982 Namarr_t *ap = nv_arrayptr(np);
989 ap = nv_arrayptr(np);
1406 else if(np->nvalue.up && nv_isarray(np) && nv_arrayptr(np))
2266 if(!nv_isarray(np) || !nv_arrayptr(np))
2689 if((ap=nv_arrayptr(n
[all...]
H A Dfault.c577 Namarr_t *ap = nv_arrayptr(np);
H A Dsubshell.c270 if((ap=nv_arrayptr(np)) && (mp=nv_opensub(np)))
H A Dinit.c743 #define array_scan(np) ((nv_arrayptr(np)->nelem&ARRAY_SCAN))
H A Dxec.c620 if((ap=nv_arrayptr(nq)) && (sp = nv_getsub(nq)))
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Denum.c225 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.c417 if(nv_isarray(np) && nv_arrayptr(np))
544 Namarr_t *ap=nv_arrayptr(np);
554 Namarr_t *ap=nv_arrayptr(np);
1104 if(nv_arrayptr(np))
H A Dshiocmd_solaris.c283 if(array_elem(nv_arrayptr(np))==0)
H A Dtest.c444 if(ap = nv_arrayptr(np))
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dname.h170 extern Namarr_t *nv_arrayptr(Namval_t*);
H A Dnval.h240 extern Namarr_t *nv_arrayptr(Namval_t*);
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h251 extern __MANGLE__ Namarr_t *nv_arrayptr __PROTO__((Namval_t*));
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h251 extern __MANGLE__ Namarr_t *nv_arrayptr __PROTO__((Namval_t*));
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h251 extern __MANGLE__ Namarr_t *nv_arrayptr __PROTO__((Namval_t*));
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h251 extern __MANGLE__ Namarr_t *nv_arrayptr __PROTO__((Namval_t*));

Completed in 1534 milliseconds