Searched refs:nv_clone_disc (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/ksh93/include/ |
H A D | name.h | 202 extern Namfun_t *nv_clone_disc(Namfun_t*, int);
|
/ast/src/cmd/ksh93/sh/ |
H A D | nvdisc.c | 635 Namfun_t *nv_clone_disc(register Namfun_t *fp, int flags) function 698 lp = nv_clone_disc(fp,0); 721 fp = nv_clone_disc(fp,0); 750 fp = nv_clone_disc(fp,0); 894 nfp = nv_clone_disc(fp,flags); 1295 struct table *ntp = (struct table*)nv_clone_disc(fp,0);
|
H A D | nvtree.c | 90 dp = nv_clone_disc(fp,flags);
|
H A D | nvtype.c | 263 return(nv_clone_disc(fp,flags)); 383 return(nv_clone_disc(fp,flags));
|
H A D | array.c | 477 ap = (Namarr_t*)nv_clone_disc(fp,0);
|
Completed in 27 milliseconds