Searched refs:nv_arraysettype (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/ksh93/include/ |
H A D | name.h | 188 extern int nv_arraysettype(Namval_t*, Namval_t*,const char*,int);
|
/ast/src/cmd/ksh93/sh/ |
H A D | array.c | 403 int nv_arraysettype(Namval_t *np, Namval_t *tp, const char *sub, int flags) function 638 nv_arraysettype(np,ap->hdr.type,nv_getsub(np),0); 724 nv_arraysettype(np,ap->hdr.type,nv_getsub(np),0);
|
H A D | nvtype.c | 1338 nv_arraysettype(np, tp, nv_getsub(np),flags);
|
Completed in 20 milliseconds