Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

ftp_lexer.h File Reference


Classes

struct  yy_buffer_state

Defines

#define FLEX_BETA
#define FLEX_SCANNER
#define INT16_MAX   (32767)
#define INT16_MIN   (-32767-1)
#define INT32_MAX   (2147483647)
#define INT32_MIN   (-2147483647-1)
#define INT8_MAX   (127)
#define INT8_MIN   (-128)
#define UINT16_MAX   (65535U)
#define UINT32_MAX   (4294967295U)
#define UINT8_MAX   (255U)
#define YY_DECL
#define YY_DECL_IS_OURS   1
#define YY_EXTRA_TYPE   void *
#define yy_flex_debug   yyg->yy_flex_debug_r
#define YY_FLEX_MAJOR_VERSION   2
#define YY_FLEX_MINOR_VERSION   5
#define YY_FLEX_SUBMINOR_VERSION   33
#define YY_INT_ALIGNED   short int
#define YY_READ_BUF_SIZE   8192
#define YY_SKIP_YYWRAP
#define YY_START_STACK_INCR   25
#define yycolumn   (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
#define yyconst
#define yyextra   yyg->yyextra_r
#define yyHEADER_H   1
#define yyin   yyg->yyin_r
#define yyIN_HEADER   1
#define yyleng   yyg->yyleng_r
#define yylineno   (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)
#define yyout   yyg->yyout_r
#define yytext   yyg->yytext_r
#define yytext_ptr   yytext_r
#define yywrap(n)   1

Typedefs

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

Functions

YY_BUFFER_STATE yy_create_buffer (FILE *file, int size, yyscan_t yyscanner)
void yy_delete_buffer (YY_BUFFER_STATE b, yyscan_t yyscanner)
void yy_flush_buffer (YY_BUFFER_STATE b, yyscan_t yyscanner)
YY_BUFFER_STATE yy_scan_buffer (char *base, yy_size_t size, yyscan_t yyscanner)
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes, int len, yyscan_t yyscanner)
YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str, yyscan_t yyscanner)
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer, yyscan_t yyscanner)
void * yyalloc (yy_size_t, yyscan_t yyscanner)
void yyfree (void *, yyscan_t yyscanner)
int yyget_debug (yyscan_t yyscanner)
YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner)
FILE * yyget_in (yyscan_t yyscanner)
int yyget_leng (yyscan_t yyscanner)
int yyget_lineno (yyscan_t yyscanner)
YYLTYPEyyget_lloc (yyscan_t yyscanner)
YYSTYPEyyget_lval (yyscan_t yyscanner)
FILE * yyget_out (yyscan_t yyscanner)
char * yyget_text (yyscan_t yyscanner)
int yylex (YYSTYPE *yylval_param, YYLTYPE *yylloc_param, yyscan_t yyscanner)
int yylex_destroy (yyscan_t yyscanner)
int yylex_init (yyscan_t *scanner)
void yypop_buffer_state (yyscan_t yyscanner)
void yypush_buffer_state (YY_BUFFER_STATE new_buffer, yyscan_t yyscanner)
void * yyrealloc (void *, yy_size_t, yyscan_t yyscanner)
void yyrestart (FILE *input_file, yyscan_t yyscanner)
void yyset_debug (int debug_flag, yyscan_t yyscanner)
void yyset_extra (YY_EXTRA_TYPE user_defined, yyscan_t yyscanner)
void yyset_in (FILE *in_str, yyscan_t yyscanner)
void yyset_lineno (int line_number, yyscan_t yyscanner)
void yyset_lloc (YYLTYPE *yylloc_param, yyscan_t yyscanner)
void yyset_lval (YYSTYPE *yylval_param, yyscan_t yyscanner)
void yyset_out (FILE *out_str, yyscan_t yyscanner)

Define Documentation

#define FLEX_BETA
 

#define FLEX_SCANNER
 

#define INT16_MAX   (32767)
 

#define INT16_MIN   (-32767-1)
 

#define INT32_MAX   (2147483647)
 

#define INT32_MIN   (-2147483647-1)
 

#define INT8_MAX   (127)
 

#define INT8_MIN   (-128)
 

#define UINT16_MAX   (65535U)
 

#define UINT32_MAX   (4294967295U)
 

#define UINT8_MAX   (255U)
 

#define YY_DECL
 

Value:

int yylex \
               (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)

#define YY_DECL_IS_OURS   1
 

#define YY_EXTRA_TYPE   void *
 

#define yy_flex_debug   yyg->yy_flex_debug_r
 

#define YY_FLEX_MAJOR_VERSION   2
 

#define YY_FLEX_MINOR_VERSION   5
 

#define YY_FLEX_SUBMINOR_VERSION   33
 

#define YY_INT_ALIGNED   short int
 

#define YY_READ_BUF_SIZE   8192
 

#define YY_SKIP_YYWRAP
 

#define YY_START_STACK_INCR   25
 

#define yycolumn   (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
 

#define yyconst
 

#define yyextra   yyg->yyextra_r
 

#define yyHEADER_H   1
 

#define yyin   yyg->yyin_r
 

#define yyIN_HEADER   1
 

#define yyleng   yyg->yyleng_r
 

#define yylineno   (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)
 

#define yyout   yyg->yyout_r
 

#define yytext   yyg->yytext_r
 

#define yytext_ptr   yytext_r
 

#define yywrap  )     1
 


Typedef Documentation

typedef short int flex_int16_t
 

typedef int flex_int32_t
 

typedef signed char flex_int8_t
 

typedef unsigned short int flex_uint16_t
 

typedef unsigned int flex_uint32_t
 

typedef unsigned char flex_uint8_t
 

typedef struct yy_buffer_state* YY_BUFFER_STATE
 

typedef unsigned int yy_size_t
 

typedef void* yyscan_t
 


Function Documentation

YY_BUFFER_STATE yy_create_buffer FILE *  file,
int  size,
yyscan_t  yyscanner
 

void yy_delete_buffer YY_BUFFER_STATE  b,
yyscan_t  yyscanner
 

void yy_flush_buffer YY_BUFFER_STATE  b,
yyscan_t  yyscanner
 

YY_BUFFER_STATE yy_scan_buffer char *  base,
yy_size_t  size,
yyscan_t  yyscanner
 

YY_BUFFER_STATE yy_scan_bytes yyconst char *  bytes,
int  len,
yyscan_t  yyscanner
 

YY_BUFFER_STATE yy_scan_string yyconst char *  yy_str,
yyscan_t  yyscanner
 

void yy_switch_to_buffer YY_BUFFER_STATE  new_buffer,
yyscan_t  yyscanner
 

void* yyalloc yy_size_t  ,
yyscan_t  yyscanner
 

void yyfree void *  ,
yyscan_t  yyscanner
 

int yyget_debug yyscan_t  yyscanner  ) 
 

YY_EXTRA_TYPE yyget_extra yyscan_t  yyscanner  ) 
 

FILE* yyget_in yyscan_t  yyscanner  ) 
 

int yyget_leng yyscan_t  yyscanner  ) 
 

int yyget_lineno yyscan_t  yyscanner  ) 
 

YYLTYPE* yyget_lloc yyscan_t  yyscanner  ) 
 

YYSTYPE* yyget_lval yyscan_t  yyscanner  ) 
 

FILE* yyget_out yyscan_t  yyscanner  ) 
 

char* yyget_text yyscan_t  yyscanner  ) 
 

int yylex YYSTYPE yylval_param,
YYLTYPE yylloc_param,
yyscan_t  yyscanner
 

int yylex_destroy yyscan_t  yyscanner  ) 
 

int yylex_init yyscan_t scanner  ) 
 

void yypop_buffer_state yyscan_t  yyscanner  ) 
 

void yypush_buffer_state YY_BUFFER_STATE  new_buffer,
yyscan_t  yyscanner
 

void* yyrealloc void *  ,
yy_size_t  ,
yyscan_t  yyscanner
 

void yyrestart FILE *  input_file,
yyscan_t  yyscanner
 

void yyset_debug int  debug_flag,
yyscan_t  yyscanner
 

void yyset_extra YY_EXTRA_TYPE  user_defined,
yyscan_t  yyscanner
 

void yyset_in FILE *  in_str,
yyscan_t  yyscanner
 

void yyset_lineno int  line_number,
yyscan_t  yyscanner
 

void yyset_lloc YYLTYPE yylloc_param,
yyscan_t  yyscanner
 

void yyset_lval YYSTYPE yylval_param,
yyscan_t  yyscanner
 

void yyset_out FILE *  out_str,
yyscan_t  yyscanner
 


Generated on Thu May 1 12:40:58 2008 for MyServer by  doxygen 1.3.9.1