Searched refs:nv_addtype (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | enum.c | 267 nv_addtype(tp, enum_type, &optdisc.opt, sizeof(optdisc)); in enum_create()
|
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 286 extern void nv_addtype(Namval_t*,const char*, Optdisc_t*, size_t);
|
/titanic_50/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 297 extern __MANGLE__ void nv_addtype __PROTO__((Namval_t*,const char*, Optdisc_t*, size_t));
|
/titanic_50/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 297 extern __MANGLE__ void nv_addtype __PROTO__((Namval_t*,const char*, Optdisc_t*, size_t));
|
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 297 extern __MANGLE__ void nv_addtype __PROTO__((Namval_t*,const char*, Optdisc_t*, size_t));
|
/titanic_50/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 297 extern __MANGLE__ void nv_addtype __PROTO__((Namval_t*,const char*, Optdisc_t*, size_t));
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | nvtype.c | 780 void nv_addtype(Namval_t *np, const char *optstr, Optdisc_t *op, size_t optsz) in nv_addtype() function 815 nv_addtype(mp,sh_opttype, &optdisc.opt, sizeof(optdisc)); in nv_newtype()
|