#include "../fb.h"
#include "fb_private_console.h"
#include <unistd.h>
#include <go32.h>
#include <dpmi.h>
#include <sys/farptr.h>
Go to the source code of this file.
|
static void | fb_hHookConScroll_BIOS (fb_ConHooks *handle, int x1, int y1, int x2, int y2, int rows) |
|
static int | fb_hHookConWrite_BIOS (fb_ConHooks *handle, const void *buffer, size_t length) |
|
static int | fb_hHookConWrite_MEM (fb_ConHooks *handle, const void *buffer, size_t length) |
|
unsigned long | fb_hGetPageAddr (int pg, int cols, int rows) |
|
static void | fb_ConsolePrintBufferEx_SCRN (const void *buffer, size_t len, int mask) |
|
static void | fb_ConsolePrintBufferEx_STDIO (const void *buffer, size_t len, int mask) |
|
void | fb_ConsolePrintBufferEx (const void *buffer, size_t len, int mask) |
|
void | fb_ConsolePrintBuffer (const char *buffer, int mask) |
|
void fb_ConsolePrintBuffer |
( |
const char * |
buffer, |
|
|
int |
mask |
|
) |
| |
void fb_ConsolePrintBufferEx |
( |
const void * |
buffer, |
|
|
size_t |
len, |
|
|
int |
mask |
|
) |
| |
static void fb_ConsolePrintBufferEx_SCRN |
( |
const void * |
buffer, |
|
|
size_t |
len, |
|
|
int |
mask |
|
) |
| |
|
static |
static void fb_ConsolePrintBufferEx_STDIO |
( |
const void * |
buffer, |
|
|
size_t |
len, |
|
|
int |
mask |
|
) |
| |
|
static |
unsigned long fb_hGetPageAddr |
( |
int |
pg, |
|
|
int |
cols, |
|
|
int |
rows |
|
) |
| |
static void fb_hHookConScroll_BIOS |
( |
fb_ConHooks * |
handle, |
|
|
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2, |
|
|
int |
rows |
|
) |
| |
|
static |
static int fb_hHookConWrite_BIOS |
( |
fb_ConHooks * |
handle, |
|
|
const void * |
buffer, |
|
|
size_t |
length |
|
) |
| |
|
static |
static int fb_hHookConWrite_MEM |
( |
fb_ConHooks * |
handle, |
|
|
const void * |
buffer, |
|
|
size_t |
length |
|
) |
| |
|
static |