Ruby
1.9.3p429(2013-05-15revision40747)
|
#include <intern.h>
Data Fields | |
int | argc |
VALUE * | argv |
const char * | prog |
VALUE | options |
VALUE | redirect_fds |
int rb_exec_arg::argc |
Definition at line 566 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().
VALUE* rb_exec_arg::argv |
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().
VALUE rb_exec_arg::options |
Definition at line 569 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 568 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().
VALUE rb_exec_arg::redirect_fds |
Definition at line 570 of file intern.h.
Referenced by rb_exec_arg_fixup(), rb_run_exec_options_err(), and rb_spawn_process().