HomeSort by: relevance | last modified time | path
    Searched refs:to_upper_fd (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/sh/
redir.h 54 int to_upper_fd(int);
output.c 681 outx->fd = to_upper_fd(dup(out2->fd));
input.c 519 fd2 = to_upper_fd(fd); /* closes fd, returns higher equiv */
histedit.c 490 n = to_upper_fd(n);
redir.c 736 to_upper_fd(int fd) function in typeref:typename:int
740 VTRACE(DBG_REDIR|DBG_OUTPUT, ("to_upper_fd(%d)", fd));
show.c 153 fd = to_upper_fd(fd);
jobs.c 186 ttyfd = to_upper_fd(ttyfd); /* Move to a high fd */

Completed in 17 milliseconds