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

  /src/bin/sh/
redir.c 150 STATIC struct shell_fds *sh_fd(int);
290 if (sh_fd(fd) != NULL ||
308 renumber_sh_fd(sh_fd(fd));
445 if (sh_fd(redir->ndup.dupfd) != NULL ||
801 sh_fd(int fd) function in typeref:typename:STATIC struct shell_fds *
984 if (!all && (sh_fd(fd) != NULL || saved_redirected_fd(fd) != NULL)) {
redir.c 150 STATIC struct shell_fds *sh_fd(int);
290 if (sh_fd(fd) != NULL ||
308 renumber_sh_fd(sh_fd(fd));
445 if (sh_fd(redir->ndup.dupfd) != NULL ||
801 sh_fd(int fd) function in typeref:typename:STATIC struct shell_fds *
984 if (!all && (sh_fd(fd) != NULL || saved_redirected_fd(fd) != NULL)) {

Completed in 22 milliseconds