Searched refs:nv_arraychild (Results 1 – 10 of 10) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | name.h | 199 extern Namval_t *nv_arraychild(Namval_t*, Namval_t*, int);
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | array.c | 254 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 D | nvtree.c | 1030 if(nv_isattr(np,NV_ARRAY) && !nv_type(np) && nv_arraychild(np,(Namval_t*)0,0)==np) in nv_getvtree()
|
H A D | name.c | 996 nq = nv_arraychild(np,nq,c); in nv_create()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | name.h | 215 extern Namval_t *nv_arraychild(Namval_t*, Namval_t*, int);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | array.c | 333 nv_arraychild(np,mp,0); in array_find() 381 nv_arraychild(np,mp,0); in array_find() 418 nv_arraychild(np,nq,0); in nv_arraysettype() 1025 Namval_t *nv_arraychild(Namval_t *np, Namval_t *nq, int c) in nv_arraychild() function 1266 nv_arraychild(np,mp,0); in nv_putsub() 1772 nv_arraychild(np,mp,0); in nv_associative()
|
H A D | arith.c | 187 np = nv_arraychild(np,nq,0); in scope()
|
H A D | nvtree.c | 1103 if(nv_isattr(np,NV_ARRAY) && !nv_type(np) && nv_arraychild(np,(Namval_t*)0,0)==np) in nv_getvtree()
|
H A D | name.c | 1182 nq = nv_arraychild(np,nq,c); in nv_create() 3358 nv_arraychild(np,mp,0); in nv_rename()
|
H A D | init.c | 821 nv_arraychild(SH_MATCHNOD, np,0); in sh_setmatch()
|