Searched refs:clonef (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 62 Namfun_t *(*clonef)(Namval_t*, Namval_t*, int, Namfun_t*); member
|
/titanic_44/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 71 Namfun_t *(*clonef) __PROTO__((Namval_t*, Namval_t*, int, Namfun_t*)); member
|
/titanic_44/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 71 Namfun_t *(*clonef) __PROTO__((Namval_t*, Namval_t*, int, Namfun_t*)); member
|
/titanic_44/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 71 Namfun_t *(*clonef) __PROTO__((Namval_t*, Namval_t*, int, Namfun_t*)); member
|
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 71 Namfun_t *(*clonef) __PROTO__((Namval_t*, Namval_t*, int, Namfun_t*)); member
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | nvdisc.c | 861 if(fp->disc && fp->disc->clonef) in clone_all_disc() 862 nfp = (*fp->disc->clonef)(np,mp,flags,fp); in clone_all_disc()
|
H A D | nvtype.c | 627 if(fp->disc && fp->disc->clonef==clone_inttype) in typeinfo() 1209 dp->clonef = clone_inttype; in nv_mkinttype()
|