OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:savefd
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
main.c
941
ep->
savefd
= NULL;
960
if (ep->
savefd
!= NULL) {
962
/* if ep->
savefd
[fd] < 0, means fd was closed */
963
if (ep->
savefd
[fd])
964
restfd(fd, ep->
savefd
[fd]);
965
if (ep->
savefd
[2])
1046
/* close all file descriptors hiding in
savefd
*/
1048
if (ep->
savefd
) {
1050
if (ep->
savefd
[fd] > 0)
1051
close(ep->
savefd
[fd])
1415
savefd
(int fd)
function
[
all
...]
sh.h
688
short *
savefd
; /* original redirected fds */
member in struct:env
[
all
...]
Completed in 26 milliseconds