Searched refs:fd_list (Results 1 – 6 of 6) sorted by relevance
33 struct fd_list { struct36 struct fd_list *next; argument38 extern struct fd_list *fds;
50 struct fd_list *fds = NULL;55 struct fd_list *l, *last = NULL; in remove_control_data()75 struct fd_list *l = arg; in handle_control_data()105 struct fd_list *l; in handle_control()156 struct fd_list *l, *ll; in stop_control()
155 int handle_args(struct fd_list *, int, char **);
348 const struct fd_list *fd; in run_script_reason()
1598 handle_args(struct fd_list *fd, int argc, char **argv) in handle_args()
69 set fd_list [use_up_files]85 close [lindex $fd_list 0]86 set fd_list [lrange $fd_list 1 end]89 foreach fd $fd_list {