Home
last modified time | relevance | path

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

/trueos/contrib/tcsh/
HDtw.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) in tw_cmd_free()
749 int ret = tw_dir_next(res, tw_dir_fd); in tw_file_next()
751 CLRDIR(tw_dir_fd) in tw_file_next()
753 if ((tw_dir_fd = opendir(short2str(*tw_env))) != NULL) in tw_file_next()
758 if (tw_dir_fd) { in tw_file_next()
763 ret = tw_dir_next(res, tw_dir_fd); in tw_file_next()
[all …]