scanner.h File Reference

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

Include dependency graph for scanner.h:

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

Go to the source code of this file.

Classes

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   35
#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 yyin   yyg->yyin_r
#define yyout   yyg->yyout_r
#define yyextra   yyg->yyextra_r
#define yyleng   yyg->yyleng_r
#define yytext   yyg->yytext_r
#define yylineno   (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)
#define yycolumn   (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
#define yy_flex_debug   yyg->yy_flex_debug_r
#define YY_BUF_SIZE   16384
#define yywrap(n)   1
#define YY_SKIP_YYWRAP
#define yytext_ptr   yytext_r
#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 (yyscan_t yyscanner)

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 void * yyscan_t
typedef yy_buffer_stateYY_BUFFER_STATE
typedef size_t yy_size_t

Functions

void yyrestart (FILE *input_file, yyscan_t yyscanner)
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer, yyscan_t yyscanner)
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)
void yypush_buffer_state (YY_BUFFER_STATE new_buffer, yyscan_t yyscanner)
void yypop_buffer_state (yyscan_t yyscanner)
YY_BUFFER_STATE yy_scan_buffer (char *base, yy_size_t size, yyscan_t yyscanner)
YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str, yyscan_t yyscanner)
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes, int len, yyscan_t yyscanner)
void * yyalloc (yy_size_t, yyscan_t yyscanner)
void * yyrealloc (void *, yy_size_t, yyscan_t yyscanner)
void yyfree (void *, yyscan_t yyscanner)
int yylex_init (yyscan_t *scanner)
int yylex_init_extra (YY_EXTRA_TYPE user_defined, yyscan_t *scanner)
int yylex_destroy (yyscan_t yyscanner)
int yyget_debug (yyscan_t yyscanner)
void yyset_debug (int debug_flag, yyscan_t yyscanner)
YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner)
void yyset_extra (YY_EXTRA_TYPE user_defined, yyscan_t yyscanner)
FILE * yyget_in (yyscan_t yyscanner)
void yyset_in (FILE *in_str, yyscan_t yyscanner)
FILE * yyget_out (yyscan_t yyscanner)
void yyset_out (FILE *out_str, yyscan_t yyscanner)
int yyget_leng (yyscan_t yyscanner)
char * yyget_text (yyscan_t yyscanner)
int yyget_lineno (yyscan_t yyscanner)
void yyset_lineno (int line_number, yyscan_t yyscanner)
int yylex (yyscan_t yyscanner)


Define Documentation

#define FLEX_BETA

Definition at line 18 of file scanner.h.

#define FLEX_SCANNER

Definition at line 13 of file scanner.h.

#define INT16_MAX   (32767)

Definition at line 76 of file scanner.h.

#define INT16_MIN   (-32767-1)

Definition at line 67 of file scanner.h.

#define INT32_MAX   (2147483647)

Definition at line 79 of file scanner.h.

#define INT32_MIN   (-2147483647-1)

Definition at line 70 of file scanner.h.

#define INT8_MAX   (127)

Definition at line 73 of file scanner.h.

#define INT8_MIN   (-128)

Definition at line 64 of file scanner.h.

#define UINT16_MAX   (65535U)

Definition at line 85 of file scanner.h.

#define UINT32_MAX   (4294967295U)

Definition at line 88 of file scanner.h.

#define UINT8_MAX   (255U)

Definition at line 82 of file scanner.h.

#define YY_BUF_SIZE   16384

Definition at line 135 of file scanner.h.

#define YY_DECL   int yylex (yyscan_t yyscanner)

Definition at line 312 of file scanner.h.

#define YY_DECL_IS_OURS   1

Definition at line 308 of file scanner.h.

#define YY_EXTRA_TYPE   void *

Definition at line 234 of file scanner.h.

#define yy_flex_debug   yyg->yy_flex_debug_r

Definition at line 131 of file scanner.h.

#define YY_FLEX_MAJOR_VERSION   2

Definition at line 14 of file scanner.h.

#define YY_FLEX_MINOR_VERSION   5

Definition at line 15 of file scanner.h.

#define YY_FLEX_SUBMINOR_VERSION   35

Definition at line 16 of file scanner.h.

#define YY_INT_ALIGNED   short int

Definition at line 9 of file scanner.h.

#define YY_READ_BUF_SIZE   8192

Definition at line 296 of file scanner.h.

#define YY_SKIP_YYWRAP

Definition at line 216 of file scanner.h.

#define YY_START_STACK_INCR   25

Definition at line 301 of file scanner.h.

#define yycolumn   (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)

Definition at line 130 of file scanner.h.

#define yyconst

Definition at line 113 of file scanner.h.

#define yyextra   yyg->yyextra_r

Definition at line 126 of file scanner.h.

#define yyHEADER_H   1

Definition at line 2 of file scanner.h.

#define yyin   yyg->yyin_r

Definition at line 124 of file scanner.h.

#define yyIN_HEADER   1

Definition at line 3 of file scanner.h.

#define yyleng   yyg->yyleng_r

Definition at line 127 of file scanner.h.

#define yylineno   (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)

Definition at line 129 of file scanner.h.

#define yyout   yyg->yyout_r

Definition at line 125 of file scanner.h.

#define yytext   yyg->yytext_r

Definition at line 128 of file scanner.h.

#define yytext_ptr   yytext_r

Definition at line 218 of file scanner.h.

#define yywrap (  )     1

Definition at line 215 of file scanner.h.


Typedef Documentation

typedef short int flex_int16_t

Definition at line 56 of file scanner.h.

typedef int flex_int32_t

Definition at line 57 of file scanner.h.

typedef signed char flex_int8_t

Definition at line 55 of file scanner.h.

typedef unsigned short int flex_uint16_t

Definition at line 59 of file scanner.h.

typedef unsigned int flex_uint32_t

Definition at line 60 of file scanner.h.

typedef unsigned char flex_uint8_t

Definition at line 58 of file scanner.h.

typedef struct yy_buffer_state* YY_BUFFER_STATE

Definition at line 140 of file scanner.h.

typedef size_t yy_size_t

Definition at line 145 of file scanner.h.

typedef void* yyscan_t

Definition at line 119 of file scanner.h.


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  ) 

FILE* yyget_out ( yyscan_t  yyscanner  ) 

char* yyget_text ( yyscan_t  yyscanner  ) 

int yylex ( yyscan_t  yyscanner  ) 

int yylex_destroy ( yyscan_t  yyscanner  ) 

int yylex_init ( yyscan_t scanner  ) 

int yylex_init_extra ( YY_EXTRA_TYPE  user_defined,
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_out ( FILE *  out_str,
yyscan_t  yyscanner 
)


Generated on Mon May 21 01:42:13 2012 for Advanced Strategic Command by  doxygen 1.5.1