Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtw.init.c58 static DIR *tw_dir_fd = NULL; /* Current directory descriptor */ variable
77 tw_dir_fd = dfd; \
78 if (tw_dir_fd != NULL) \
79 rewinddir(tw_dir_fd); \
191 CLRDIR(tw_dir_fd) in tw_cmd_free()
744 int ret = tw_dir_next(res, tw_dir_fd); in tw_file_next()
746 CLRDIR(tw_dir_fd) in tw_file_next()
748 if ((tw_dir_fd = opendir(short2str(*tw_env))) != NULL) in tw_file_next()
753 if (tw_dir_fd) { in tw_file_next()
758 ret = tw_dir_next(res, tw_dir_fd); in tw_file_next()
[all …]