Searched refs:tw_dir_fd (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/tcsh/
H A Dtw.init.c62 static DIR *tw_dir_fd = NULL; /* Current directory descriptor */ variable
81 tw_dir_fd = dfd; \
82 if (tw_dir_fd != NULL) \
83 rewinddir(tw_dir_fd); \
196 CLRDIR(tw_dir_fd)
749 int ret = tw_dir_next(res, tw_dir_fd);
751 CLRDIR(tw_dir_fd)
753 if ((tw_dir_fd = opendir(short2str(*tw_env))) != NULL)
758 if (tw_dir_fd) {
763 ret = tw_dir_next(res, tw_dir_fd);
[all...]

Completed in 91 milliseconds