Searched refs:array_getup (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | array.c | 156 static union Value *array_getup(Namval_t *np, Namarr_t *arp, int update) in array_getup() function 558 up = array_getup(np,ap,!nofree); in array_putval() 858 if(!(up = array_getup(np,ap,0))) in nv_arraychild()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | array.c | 195 static union Value *array_getup(Namval_t *np, Namarr_t *arp, int update) in array_getup() function 694 up = array_getup(np,ap,!nofree); in array_putval() 1038 if(!(up = array_getup(np,ap,0))) in nv_arraychild()
|