Home
last modified time | relevance | path

Searched refs:p_stdin (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.h156 const char *p_stdin; /* File for stdin redirect */ member
H A Dmdb_proc.c3333 if (pt->p_stdin != NULL) in Pcreate_callback()
3334 pt_dupfd(pt->p_stdin, O_RDWR, 0, STDIN_FILENO); in Pcreate_callback()
3369 pt->p_stdin = argv[i].a_un.a_str + 1; in pt_run()
3398 pt->p_stdin = pt->p_stdout = NULL; in pt_run()