Searched refs:npv (Results 1 – 5 of 5) sorted by relevance
/titanic_51/usr/src/cmd/sendmail/src/ |
H A D | util.c | 2507 PROCS_T *npv; local 2510 npv = (PROCS_T *) sm_pmalloc_x((sizeof(*npv)) * 2517 memmove(npv, ProcListVec, 2525 npv[i].proc_pid = NO_PID; 2526 npv[i].proc_task = NULL; 2527 npv[i].proc_type = PROC_NONE; 2531 ProcListVec = npv;
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 1959 register Namval_t *npv=0; in sh_exec() local 2010 npv = nv_open(cp,shp->var_tree,NV_NOASSIGN|NV_NOARRAY|NV_VARNAME); in sh_exec() 2018 npv = nv_open(stkptr(stkp,offset),shp->var_tree,NV_NOASSIGN|NV_NOARRAY|NV_VARNAME); in sh_exec() 2021 sfprintf(stkp,"%s.%s%c",nv_name(npv),cp,0); in sh_exec() 2037 if(npv) in sh_exec() 2039 Namval_t *tp = npv; in sh_exec() 2045 nv_close(npv); in sh_exec() 2047 tp = npv; in sh_exec()
|
H A D | name.c | 2199 Namval_t *npv; in _nv_unset() local 2201 npv = nv_open(name,shp->var_tree,NV_NOARRAY|NV_VARNAME|NV_NOADD); in _nv_unset() 2203 if(npv) in _nv_unset() 2204 nv_setdisc(npv,cp,NIL(Namval_t*),(Namfun_t*)npv); in _nv_unset()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 2677 register Namval_t *npv=0,*mp; in sh_exec() local 2723 npv = nv_open(cp,shp->var_tree,NV_NOASSIGN|NV_NOARRAY|NV_VARNAME); in sh_exec() 2731 npv = nv_open(stkptr(stkp,offset),shp->var_tree,NV_NOASSIGN|NV_NOARRAY|NV_VARNAME); in sh_exec() 2734 sfprintf(stkp,"%s.%s%c",nv_name(npv),cp,0); in sh_exec() 2745 if(npv) in sh_exec() 2748 cp = nv_setdisc(npv,cp,np,(Namfun_t*)npv); in sh_exec()
|
H A D | name.c | 2525 Namval_t *npv; in _nv_unset() local 2527 npv = nv_open(name,shp->var_tree,NV_NOARRAY|NV_VARNAME|NV_NOADD); in _nv_unset() 2529 if(npv && npv!=shp->namespace) in _nv_unset() 2530 nv_setdisc(npv,cp,NIL(Namval_t*),(Namfun_t*)npv); in _nv_unset()
|