Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_shell.c41 mdb_shell_pipe(char *cmd) in mdb_shell_pipe() function
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_shell.h39 extern void mdb_shell_pipe(char *);
H A Dmdb_shell.c163 mdb_shell_pipe(char *cmd) in mdb_shell_pipe() function
H A Dmdb_grammar.y231 | '!' MDB_TOK_STRING { mdb_shell_pipe($2); }