|
FORM 4.3
|
#include "form3.h"Go to the source code of this file.
Functions | |
| int | CoCreateSpectator (UBYTE *inp) |
| int | CoToSpectator (UBYTE *inp) |
| int | CoRemoveSpectator (UBYTE *inp) |
| int | CoEmptySpectator (UBYTE *inp) |
| int | PutInSpectator (WORD *term, WORD specnum) |
| void | FlushSpectators (VOID) |
| int | CoCopySpectator (UBYTE *inp) |
| WORD | GetFromSpectator (WORD *term, WORD specnum) |
| void | ClearSpectators (WORD par) |
File contains the code for the spectator files and their control.
Definition in file spectator.c.
| int CoCreateSpectator | ( | UBYTE * | inp | ) |
Definition at line 89 of file spectator.c.
| int CoToSpectator | ( | UBYTE * | inp | ) |
Definition at line 181 of file spectator.c.
| int CoRemoveSpectator | ( | UBYTE * | inp | ) |
Definition at line 233 of file spectator.c.
| int CoEmptySpectator | ( | UBYTE * | inp | ) |
Definition at line 289 of file spectator.c.
| int PutInSpectator | ( | WORD * | term, |
| WORD | specnum ) |
Definition at line 341 of file spectator.c.
| void FlushSpectators | ( | VOID | ) |
Definition at line 398 of file spectator.c.
| int CoCopySpectator | ( | UBYTE * | inp | ) |
Definition at line 455 of file spectator.c.
| WORD GetFromSpectator | ( | WORD * | term, |
| WORD | specnum ) |
Definition at line 597 of file spectator.c.
| void ClearSpectators | ( | WORD | par | ) |
Definition at line 671 of file spectator.c.