Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c5677 struct squirrel two_fd[]; member
5689 for (i = 0; sq->two_fd[i].orig_fd != EMPTY; i++) { in add_squirrel_closed()
5691 if (fd == sq->two_fd[i].orig_fd) { in add_squirrel_closed()
5703 sq->two_fd[i].orig_fd = fd; in add_squirrel_closed()
5704 sq->two_fd[i].moved_to = CLOSED; in add_squirrel_closed()
5753 for (i = 0; sq->two_fd[i].orig_fd != EMPTY; i++) { in save_fd_on_redirect()
5755 if (fd == sq->two_fd[i].moved_to) { in save_fd_on_redirect()
5757 sq->two_fd[i].moved_to = new_fd; in save_fd_on_redirect()
5763 if (fd == sq->two_fd[i].orig_fd) { in save_fd_on_redirect()
5778 sq->two_fd[i].moved_to = new_fd; in save_fd_on_redirect()
[all …]