|
Jspice3
|

Go to the source code of this file.
Macros | |
| #define | MFBFORMAT MFBCurrent->strings |
| #define | NUMERRORS (sizeof(errors)/sizeof(struct err)) |
Functions | |
| MFBPutchar (char c) | |
| MFBPutstr (char *c, int n) | |
| int | MFBGetchar () |
| int | MFBUngetchar () |
| int | OldGetchar () |
| int | OldUngetchar () |
| int | MFBUpdate () |
| int | MFBFlushInput () |
| void | MFBAudio () |
| MFB * | MFBOpen (char *TerminalName, char *DeviceName, int *errorcode) |
| int | MFBInitialize () |
| int | MFBInitTTY () |
| int | MFBClose () |
| int | MFBHalt () |
| int | MFBPoint (int *x, int *y, int *key, int *button) |
| char * | MFBKeyboard (int x, int y, int background, int foreground) |
| char * | MFBError (int errnum) |
Variables | |
| static int | MFBsaveflg = 0 |
| static int | Oldsaveflg = 0 |
| struct err | errors [] |
| #define MFBFORMAT MFBCurrent->strings |
| char* MFBKeyboard | ( | int | x, |
| int | y, | ||
| int | background, | ||
| int | foreground | ||
| ) |
| MFB* MFBOpen | ( | char * | TerminalName, |
| char * | DeviceName, | ||
| int * | errorcode | ||
| ) |
Definition at line 294 of file mfbio.c.
| MFBPutchar | ( | char | c | ) |
Definition at line 121 of file mfbio.c.
| MFBPutstr | ( | char * | c, |
| int | n | ||
| ) |
Definition at line 135 of file mfbio.c.
| int MFBUngetchar | ( | ) |
| int OldUngetchar | ( | ) |
| struct err errors[] |