FreeBASIC  0.91.0
io_locate.c File Reference
#include "../fb.h"
#include "fb_private_console.h"
#include <go32.h>
#include <dpmi.h>
#include <sys/farptr.h>
Include dependency graph for io_locate.c:

Go to the source code of this file.

Functions

unsigned short fb_hSetCursorPos (int col, int row)
 
int fb_ConsoleLocate_BIOS (int row, int col, int cursor)
 
int fb_ConsoleLocate (int row, int col, int cursor)
 

Function Documentation

int fb_ConsoleLocate ( int  row,
int  col,
int  cursor 
)

Definition at line 71 of file io_locate.c.

Here is the caller graph for this function:

int fb_ConsoleLocate_BIOS ( int  row,
int  col,
int  cursor 
)

Definition at line 24 of file io_locate.c.

Here is the caller graph for this function:

unsigned short fb_hSetCursorPos ( int  col,
int  row 
)

Definition at line 10 of file io_locate.c.

Here is the caller graph for this function: