HomeSort by: relevance | last modified time | path
    Searched defs:shell_fds (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
redir.c 140 struct shell_fds { /* keep track of internal shell fds */ struct
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
    [all...]
redir.c 140 struct shell_fds { /* keep track of internal shell fds */ struct
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
    [all...]
redir.c 140 struct shell_fds { /* keep track of internal shell fds */ struct
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
    [all...]

Completed in 32 milliseconds