Home
last modified time | relevance | path

Searched defs:fdsave (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/sh/
H A Dmode.h241 struct fdsave struct
243 int org_fd;
244 int dup_fd;
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dio.c311 struct fdsave struct
313 int orig_fd; /* original file descriptor */
314 int save_fd; /* saved file descriptor */
315 int subshell; /* saved for subshell */
316 char *tname; /* name used with >; */