Home
last modified time | relevance | path

Searched refs:nvenv (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c902 mp->nvenv = 0; in nv_clone()
905 if(!(flags&NV_COMVAR) && !nv_isattr(np,NV_MINIMAL) && np->nvenv && !(nv_isattr(mp,NV_MINIMAL))) in nv_clone()
906 mp->nvenv = np->nvenv; in nv_clone()
941 mp->nvenv = np->nvenv; in nv_clone()
942 np->nvenv = 0; in nv_clone()
1164 if(np->nvenv) in sh_addbuiltin()
1180 np->nvenv = 0; in sh_addbuiltin()
H A Dnvtype.c597 mp->nvenv = 0; in clone_inttype()
640 if(np->nvenv) in typeinfo()
641 sfprintf(out,"[+?\b%s\b is a %s.]\n", tp->nvname, np->nvenv); in typeinfo()
850 if(np->nvenv) in nv_mktype()
851 size += strlen((char*)np->nvenv)+1; in nv_mktype()
1025 if(np->nvenv) in nv_mktype()
1030 cp = strcopy(cp,np->nvenv); in nv_mktype()
1035 np->nvenv = 0; in nv_mktype()
1213 mp->nvenv = (char*)help; in nv_mkinttype()
H A Darray.c276 mp->nvenv = (char*)np; in array_find()
359 nq->nvenv = (void*)mp; in array_clone()
629 mp->nvenv = (char*)np; in array_copytree()
864 nq->nvenv = (char*)np; in nv_arraychild()
872 nq->nvenv = (char*)np; in nv_arraychild()
1256 ap->cur->nvenv = (char*)np; in nv_associative()
1286 mp->nvenv = (char*)np; in nv_associative()
H A Dname.c994 nq->nvenv = (char*)np; in nv_create()
1921 if(nv_isattr(np,NV_IMPORT) && np->nvenv) in pushnam()
1922 *ap->argnam++ = np->nvenv; in pushnam()
2191 register struct slnod *slp = (struct slnod*)(np->nvenv); in _nv_unset()
2276 np->nvenv = 0; in _nv_unset()
2909 char *prefix=shp->prefix,*nvenv = 0; in nv_rename() local
2946 mp->nvenv = (void*)np; in nv_rename()
2950 nvenv = (char*)np; in nv_rename()
2962 np->nvenv = nvenv; in nv_rename()
3194 if(!nv_isattr(np,NV_MINIMAL|NV_EXPORT) && np->nvenv) in nv_name()
[all …]
H A Dsubshell.c263 if(np->nvenv && !nv_isattr(np,NV_MINIMAL|NV_EXPORT) && shp->last_root) in sh_assignok()
346 mp->nvenv = np->nvenv; in nv_restore()
H A Dnvtree.c295 sptr = dp->table->nvenv; in nv_dirnext()
296 dp->table->nvenv = (char*)dp->otable; in nv_dirnext()
303 dp->table->nvenv = sptr; in nv_dirnext()
H A Dinit.c697 np->nvenv = 0; in put_lastarg()
1691 np->nvenv = 0; in inittree()
1738 np->nvenv = cp; in env_init()
H A Dpath.c298 if((void*)np->nvenv==pp->bltin_lib) in free_bltin()
832 np->nvenv = oldpp->bltin_lib; in path_absolute()
H A Dxec.c630 L_ARGNOD->nvenv = 0; in set_instance()
1120 slp = (struct slnod*)np->nvenv; in sh_exec()
2057 slp = (struct slnod*)np->nvenv; in sh_exec()
2082 np->nvenv = (char*)slp; in sh_exec()
/titanic_41/usr/src/lib/libshell/common/include/
H A Dname.h29 char *nvenv; /* pointer to environment name */
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c394 tdata.tp->nvenv = tdata.help; in b_typeset()
646 np->nvenv = tp->help; in b_common()
H A Dread.c435 if(!nv_isattr(np,NV_IMPORT|NV_EXPORT) && (mp=(Namval_t*)np->nvenv)) in sh_readline()