|
Ruby
1.9.3p448(2013-06-27revision41675)
|
#include <intern.h>
Data Fields | |
| int | argc |
| VALUE * | argv |
| const char * | prog |
| VALUE | options |
| VALUE | redirect_fds |
Definition at line 567 of file intern.h.
Referenced by pipe_open(), rb_exec_err(), rb_exec_fillarg(), rb_f_spawn(), rb_run_exec_options_err(), and rb_spawn_process().
Definition at line 568 of file intern.h.
Referenced by pipe_open(), rb_exec_err(), rb_exec_fillarg(), rb_f_spawn(), rb_run_exec_options_err(), and rb_spawn_process().
Definition at line 570 of file intern.h.
Referenced by rb_exec_arg_addopt(), rb_exec_arg_fixup(), rb_exec_arg_prepare(), rb_exec_fillarg(), rb_f_exec(), rb_run_exec_options_err(), and rb_spawn_process().
| const char* rb_exec_arg::prog |
Definition at line 569 of file intern.h.
Referenced by pipe_open_s(), pipe_open_v(), rb_check_argv(), rb_exec(), rb_exec_arg_init(), rb_exec_err(), rb_exec_fillarg(), rb_exec_getargs(), rb_f_exec(), rb_f_spawn(), rb_run_exec_options_err(), and rb_spawn_process().
Definition at line 571 of file intern.h.
Referenced by rb_exec_arg_fixup(), rb_run_exec_options_err(), and rb_spawn_process().
1.7.6.1