|
Ruby
1.9.3p551(2014-11-13revision48407)
|
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().
1.8.14