Searched refs:nv_newattr (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 267 extern void nv_newattr(Namval_t*,unsigned,int); 303 # define nv_newtype(np) nv_newattr(np)
|
/titanic_44/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 278 extern __MANGLE__ void nv_newattr __PROTO__((Namval_t*,unsigned,int)); 315 # define nv_newtype(np) nv_newattr(np)
|
/titanic_44/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 278 extern __MANGLE__ void nv_newattr __PROTO__((Namval_t*,unsigned,int)); 315 # define nv_newtype(np) nv_newattr(np)
|
/titanic_44/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 278 extern __MANGLE__ void nv_newattr __PROTO__((Namval_t*,unsigned,int)); 315 # define nv_newtype(np) nv_newattr(np)
|
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 278 extern __MANGLE__ void nv_newattr __PROTO__((Namval_t*,unsigned,int)); 315 # define nv_newtype(np) nv_newattr(np)
|
/titanic_44/usr/src/lib/libshell/ |
H A D | mapfile-vers | 105 nv_newattr;
|
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 639 nv_newattr (np, newflag&~NV_ASSIGN,tp->argnum); in b_common()
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | init.c | 1781 nv_newattr(np,flag|NV_IMPORT|NV_EXPORT,size); in env_init()
|
H A D | name.c | 2653 void nv_newattr (register Namval_t *np, unsigned newatts, int size) in nv_newattr() function
|