Home
last modified time | relevance | path

Searched refs:sh_cmd (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/tcpd/
H A Dtcpdchk.c201 char *sh_cmd; /* becomes optional shell command */ local
222 sh_cmd = split_at(skip_ipv6_addrs(cl_list), ':');
238 if (sh_cmd) {
244 process_options(sh_cmd, request);
254 if (sh_cmd)
255 shell_cmd(percent_x(buf, sizeof(buf), sh_cmd, request));
/titanic_41/usr/src/lib/libwrap/
H A Dhosts_access.c147 char *sh_cmd; /* becomes optional shell command */ local
172 sh_cmd = split_at(skip_ipv6_addrs(cl_list), ':');
184 if (sh_cmd) {
186 process_options(sh_cmd, request);
189 shell_cmd(percent_x(cmd, sizeof(cmd), sh_cmd, request));
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dparse.c55 static Shnode_t *sh_cmd(Lex_t*,int,int);
370 t = sh_cmd(lexp,(flag&SH_EOF)?EOFSYM:'\n',SH_SEMI|SH_EMPTY|(flag&SH_NL)); in sh_parse()
410 t = sh_cmd(lp,RPAREN,SH_NL|SH_EMPTY); in sh_dolparen()
413 t = sh_cmd(lp,RBRACE,SH_NL|SH_EMPTY); in sh_dolparen()
475 static Shnode_t *sh_cmd(Lex_t *lexp, register int sym, int flag) in sh_cmd() function
506 if(right=sh_cmd(lexp,sym,flag|SH_EMPTY)) in sh_cmd()
614 r->regcom=sh_cmd(lexp,0,SH_NL|SH_EMPTY|SH_SEMI); in syncase()
709 tw->wh.dotre = sh_cmd(lexp,n==DOSYM?DONESYM:RBRACE,SH_NL); in arithfor()
1081 t->if_.iftre=sh_cmd(lexp,THENSYM,SH_NL); in item()
1082 t->if_.thtre=sh_cmd(lexp,ELSESYM,SH_NL|SH_SEMI); in item()
[all …]