Home
last modified time | relevance | path

Searched refs:nv_newtype (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/include/
H A Dnval.h268 extern void nv_newtype(Namval_t*);
303 # define nv_newtype(np) nv_newattr(np)
H A Dname.h204 extern void nv_newtype(Namval_t*);
/titanic_44/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h279 extern __MANGLE__ void nv_newtype __PROTO__((Namval_t*));
315 # define nv_newtype(np) nv_newattr(np)
/titanic_44/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h279 extern __MANGLE__ void nv_newtype __PROTO__((Namval_t*));
315 # define nv_newtype(np) nv_newattr(np)
/titanic_44/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h279 extern __MANGLE__ void nv_newtype __PROTO__((Namval_t*));
315 # define nv_newtype(np) nv_newattr(np)
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h279 extern __MANGLE__ void nv_newtype __PROTO__((Namval_t*));
315 # define nv_newtype(np) nv_newattr(np)
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dnvtype.c806 void nv_newtype(Namval_t *mp) in nv_newtype() function
1185 nv_newtype(mp); in nv_mktype()
1222 nv_newtype(mp); in nv_mkinttype()
1513 nv_newtype(mp); in nv_mkstruct()
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c393 nv_newtype(tdata.tp); in b_typeset()