FreeBASIC  0.91.0
io_printbuff_wstr.c File Reference
#include "../fb.h"
#include "fb_private_console.h"
Include dependency graph for io_printbuff_wstr.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_ConsolePrintBufferWstrEx (const FB_WCHAR *buffer, size_t chars, int mask)
 
void fb_ConsolePrintBufferWstr (const FB_WCHAR *buffer, int mask)
 

Typedef Documentation

typedef struct _fb_PrintInfo fb_PrintInfo

Function Documentation

void fb_ConsolePrintBufferWstr ( const FB_WCHAR buffer,
int  mask 
)

Definition at line 271 of file io_printbuff_wstr.c.

Here is the call graph for this function:

void fb_ConsolePrintBufferWstrEx ( const FB_WCHAR buffer,
size_t  chars,
int  mask 
)

Definition at line 142 of file io_printbuff_wstr.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_wstr.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_wstr.c.

Here is the call graph for this function:

Here is the caller graph for this function: