Ruby
1.9.3p484(2013-11-22revision43786)
|
Data Fields | |
int | master |
int | slave |
char * | slavename |
int | argc |
VALUE * | argv |
int child_info::argc |
Definition at line 144 of file pty.c.
Referenced by chfunc(), and establishShell().
VALUE* child_info::argv |
Definition at line 145 of file pty.c.
Referenced by chfunc(), and establishShell().
int child_info::master |
Definition at line 142 of file pty.c.
Referenced by chfunc(), and establishShell().
int child_info::slave |
Definition at line 142 of file pty.c.
Referenced by chfunc(), and establishShell().
char* child_info::slavename |
Definition at line 143 of file pty.c.
Referenced by chfunc(), and establishShell().