Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h279 extern void nv_newtype(Namval_t*);
314 # define nv_newtype(np) nv_newattr(np)
H A Dname.h220 extern void nv_newtype(Namval_t*);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtype.c835 void nv_newtype(Namval_t *mp) in nv_newtype() function
1214 nv_newtype(mp); in nv_mktype()
1251 nv_newtype(mp); in nv_mkinttype()
1549 nv_newtype(mp); in nv_mkstruct()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c443 nv_newtype(tdata.tp); in b_typeset()