Searched refs:sh_cmd (Results 1 - 2 of 2) sorted by relevance

/osnet-11/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));
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dparse.c55 static Shnode_t *sh_cmd(Lex_t*,int,int);
382 t = sh_cmd(lexp,(flag&SH_EOF)?EOFSYM:'\n',SH_SEMI|SH_EMPTY|(flag&SH_NL));
422 t = sh_cmd(lp,RPAREN,SH_NL|SH_EMPTY);
425 t = sh_cmd(lp,RBRACE,SH_NL|SH_EMPTY);
487 static Shnode_t *sh_cmd(Lex_t *lexp, register int sym, int flag) function
518 if(right=sh_cmd(lexp,sym,flag|SH_EMPTY))
634 r->regcom=sh_cmd(lexp,0,SH_NL|SH_EMPTY|SH_SEMI);
729 tw->wh.dotre = sh_cmd(lexp,n==DOSYM?DONESYM:RBRACE,SH_NL);
1167 t->if_.iftre=sh_cmd(lexp,THENSYM,SH_NL);
1168 t->if_.thtre=sh_cmd(lex
[all...]

Completed in 18 milliseconds