Public Attributes | |
| struct _LL * | prev |
| struct _LL * | next |
| char | FileName [1024] |
| FILE * | pFile |
Definition at line 78 of file unix/hostemu.cpp.
| char _LL::FileName |
Definition at line 82 of file unix/hostemu.cpp.
Referenced by GrxHost(), and Search_LL().
| struct _LL * _LL::next |
Definition at line 81 of file unix/hostemu.cpp.
Referenced by Delete_LL(), hostemu_unloader(), Insert_LL(), and Search_LL().
| FILE * _LL::pFile |
Definition at line 83 of file unix/hostemu.cpp.
Referenced by ExecIO_Read_To_Queue(), ExecIO_Read_To_Stem(), ExecIO_Write_From_Queue(), ExecIO_Write_From_Stem(), GrxHost(), and hostemu_unloader().
| struct _LL * _LL::prev |
Definition at line 80 of file unix/hostemu.cpp.
Referenced by Delete_LL(), and Insert_LL().