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

Go to the source code of this file.

Functions

static int hReadChar (FB_INPUTCTX *ctx)
 
static int hUnreadChar (FB_INPUTCTX *ctx, int c)
 
static int hSkipWhiteSpc (FB_INPUTCTX *ctx)
 
static void hSkipDelimiter (FB_INPUTCTX *ctx, int c)
 
int fb_FileInputNextToken (char *buffer, ssize_t max_chars, int is_string, int *isfp)
 

Function Documentation

int fb_FileInputNextToken ( char *  buffer,
ssize_t  max_chars,
int  is_string,
int *  isfp 
)

Definition at line 90 of file file_input_tok.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static int hReadChar ( FB_INPUTCTX ctx)
static

Definition at line 5 of file file_input_tok.c.

Here is the call graph for this function:

static void hSkipDelimiter ( FB_INPUTCTX ctx,
int  c 
)
static

Definition at line 63 of file file_input_tok.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static int hSkipWhiteSpc ( FB_INPUTCTX ctx)
static

Definition at line 48 of file file_input_tok.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static int hUnreadChar ( FB_INPUTCTX ctx,
int  c 
)
static

Definition at line 28 of file file_input_tok.c.

Here is the call graph for this function:

Here is the caller graph for this function: