/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | enum.c | 141 nv_putv(np, val, flags,fp); in put_enum() 146 nv_putv(np,val,flags,fp); in put_enum() 157 nv_putv(np, (char*)&i, NV_UINT16, fp); in put_enum()
|
H A D | alarm.c | 197 nv_putv(np,val,flag,fp); in putval() 203 nv_putv(np,(char*)&x,NV_INTEGER,fp); in putval()
|
H A D | shiocmd_solaris.c | 77 nv_putv(np, (char*)&t,NV_INTEGER, nfp); in put_time() 83 nv_putv(np, val, flag, nfp); in put_time() 149 nv_putv(np,(char*)&mode,NV_INTEGER,nfp); in put_mode() 152 nv_putv(np,val,flag,nfp); in put_mode()
|
H A D | mkservice.c | 380 nv_putv(np, val, flag, fp); in putval()
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | init.c | 229 nv_putv(np, val, flags, fp); in put_ed() 246 nv_putv(np, val, flags, fp); in put_history() 261 nv_putv(np, val, flags, fp); in put_optindex() 300 nv_putv(np, val, flags, fp); in put_restricted() 330 nv_putv(np, val, flags, fp); in put_cdpath() 404 nv_putv(np, val, flags, fp); in put_lang() 472 nv_putv(np, val, flags, fp); in put_ifs() 548 nv_putv(np, val, flags, fp); in put_seconds() 557 nv_putv(np, val, flags, fp); in put_seconds() 827 nv_putv(np,val,flags,fp); in put_vpath() [all …]
|
H A D | bash.c | 160 nv_putv(np,val,flags,fp); in put_globignore() 179 nv_putv(np,val,flags,fp); in put_funcname()
|
H A D | nvdisc.c | 116 void nv_putv(Namval_t *np, const char *value, int flags, register Namfun_t *nfp) in nv_putv() function 266 nv_putv(np,val,flags,handle); in assign() 312 nv_putv(np,cp,flags|NV_RDONLY,handle); in assign() 320 nv_putv(np,val,flags,handle); in assign() 328 nv_putv(np, val, flags, handle); in assign() 583 nv_putv(np,val,flag,fp); in putdisc() 762 nv_putv(np,val,flags,fp); in put_notify() 1253 nv_putv(np,val,flags,fp); in put_table()
|
H A D | nvtype.c | 229 nv_putv(np,val,flag,fp); in put_chtype() 549 nv_putv(np,val,flag,fp); in put_type() 1525 nv_putv(np,val,flag,nfp); in put_stat()
|
H A D | name.c | 1380 nv_putv(np,sp,flags,np->nvfun); in nv_putval() 2243 nv_putv(np,NIL(char*),flags,np->nvfun); in _nv_unset() 2358 nv_putv(np,val,flags,fp); in put_optimize()
|
H A D | nvtree.c | 1067 nv_putv(np, val, flags,fp); in put_tree()
|
H A D | array.c | 563 nv_putv(np,string,flags,&ap->hdr); in array_putval()
|
H A D | path.c | 1770 nv_putv(np,val,flags,fp); in talias_put()
|
H A D | xec.c | 353 nv_putv(np,val,flags,fp); in put_level() 364 nv_putv(np, (char*)&oldlevel, NV_INT16, fp); in put_level()
|
/titanic_50/usr/src/lib/libshell/ |
H A D | mapfile-vers | 108 nv_putv;
|
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 271 extern void nv_putv(Namval_t*,const char*,int,Namfun_t*);
|
/titanic_50/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 282 extern __MANGLE__ void nv_putv __PROTO__((Namval_t*,const char*,int,Namfun_t*));
|
/titanic_50/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 282 extern __MANGLE__ void nv_putv __PROTO__((Namval_t*,const char*,int,Namfun_t*));
|
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 282 extern __MANGLE__ void nv_putv __PROTO__((Namval_t*,const char*,int,Namfun_t*));
|
/titanic_50/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 282 extern __MANGLE__ void nv_putv __PROTO__((Namval_t*,const char*,int,Namfun_t*));
|