Public Attributes | |
| void(* | RedrawScreenFunction )(void *) |
| void(* | PauseEnvFunction )(void *) |
| void(* | ContinueEnvFunction )(void *, int) |
| FILE * | BinaryFP |
| int(* | BeforeOpenFunction )(void *) |
| int(* | AfterOpenFunction )(void *) |
| jmp_buf * | jmpBuffer |
Definition at line 197 of file sysdep.c.
| void(* systemDependentData::RedrawScreenFunction)(void *) |
| void(* systemDependentData::PauseEnvFunction)(void *) |
| void(* systemDependentData::ContinueEnvFunction)(void *, int) |
| int(* systemDependentData::BeforeOpenFunction)(void *) |
| int(* systemDependentData::AfterOpenFunction)(void *) |
| jmp_buf* systemDependentData::jmpBuffer |
1.5.6