Searched refs:squirrel (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/shell/ |
D | hush.c | 7798 struct squirrel { struct 7805 static struct squirrel *append_squirrel(struct squirrel *sq, int i, int orig, int moved) in append_squirrel() argument 7814 static struct squirrel *add_squirrel(struct squirrel *sq, int fd, int avoid_fd) in add_squirrel() 7844 static struct squirrel *add_squirrel_closed(struct squirrel *sq, int fd) in add_squirrel_closed() 7871 static int save_fd_on_redirect(int fd, int avoid_fd, struct squirrel **sqp) in save_fd_on_redirect() 7940 static void restore_redirects(struct squirrel *sq) in restore_redirects() 7988 static int internally_opened_fd(int fd, struct squirrel *sq) in internally_opened_fd() 8009 static int setup_redirects(struct command *prog, struct squirrel **sqp) in setup_redirects() 9185 struct squirrel **sqp, in redirect_and_varexp_helper() 9209 struct squirrel *squirrel = NULL; in run_pipe() local [all …]
|
D | ash.c | 5670 struct squirrel { struct 5677 struct squirrel two_fd[]; argument
|