Home
last modified time | relevance | path

Searched refs:c_wfd (Results 1 – 3 of 3) sorted by relevance

/dports/shells/bash/bash-5.1/
H A Dexecute_cmd.c2082 if (cp->c_wfd >= 0)
2084 close (cp->c_wfd);
2085 cp->c_wfd = -1;
2131 if (cp->c_wfd >= 0 && cp->c_wfd == fd)
2133 close (cp->c_wfd);
2134 cp->c_wfd = -1;
2148 if (cp->c_wfd >= 0 && cp->c_wfd == fd)
2180 cp->c_wsave = cp->c_wfd;
2299 t = itos (cp->c_wfd);
2309 t = itos (cp->c_wfd);
[all …]
H A Dcommand.h373 int c_wfd; member
/dports/devel/ctypes.sh/ctypes-sh-1.2/include/
H A Dcommand.h356 int c_wfd; member