src/sql/dmllex.h File Reference

#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>

Include dependency graph for dmllex.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  yy_buffer_state

Defines

#define yyHEADER_H   1
#define yyIN_HEADER   1
#define YY_INT_ALIGNED   short int
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION   2
#define YY_FLEX_MINOR_VERSION   5
#define YY_FLEX_SUBMINOR_VERSION   33
#define FLEX_BETA
#define INT8_MIN   (-128)
#define INT16_MIN   (-32767-1)
#define INT32_MIN   (-2147483647-1)
#define INT8_MAX   (127)
#define INT16_MAX   (32767)
#define INT32_MAX   (2147483647)
#define UINT8_MAX   (255U)
#define UINT16_MAX   (65535U)
#define UINT32_MAX   (4294967295U)
#define yyconst
#define YY_EXTRA_TYPE   void *
#define YY_READ_BUF_SIZE   8192
#define YY_START_STACK_INCR   25
#define YY_DECL_IS_OURS   1
#define YY_DECL   int yylex (void)

Typedefs

typedef signed char flex_int8_t
typedef short int flex_int16_t
typedef int flex_int32_t
typedef unsigned char flex_uint8_t
typedef unsigned short int flex_uint16_t
typedef unsigned int flex_uint32_t
typedef yy_buffer_stateYY_BUFFER_STATE
typedef unsigned int yy_size_t

Functions

void yyrestart (FILE *input_file)
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer)
YY_BUFFER_STATE yy_create_buffer (FILE *file, int size)
void yy_delete_buffer (YY_BUFFER_STATE b)
void yy_flush_buffer (YY_BUFFER_STATE b)
void yypush_buffer_state (YY_BUFFER_STATE new_buffer)
void yypop_buffer_state (void)
YY_BUFFER_STATE yy_scan_buffer (char *base, yy_size_t size)
YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str)
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes, int len)
void * yyalloc (yy_size_t)
void * yyrealloc (void *, yy_size_t)
void yyfree (void *)
int yywrap (void)
static void yy_flex_strncpy (char *, yyconst char *, int)
int yylex (void)

Variables

int yyleng
FILE * yyin
FILE * yyout
int yylineno
char yytext []


Define Documentation

#define FLEX_BETA

Definition at line 16 of file dmllex.h.

#define FLEX_SCANNER

Definition at line 11 of file dmllex.h.

#define INT16_MAX   (32767)

Definition at line 75 of file dmllex.h.

#define INT16_MIN   (-32767-1)

Definition at line 66 of file dmllex.h.

#define INT32_MAX   (2147483647)

Definition at line 78 of file dmllex.h.

#define INT32_MIN   (-2147483647-1)

Definition at line 69 of file dmllex.h.

#define INT8_MAX   (127)

Definition at line 72 of file dmllex.h.

#define INT8_MIN   (-128)

Definition at line 63 of file dmllex.h.

#define UINT16_MAX   (65535U)

Definition at line 84 of file dmllex.h.

#define UINT32_MAX   (4294967295U)

Definition at line 87 of file dmllex.h.

#define UINT8_MAX   (255U)

Definition at line 81 of file dmllex.h.

#define YY_DECL   int yylex (void)

Definition at line 263 of file dmllex.h.

#define YY_DECL_IS_OURS   1

Definition at line 259 of file dmllex.h.

#define YY_EXTRA_TYPE   void *

Definition at line 218 of file dmllex.h.

#define YY_FLEX_MAJOR_VERSION   2

Definition at line 12 of file dmllex.h.

#define YY_FLEX_MINOR_VERSION   5

Definition at line 13 of file dmllex.h.

#define YY_FLEX_SUBMINOR_VERSION   33

Definition at line 14 of file dmllex.h.

#define YY_INT_ALIGNED   short int

Definition at line 7 of file dmllex.h.

#define YY_READ_BUF_SIZE   8192

Definition at line 247 of file dmllex.h.

#define YY_START_STACK_INCR   25

Definition at line 252 of file dmllex.h.

#define yyconst

Definition at line 109 of file dmllex.h.

#define yyHEADER_H   1

Definition at line 2 of file dmllex.h.

#define yyIN_HEADER   1

Definition at line 3 of file dmllex.h.


Typedef Documentation

typedef short int flex_int16_t

Definition at line 54 of file dmllex.h.

typedef int flex_int32_t

Definition at line 55 of file dmllex.h.

typedef signed char flex_int8_t

Definition at line 53 of file dmllex.h.

typedef unsigned short int flex_uint16_t

Definition at line 57 of file dmllex.h.

typedef unsigned int flex_uint32_t

Definition at line 58 of file dmllex.h.

typedef unsigned char flex_uint8_t

Definition at line 56 of file dmllex.h.

typedef struct yy_buffer_state* YY_BUFFER_STATE

Definition at line 114 of file dmllex.h.

typedef unsigned int yy_size_t

Definition at line 128 of file dmllex.h.


Function Documentation

YY_BUFFER_STATE yy_create_buffer ( FILE *  file,
int  size 
)

void yy_delete_buffer ( YY_BUFFER_STATE  b  ) 

static void yy_flex_strncpy ( char *  ,
yyconst char *  ,
int   
) [static]

void yy_flush_buffer ( YY_BUFFER_STATE  b  ) 

YY_BUFFER_STATE yy_scan_buffer ( char *  base,
yy_size_t  size 
)

YY_BUFFER_STATE yy_scan_bytes ( yyconst char *  bytes,
int  len 
)

YY_BUFFER_STATE yy_scan_string ( yyconst char *  yy_str  ) 

void yy_switch_to_buffer ( YY_BUFFER_STATE  new_buffer  ) 

void* yyalloc ( yy_size_t   ) 

void yyfree ( void *   ) 

int yylex ( void   ) 

void yypop_buffer_state ( void   ) 

void yypush_buffer_state ( YY_BUFFER_STATE  new_buffer  ) 

void* yyrealloc ( void *  ,
yy_size_t   
)

void yyrestart ( FILE *  input_file  ) 

int yywrap ( void   ) 


Variable Documentation

FILE* yyin

Definition at line 265 of file dmllex.cxx.

int yyleng

Definition at line 216 of file dmllex.cxx.

int yylineno

FILE * yyout

Definition at line 265 of file dmllex.cxx.

char yytext[]


Generated on Mon Jun 9 22:37:50 2008 for csql by  doxygen 1.4.7