Home
last modified time | relevance | path

Searched refs:nv_setlist (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/include/
H A Dname.h177 extern void nv_setlist(struct argnod*, int, Namval_t*);
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dname.c286 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 Dxec.c830 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 Dpath.c971 nv_setlist(local,NV_EXPORT|NV_IDENT|NV_ASSIGN,0); in path_exec()