/Users/brown170/Projects/Current/coral_msu_repo/trunk/src/coralutils/lex.yy.c File Reference

#include <stdio.h>

Include dependency graph for lex.yy.c:

Go to the source code of this file.

Classes

struct  yy_buffer_state

Defines

#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION   2
#define YY_FLEX_MINOR_VERSION   5
#define yyconst
#define YY_PROTO(proto)   ()
#define YY_NULL   0
#define YY_SC_TO_UI(c)   ((unsigned int) (unsigned char) c)
#define BEGIN   yy_start = 1 + 2 *
#define YY_START   ((yy_start - 1) / 2)
#define YYSTATE   YY_START
#define YY_STATE_EOF(state)   (YY_END_OF_BUFFER + state + 1)
#define YY_NEW_FILE   yyrestart( yyin )
#define YY_END_OF_BUFFER_CHAR   0
#define YY_BUF_SIZE   16384
#define EOB_ACT_CONTINUE_SCAN   0
#define EOB_ACT_END_OF_FILE   1
#define EOB_ACT_LAST_MATCH   2
#define yyless(n)
#define unput(c)   yyunput( c, yytext_ptr )
#define YY_BUFFER_NEW   0
#define YY_BUFFER_NORMAL   1
#define YY_BUFFER_EOF_PENDING   2
#define YY_CURRENT_BUFFER   yy_current_buffer
#define YY_FLUSH_BUFFER   yy_flush_buffer( yy_current_buffer )
#define yy_new_buffer   yy_create_buffer
#define yy_set_interactive(is_interactive)
#define yy_set_bol(at_bol)
#define YY_AT_BOL()   (yy_current_buffer->yy_at_bol)
#define yytext_ptr   yytext
#define YY_DO_BEFORE_ACTION
#define YY_NUM_RULES   7
#define YY_END_OF_BUFFER   8
#define REJECT   reject_used_but_not_detected
#define yymore()   yymore_used_but_not_detected
#define YY_MORE_ADJ   0
#define YY_RESTORE_YY_MORE_OFFSET
#define INITIAL   0
#define YY_NO_PUSH_STATE   1
#define YY_NO_POP_STATE   1
#define YY_NO_TOP_STATE   1
#define YY_READ_BUF_SIZE   8192
#define ECHO   (void) fwrite( yytext, yyleng, 1, yyout )
#define YY_INPUT(buf, result, max_size)
#define yyterminate()   return YY_NULL
#define YY_START_STACK_INCR   25
#define YY_FATAL_ERROR(msg)   yy_fatal_error( msg )
#define YY_DECL   int yylex YY_PROTO(( void ))
#define YY_BREAK   break;
#define YY_RULE_SETUP   YY_USER_ACTION
#define YY_EXIT_FAILURE   2
#define yyless(n)

Typedefs

typedef struct yy_buffer_stateYY_BUFFER_STATE
typedef unsigned int yy_size_t
typedef unsigned char YY_CHAR
typedef int yy_state_type

Functions

void yyrestart YY_PROTO ((FILE *input_file))
void yy_switch_to_buffer YY_PROTO ((YY_BUFFER_STATE new_buffer))
void yy_load_buffer_state YY_PROTO ((void))
YY_BUFFER_STATE yy_create_buffer YY_PROTO ((FILE *file, int size))
void yy_delete_buffer YY_PROTO ((YY_BUFFER_STATE b))
void yy_init_buffer YY_PROTO ((YY_BUFFER_STATE b, FILE *file))
YY_BUFFER_STATE yy_scan_buffer YY_PROTO ((char *base, yy_size_t size))
YY_BUFFER_STATE yy_scan_string YY_PROTO ((yyconst char *yy_str))
YY_BUFFER_STATE yy_scan_bytes YY_PROTO ((yyconst char *bytes, int len))
static void *yy_flex_alloc YY_PROTO ((yy_size_t))
static void *yy_flex_realloc YY_PROTO ((void *, yy_size_t))
static void yy_flex_free YY_PROTO ((void *))
static yy_state_type
yy_try_NUL_trans 
YY_PROTO ((yy_state_type current_state))
static void yy_fatal_error YY_PROTO ((yyconst char msg[]))
static void yyunput YY_PROTO ((int c, char *buf_ptr))
void yy_init_buffer (YY_BUFFER_STATE b, FILE *file)
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_string (yyconst char *yy_str)
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes, int len)
static void yy_fatal_error (msg)
static void * yy_flex_alloc (yy_size_t size)
static void * yy_flex_realloc (void *ptr, yy_size_t size)
static void yy_flex_free (void *ptr)
 main ()

Variables

int yyleng
FILE * yyin = (FILE *) 0
FILE * yyout = (FILE *) 0
static YY_BUFFER_STATE yy_current_buffer = 0
static char yy_hold_char
static int yy_n_chars
static char * yy_c_buf_p = (char *) 0
static int yy_init = 1
static int yy_start = 0
static int yy_did_buffer_switch_on_eof
char * yytext
static yyconst short int yy_accept [16]
static yyconst int yy_ec [256]
static yyconst int yy_meta [11]
static yyconst short int yy_base [17]
static yyconst short int yy_def [17]
static yyconst short int yy_nxt [30]
static yyconst short int yy_chk [30]
static yy_state_type yy_last_accepting_state
static char * yy_last_accepting_cpos
register char * yy_bp
int size


Define Documentation

#define BEGIN   yy_start = 1 + 2 *

Definition at line 79 of file lex.yy.c.

#define ECHO   (void) fwrite( yytext, yyleng, 1, yyout )

Definition at line 456 of file lex.yy.c.

#define EOB_ACT_CONTINUE_SCAN   0

Definition at line 104 of file lex.yy.c.

#define EOB_ACT_END_OF_FILE   1

Definition at line 105 of file lex.yy.c.

#define EOB_ACT_LAST_MATCH   2

Definition at line 106 of file lex.yy.c.

#define FLEX_SCANNER

Definition at line 7 of file lex.yy.c.

#define INITIAL   0

Definition at line 368 of file lex.yy.c.

#define REJECT   reject_used_but_not_detected

Definition at line 362 of file lex.yy.c.

#define unput (  )     yyunput( c, yytext_ptr )

Definition at line 135 of file lex.yy.c.

 
#define YY_AT_BOL (  )     (yy_current_buffer->yy_at_bol)

Definition at line 262 of file lex.yy.c.

#define YY_BREAK   break;

Definition at line 515 of file lex.yy.c.

#define YY_BUF_SIZE   16384

Definition at line 97 of file lex.yy.c.

#define YY_BUFFER_EOF_PENDING   2

Definition at line 198 of file lex.yy.c.

#define YY_BUFFER_NEW   0

Definition at line 186 of file lex.yy.c.

#define YY_BUFFER_NORMAL   1

Definition at line 187 of file lex.yy.c.

#define YY_CURRENT_BUFFER   yy_current_buffer

Definition at line 207 of file lex.yy.c.

#define YY_DECL   int yylex YY_PROTO(( void ))

Definition at line 503 of file lex.yy.c.

#define YY_DO_BEFORE_ACTION

Value:

yytext_ptr = yy_bp; \
        yyleng = (int) (yy_cp - yy_bp); \
        yy_hold_char = *yy_cp; \
        *yy_cp = '\0'; \
        yy_c_buf_p = yy_cp;

Definition at line 278 of file lex.yy.c.

#define YY_END_OF_BUFFER   8

Definition at line 286 of file lex.yy.c.

#define YY_END_OF_BUFFER_CHAR   0

Definition at line 94 of file lex.yy.c.

#define YY_EXIT_FAILURE   2

Definition at line 1416 of file lex.yy.c.

#define YY_FATAL_ERROR ( msg   )     yy_fatal_error( msg )

Definition at line 496 of file lex.yy.c.

#define YY_FLEX_MAJOR_VERSION   2

Definition at line 8 of file lex.yy.c.

#define YY_FLEX_MINOR_VERSION   5

Definition at line 9 of file lex.yy.c.

#define YY_FLUSH_BUFFER   yy_flush_buffer( yy_current_buffer )

Definition at line 236 of file lex.yy.c.

#define YY_INPUT ( buf,
result,
max_size   ) 

Value:

if ( yy_current_buffer->yy_is_interactive ) \
                { \
                int c = '*', n; \
                for ( n = 0; n < max_size && \
                             (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
                        buf[n] = (char) c; \
                if ( c == '\n' ) \
                        buf[n++] = (char) c; \
                if ( c == EOF && ferror( yyin ) ) \
                        YY_FATAL_ERROR( "input in flex scanner failed" ); \
                result = n; \
                } \
        else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
                  && ferror( yyin ) ) \
                YY_FATAL_ERROR( "input in flex scanner failed" );

Definition at line 463 of file lex.yy.c.

#define YY_MORE_ADJ   0

Definition at line 364 of file lex.yy.c.

#define yy_new_buffer   yy_create_buffer

Definition at line 246 of file lex.yy.c.

#define YY_NEW_FILE   yyrestart( yyin )

Definition at line 92 of file lex.yy.c.

#define YY_NO_POP_STATE   1

Definition at line 426 of file lex.yy.c.

#define YY_NO_PUSH_STATE   1

Definition at line 425 of file lex.yy.c.

#define YY_NO_TOP_STATE   1

Definition at line 427 of file lex.yy.c.

#define YY_NULL   0

Definition at line 66 of file lex.yy.c.

#define YY_NUM_RULES   7

Definition at line 285 of file lex.yy.c.

#define YY_PROTO ( proto   )     ()

Definition at line 62 of file lex.yy.c.

#define YY_READ_BUF_SIZE   8192

Definition at line 447 of file lex.yy.c.

#define YY_RESTORE_YY_MORE_OFFSET

Definition at line 365 of file lex.yy.c.

#define YY_RULE_SETUP   YY_USER_ACTION

Definition at line 518 of file lex.yy.c.

#define YY_SC_TO_UI (  )     ((unsigned int) (unsigned char) c)

Definition at line 73 of file lex.yy.c.

#define yy_set_bol ( at_bol   ) 

Value:

{ \
        if ( ! yy_current_buffer ) \
                yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
        yy_current_buffer->yy_at_bol = at_bol; \
        }

Definition at line 255 of file lex.yy.c.

#define yy_set_interactive ( is_interactive   ) 

Value:

{ \
        if ( ! yy_current_buffer ) \
                yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
        yy_current_buffer->yy_is_interactive = is_interactive; \
        }

Definition at line 248 of file lex.yy.c.

#define YY_START   ((yy_start - 1) / 2)

Definition at line 85 of file lex.yy.c.

#define YY_START_STACK_INCR   25

Definition at line 491 of file lex.yy.c.

#define YY_STATE_EOF ( state   )     (YY_END_OF_BUFFER + state + 1)

Definition at line 89 of file lex.yy.c.

#define yyconst

Definition at line 55 of file lex.yy.c.

#define yyless (  ) 

Value:

do \
                { \
                /* Undo effects of setting up yytext. */ \
                yytext[yyleng] = yy_hold_char; \
                yy_c_buf_p = yytext + n; \
                yy_hold_char = *yy_c_buf_p; \
                *yy_c_buf_p = '\0'; \
                yyleng = n; \
                } \
        while ( 0 )

Definition at line 1435 of file lex.yy.c.

#define yyless (  ) 

Value:

do \
                { \
                /* Undo effects of setting up yytext. */ \
                *yy_cp = yy_hold_char; \
                YY_RESTORE_YY_MORE_OFFSET \
                yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
                YY_DO_BEFORE_ACTION; /* set up yytext again */ \
                } \
        while ( 0 )

Definition at line 1435 of file lex.yy.c.

 
#define yymore (  )     yymore_used_but_not_detected

Definition at line 363 of file lex.yy.c.

#define YYSTATE   YY_START

Definition at line 86 of file lex.yy.c.

 
#define yyterminate (  )     return YY_NULL

Definition at line 486 of file lex.yy.c.

#define yytext_ptr   yytext

Definition at line 268 of file lex.yy.c.


Typedef Documentation

Definition at line 99 of file lex.yy.c.

typedef unsigned char YY_CHAR

Definition at line 264 of file lex.yy.c.

typedef unsigned int yy_size_t

Definition at line 141 of file lex.yy.c.

typedef int yy_state_type

Definition at line 266 of file lex.yy.c.


Function Documentation

main (  ) 

Definition at line 1531 of file lex.yy.c.

static void yy_fatal_error ( msg   )  [static]

Definition at line 1422 of file lex.yy.c.

static void* yy_flex_alloc ( yy_size_t  size  )  [static]

Definition at line 1486 of file lex.yy.c.

static void yy_flex_free ( void *  ptr  )  [static]

Definition at line 1514 of file lex.yy.c.

static void* yy_flex_realloc ( void *  ptr,
yy_size_t  size 
) [static]

Definition at line 1496 of file lex.yy.c.

void yy_flush_buffer ( YY_BUFFER_STATE  b  ) 

Definition at line 1242 of file lex.yy.c.

void yy_init_buffer ( YY_BUFFER_STATE  b,
FILE *  file 
)

Definition at line 1215 of file lex.yy.c.

static void yyunput YY_PROTO ( (int c, char *buf_ptr)   )  [static]

static void yy_fatal_error YY_PROTO ( (yyconst char msg[])   )  [static]

static yy_state_type yy_try_NUL_trans YY_PROTO ( (yy_state_type current_state)   )  [static]

static void yy_flex_free YY_PROTO ( (void *)   )  [static]

static void* yy_flex_realloc YY_PROTO ( (void *, yy_size_t  )  [static]

static void* yy_flex_alloc YY_PROTO ( (yy_size_t  )  [static]

YY_BUFFER_STATE yy_scan_bytes YY_PROTO ( (yyconst char *bytes, int len)   ) 

YY_BUFFER_STATE yy_scan_string YY_PROTO ( (yyconst char *yy_str)   ) 

YY_BUFFER_STATE yy_scan_buffer YY_PROTO ( (char *base, yy_size_t size  ) 

void yy_init_buffer YY_PROTO ( (YY_BUFFER_STATE b, FILE *file)   ) 

void yy_flush_buffer YY_PROTO ( (YY_BUFFER_STATE b)   ) 

YY_BUFFER_STATE yy_create_buffer YY_PROTO ( (FILE *file, int size  ) 

static int input YY_PROTO ( (void)   ) 

void yy_switch_to_buffer YY_PROTO ( (YY_BUFFER_STATE new_buffer)   ) 

void yyrestart YY_PROTO ( (FILE *input_file)   ) 

YY_BUFFER_STATE yy_scan_buffer ( char *  base,
yy_size_t  size 
)

Definition at line 1273 of file lex.yy.c.

YY_BUFFER_STATE yy_scan_bytes ( yyconst char *  bytes,
int  len 
)

Definition at line 1328 of file lex.yy.c.

YY_BUFFER_STATE yy_scan_string ( yyconst char *  yy_str  ) 

Definition at line 1311 of file lex.yy.c.


Variable Documentation

int size

Definition at line 1101 of file lex.yy.c.

yyconst short int yy_accept[16] [static]

Initial value:

    {   0,
        0,    0,    8,    6,    1,    5,    5,    5,    1,    5,
        3,    5,    2,    4,    0
    }

Definition at line 287 of file lex.yy.c.

yyconst short int yy_base[17] [static]

Initial value:

    {   0,
        0,    0,   18,   19,   15,    0,    3,    6,   13,    0,
        0,    8,    0,    0,   19,   11
    }

Definition at line 330 of file lex.yy.c.

register char* yy_bp

Definition at line 954 of file lex.yy.c.

char* yy_c_buf_p = (char *) 0 [static]

Definition at line 219 of file lex.yy.c.

yyconst short int yy_chk[30] [static]

Initial value:

    {   0,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        7,    7,   16,   12,    9,    8,    5,    3,   15,   15,
       15,   15,   15,   15,   15,   15,   15,   15,   15
    }

Definition at line 349 of file lex.yy.c.

Definition at line 201 of file lex.yy.c.

yyconst short int yy_def[17] [static]

Initial value:

    {   0,
       15,    1,   15,   15,   15,   16,   16,   16,   15,   16,
       16,   16,   16,   16,    0,   15
    }

Definition at line 336 of file lex.yy.c.

Definition at line 226 of file lex.yy.c.

yyconst int yy_ec[256] [static]

Definition at line 293 of file lex.yy.c.

char yy_hold_char [static]

Definition at line 211 of file lex.yy.c.

int yy_init = 1 [static]

Definition at line 220 of file lex.yy.c.

char* yy_last_accepting_cpos [static]

Definition at line 357 of file lex.yy.c.

Definition at line 356 of file lex.yy.c.

yyconst int yy_meta[11] [static]

Initial value:

    {   0,
        1,    1,    1,    2,    2,    2,    2,    2,    2,    2
    }

Definition at line 325 of file lex.yy.c.

int yy_n_chars [static]

Definition at line 213 of file lex.yy.c.

yyconst short int yy_nxt[30] [static]

Initial value:

    {   0,
        4,    5,    4,    6,    7,    6,    8,    6,    6,    6,
       11,   12,   10,   14,    9,   13,    9,   15,    3,   15,
       15,   15,   15,   15,   15,   15,   15,   15,   15
    }

Definition at line 342 of file lex.yy.c.

int yy_start = 0 [static]

Definition at line 221 of file lex.yy.c.

FILE * yyin = (FILE *) 0

Definition at line 265 of file lex.yy.c.

int yyleng

Definition at line 216 of file lex.yy.c.

FILE * yyout = (FILE *) 0

Definition at line 265 of file lex.yy.c.

char * yytext

Definition at line 366 of file lex.yy.c.


Generated on Fri Feb 6 13:30:16 2009 for CorAL by  doxygen 1.5.8