|
FORM v5.0.0-35-g6318119
|
#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 293 of file spectator.c.
| int PutInSpectator | ( | WORD * | term, |
| WORD | specnum | ||
| ) |
Definition at line 345 of file spectator.c.
| void FlushSpectators | ( | void | ) |
Definition at line 402 of file spectator.c.
| int CoCopySpectator | ( | UBYTE * | inp | ) |
Definition at line 459 of file spectator.c.
| WORD GetFromSpectator | ( | WORD * | term, |
| WORD | specnum | ||
| ) |
Definition at line 601 of file spectator.c.
| void ClearSpectators | ( | WORD | par | ) |
Definition at line 675 of file spectator.c.