Searched refs:nv_setlist (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | name.h | 177 extern void nv_setlist(struct argnod*, int, Namval_t*);
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | name.c | 286 void nv_setlist(register struct argnod *arg,register int flags, Namval_t *typ) in nv_setlist() function 453 nv_setlist(tp->com.comset,flags,0); in nv_setlist() 2056 nv_setlist(envlist,NV_EXPORT|NV_NOSCOPE|NV_IDENT|NV_ASSIGN,0); in sh_scope()
|
H A D | xec.c | 830 nv_setlist(argp,flgs,tp); in sh_exec() 1744 nv_setlist(tt->com.comset,NV_IDENT|NV_ASSIGN,0); in sh_exec() 3248 nv_setlist(t->com.comset,NV_EXPORT|NV_IDENT|NV_ASSIGN,0); in sh_ntfork()
|
H A D | path.c | 971 nv_setlist(local,NV_EXPORT|NV_IDENT|NV_ASSIGN,0); in path_exec()
|