FreeBASIC  0.91.0
io_printbuff.c File Reference
#include "../fb.h"
#include "fb_private_console.h"
Include dependency graph for io_printbuff.c:

Go to the source code of this file.

Data Structures

struct  _fb_PrintInfo
 

Typedefs

typedef struct _fb_PrintInfo fb_PrintInfo
 

Functions

static void fb_hHookConScroll (fb_ConHooks *handle, int x1, int y1, int x2, int y2, int rows)
 
static int fb_hHookConWrite (fb_ConHooks *handle, const void *buffer, size_t length)
 
void fb_ConsolePrintBufferEx (const void *buffer, size_t len, int mask)
 
void fb_ConsolePrintBuffer (const char *buffer, int mask)
 

Typedef Documentation

typedef struct _fb_PrintInfo fb_PrintInfo

Function Documentation

void fb_ConsolePrintBuffer ( const char *  buffer,
int  mask 
)

Definition at line 259 of file io_printbuff.c.

Here is the call graph for this function:

void fb_ConsolePrintBufferEx ( const void *  buffer,
size_t  len,
int  mask 
)

Definition at line 140 of file io_printbuff.c.

Here is the call graph for this function:

static void fb_hHookConScroll ( fb_ConHooks handle,
int  x1,
int  y1,
int  x2,
int  y2,
int  rows 
)
static

Definition at line 15 of file io_printbuff.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static int fb_hHookConWrite ( fb_ConHooks handle,
const void *  buffer,
size_t  length 
)
static

Definition at line 105 of file io_printbuff.c.

Here is the caller graph for this function: