Home
last modified time | relevance | path

Searched refs:nv_arraychild (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/include/
H A Dname.h199 extern Namval_t *nv_arraychild(Namval_t*, Namval_t*, int);
/titanic_50/usr/src/lib/libshell/common/sh/
H A Darray.c254 nv_arraychild(np,mp,0); in array_find()
277 nv_arraychild(np,mp,0); in array_find()
314 nv_arraychild(np,nq,0); in nv_arraysettype()
845 Namval_t *nv_arraychild(Namval_t *np, Namval_t *nq, int c) in nv_arraychild() function
1288 nv_arraychild(np,mp,0); in nv_associative()
H A Dnvtree.c1030 if(nv_isattr(np,NV_ARRAY) && !nv_type(np) && nv_arraychild(np,(Namval_t*)0,0)==np) in nv_getvtree()
H A Dname.c996 nq = nv_arraychild(np,nq,c); in nv_create()