Searched defs:envlist (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/lp/lib/lp/ |
H A D | alerts.c | 438 envlist(int fd, char **list) in envlist() function
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 303 struct envlist { struct 304 struct envlist *next; argument 310 static struct envlist *envlist_head = NULL; argument
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | commands.c | 1704 struct envlist { struct 1723 static struct envlist EnvList[] = { argument
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 2558 struct argnod *envlist=0; in sh_funscope() local 2693 static void sh_funct(Shell_t *shp,Namval_t *np,int argn, char *argv[],struct argnod *envlist,int ex… in sh_funct() 2895 char *arglist[2], *envlist[2], devfd[12], *cp; in run_subshell() local
|
H A D | name.c | 2047 void sh_scope(Shell_t *shp, struct argnod *envlist, int fun) in sh_scope()
|