Lines Matching defs:shell_fds
140 struct shell_fds { /* keep track of internal shell fds */
141 struct shell_fds *nxt;
146 STATIC struct shell_fds *sh_fd_list;
149 STATIC void renumber_sh_fd(struct shell_fds *);
150 STATIC struct shell_fds *sh_fd(int);
771 struct shell_fds *fp;
773 fp = ckmalloc(sizeof (struct shell_fds));
786 struct shell_fds **fpp, *fp;
800 STATIC struct shell_fds *
803 struct shell_fds *fp;
834 renumber_sh_fd(struct shell_fds *fp)