• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/bash-94.1.2/bash-3.2/

Lines Matching refs:fd_bitmap

152 static int time_command __P((COMMAND *, int, int, int, struct fd_bitmap *));
165 static int execute_simple_command __P((SIMPLE_COM *, int, int, int, struct fd_bitmap *));
167 static int execute_function __P((SHELL_VAR *, WORD_LIST *, int, struct fd_bitmap *, int, int));
170 REDIRECT *, struct fd_bitmap *, int));
175 struct fd_bitmap *,
178 int, int, int, struct fd_bitmap *, int));
182 static int execute_in_subshell __P((COMMAND *, int, int, int, struct fd_bitmap *));
184 static int execute_pipeline __P((COMMAND *, int, int, int, struct fd_bitmap *));
186 static int execute_connection __P((COMMAND *, int, int, int, struct fd_bitmap *));
253 struct fd_bitmap *current_fds_to_close = (struct fd_bitmap *)NULL;
260 struct fd_bitmap *
264 struct fd_bitmap *ret;
266 ret = (struct fd_bitmap *)xmalloc (sizeof (struct fd_bitmap));
282 struct fd_bitmap *fdbp;
290 struct fd_bitmap *fdbp;
343 struct fd_bitmap *bitmap;
346 current_fds_to_close = (struct fd_bitmap *)NULL;
497 struct fd_bitmap *fds_to_close;
1095 struct fd_bitmap *fds_to_close;
1203 struct fd_bitmap *fds_to_close;
1393 struct fd_bitmap *fds_to_close;
1397 struct fd_bitmap *fd_bitmap;
1439 /* We need fd_bitmap to be at least as big as fildes[0].
1446 fd_bitmap = new_fd_bitmap (new_bitmap_size);
1449 xbcopy ((char *)fds_to_close->bitmap, (char *)fd_bitmap->bitmap, fds_to_close->size);
1452 fd_bitmap->bitmap[fildes[0]] = 1;
1459 add_unwind_protect (dispose_fd_bitmap, fd_bitmap);
1460 add_unwind_protect (close_fd_bitmap, fd_bitmap);
1473 prev, fildes[1], fd_bitmap);
1481 dispose_fd_bitmap (fd_bitmap);
1506 struct fd_bitmap *fds_to_close;
2769 struct fd_bitmap *fds_to_close;
2881 current_fds_to_close = (struct fd_bitmap *)NULL;
3194 struct fd_bitmap *fds_to_close;
3400 struct fd_bitmap *bitmap;
3429 struct fd_bitmap *fds_to_close;
3519 struct fd_bitmap *fds_to_close;
3637 struct fd_bitmap *fds_to_close;