|
Jspice3
|
#include <math.h>

Go to the source code of this file.
Data Structures | |
| struct | mfbpc |
| struct | vga_cursor |
Macros | |
| #define | KBRD 1 /* keyboard arrow keys */ |
| #define | MSMOUSE 2 /* Microsoft mouse */ |
| #define | MMTAB 4 /* Seiko DT-3503 tablet in Summagraphics MM mode */ |
Typedefs | |
| typedef char * | vidmptr |
Functions | |
| void | ms_start () |
| void | ms_end () |
| int | ms_hreset () |
| void | ms_pointer_on () |
| void | ms_pointer_off () |
| void | ms_status () |
| void | ms_point () |
| void | dp_start () |
| void | dp_end () |
| void | dp_pointer_on () |
| void | dp_pointer_off () |
| void | dp_status () |
| void | dp_point () |
| Bool | makehpplot () |
| Bool | rasterize () |
| void | PrinterErrmsg () |
| Bool | PrinterPortStatus () |
| void | SetPrinterDevice () |
| void | vga_get_color () |
| void | vga_set_color () |
| void | vga_get_cblock () |
| void | vga_set_cblock () |
| void | vga_get_cpblock () |
| void | vga_set_cpblock () |
| void | mode_1_mark () |
| void | mode_2_mark () |
| void | mode_1_clear () |
| void | mode_2_clear () |
Variables | |
| char * | MFBRCD |
| char | mfb_trash |
| unsigned short | mfb_8X14font [] |
| char | dp_pointermap [] |
| unsigned short | mfb_chartab [] |
| struct mfbpc | pc |
| struct vga_cursor | vgacur |
| #define MMTAB 4 /* Seiko DT-3503 tablet in Summagraphics MM mode */ |
| void dp_end | ( | ) |
Definition at line 62 of file dpinterf.c.
| void dp_point | ( | ) |
| void dp_pointer_off | ( | ) |
Definition at line 87 of file dpinterf.c.
| void dp_pointer_on | ( | ) |
Definition at line 74 of file dpinterf.c.
| void dp_start | ( | ) |
| void dp_status | ( | ) |
| Bool makehpplot | ( | ) |
Definition at line 26 of file mkhpplot.c.
| void mode_1_clear | ( | ) |
| void mode_1_mark | ( | ) |
| void mode_2_clear | ( | ) |
| void mode_2_mark | ( | ) |
| void ms_end | ( | ) |
Definition at line 62 of file msinterf.c.
| int ms_hreset | ( | ) |
Definition at line 71 of file msinterf.c.
| void ms_point | ( | ) |
| void ms_pointer_off | ( | ) |
Definition at line 98 of file msinterf.c.
| void ms_pointer_on | ( | ) |
Definition at line 85 of file msinterf.c.
| void ms_start | ( | ) |
Definition at line 15 of file msinterf.c.
| void ms_status | ( | ) |
| void PrinterErrmsg | ( | ) |
| Bool PrinterPortStatus | ( | ) |
| Bool rasterize | ( | ) |
| void SetPrinterDevice | ( | ) |
| void vga_get_cblock | ( | ) |
| void vga_get_color | ( | ) |
| void vga_get_cpblock | ( | ) |
| void vga_set_cblock | ( | ) |
| void vga_set_color | ( | ) |
| void vga_set_cpblock | ( | ) |
| char dp_pointermap[] |
| unsigned short mfb_8X14font[] |
Definition at line 11 of file 8x14font.c.
| unsigned short mfb_chartab[] |
| char* MFBRCD |
| struct vga_cursor vgacur |
Definition at line 10 of file pointrmp.c.