Searched refs:nv_associative (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/ksh93/include/ |
H A D | nval.h | 254 extern void *nv_associative(Namval_t*,const char*,int);
|
/ast/src/cmd/ksh93/sh/ |
H A D | name.c | 423 nv_setarray(np,nv_associative); 510 nv_setarray(np,nv_associative); 548 nv_setarray(np,nv_associative); 557 nv_setarray(np,nv_associative);
|
H A D | nvdisc.c | 199 sub = nv_associative(np,(const char*)0,NV_ACURRENT);
|
H A D | array.c | 1667 void *nv_associative(register Namval_t *np,const char *sp,int mode) function
|
/ast/src/lib/libtksh/src/ |
H A D | var.c | 187 nv_setarray(namval, nv_associative);
|
/ast/src/cmd/ksh93/bltins/ |
H A D | typeset.c | 709 nv_setarray(np,nv_associative);
|
Completed in 27 milliseconds