Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

lex.yy.cc File Reference

#include <stdio.h>
#include <errno.h>
#include "oep_types.h"
#include "oep_global.h"
#include <ctype.h>
#include "y.tab.hh"
#include <unistd.h>

Include dependency graph for lex.yy.cc:

Include dependency graph

Go to the source code of this file.

Compounds

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   28
#define YY_END_OF_BUFFER   29
#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_NEVER_INTERACTIVE   1
#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 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))
void *yy_flex_alloc YY_PROTO ((yy_size_t))
void *yy_flex_realloc YY_PROTO ((void *, yy_size_t))
void yy_flex_free YY_PROTO ((void *))
yy_state_type yy_try_NUL_trans YY_PROTO ((yy_state_type current_state))
void yy_fatal_error YY_PROTO ((yyconst char msg[]))
unsigned char oep_escape_reader (char *)
double oep_atof (char *)
long oep_atoi (char *, long)
void yyunput YY_PROTO ((int c, char *buf_ptr))

Variables

int yyleng
FILE * yyin = (FILE *) 0
FILE * yyout = (FILE *) 0
YY_BUFFER_STATE yy_current_buffer = 0
char yy_hold_char
int yy_n_chars
char * yy_c_buf_p = (char *) 0
int yy_init = 1
int yy_start = 0
int yy_did_buffer_switch_on_eof
char * yytext
yyconst short int yy_accept [194]
yyconst int yy_ec [256]
yyconst int yy_meta [56]
yyconst short int yy_base [198]
yyconst short int yy_def [198]
yyconst short int yy_nxt [339]
yyconst short int yy_chk [339]
yy_state_type yy_last_accepting_state
char * yy_last_accepting_cpos
register char * yy_bp
int size
FILE * file
int len


Define Documentation

#define BEGIN   yy_start = 1 + 2 *
 

Definition at line 88 of file lex.yy.cc.

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

Definition at line 660 of file lex.yy.cc.

#define EOB_ACT_CONTINUE_SCAN   0
 

Definition at line 113 of file lex.yy.cc.

#define EOB_ACT_END_OF_FILE   1
 

Definition at line 114 of file lex.yy.cc.

#define EOB_ACT_LAST_MATCH   2
 

Definition at line 115 of file lex.yy.cc.

#define FLEX_SCANNER
 

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

#define INITIAL   0
 

Definition at line 510 of file lex.yy.cc.

#define REJECT   reject_used_but_not_detected
 

Definition at line 504 of file lex.yy.cc.

#define unput      yyunput( c, yytext_ptr )
 

Definition at line 144 of file lex.yy.cc.

 
#define YY_AT_BOL      (yy_current_buffer->yy_at_bol)
 

Definition at line 271 of file lex.yy.cc.

#define YY_BREAK   break;
 

Definition at line 730 of file lex.yy.cc.

#define YY_BUF_SIZE   16384
 

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

#define YY_BUFFER_EOF_PENDING   2
 

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

#define YY_BUFFER_NEW   0
 

Definition at line 195 of file lex.yy.cc.

#define YY_BUFFER_NORMAL   1
 

Definition at line 196 of file lex.yy.cc.

#define YY_CURRENT_BUFFER   yy_current_buffer
 

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

#define YY_DECL   int yylex YY_PROTO(( void ))
 

Definition at line 718 of file lex.yy.cc.

#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 287 of file lex.yy.cc.

#define YY_END_OF_BUFFER   29
 

Definition at line 295 of file lex.yy.cc.

#define YY_END_OF_BUFFER_CHAR   0
 

Definition at line 103 of file lex.yy.cc.

#define YY_EXIT_FAILURE   2
 

#define YY_FATAL_ERROR msg       yy_fatal_error( msg )
 

Definition at line 711 of file lex.yy.cc.

#define YY_FLEX_MAJOR_VERSION   2
 

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

#define YY_FLEX_MINOR_VERSION   5
 

Definition at line 10 of file lex.yy.cc.

#define YY_FLUSH_BUFFER   yy_flush_buffer( yy_current_buffer )
 

Definition at line 245 of file lex.yy.cc.

#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 \
                { \
                errno=0; \
                while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
                        { \
                        if( errno != EINTR) \
                                { \
                                YY_FATAL_ERROR( "input in flex scanner failed" ); \
                                break; \
                                } \
                        errno=0; \
                        clearerr(yyin); \
                        } \
                }

Definition at line 667 of file lex.yy.cc.

#define YY_MORE_ADJ   0
 

Definition at line 506 of file lex.yy.cc.

#define YY_NEVER_INTERACTIVE   1
 

Definition at line 511 of file lex.yy.cc.

#define yy_new_buffer   yy_create_buffer
 

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

#define YY_NEW_FILE   yyrestart( yyin )
 

Definition at line 101 of file lex.yy.cc.

#define YY_NO_POP_STATE   1
 

Definition at line 630 of file lex.yy.cc.

#define YY_NO_PUSH_STATE   1
 

Definition at line 629 of file lex.yy.cc.

#define YY_NO_TOP_STATE   1
 

Definition at line 631 of file lex.yy.cc.

#define YY_NULL   0
 

Definition at line 75 of file lex.yy.cc.

#define YY_NUM_RULES   28
 

Definition at line 294 of file lex.yy.cc.

#define YY_PROTO proto       ()
 

Definition at line 71 of file lex.yy.cc.

#define YY_READ_BUF_SIZE   8192
 

Definition at line 651 of file lex.yy.cc.

#define YY_RESTORE_YY_MORE_OFFSET
 

Definition at line 507 of file lex.yy.cc.

#define YY_RULE_SETUP   YY_USER_ACTION
 

Definition at line 733 of file lex.yy.cc.

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

Definition at line 82 of file lex.yy.cc.

#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 264 of file lex.yy.cc.

#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 257 of file lex.yy.cc.

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

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

#define YY_START_STACK_INCR   25
 

Definition at line 706 of file lex.yy.cc.

#define YY_STATE_EOF state       (YY_END_OF_BUFFER + state + 1)
 

Definition at line 98 of file lex.yy.cc.

#define yyconst
 

Definition at line 64 of file lex.yy.cc.

#define yyless  
 

Value:

do \
                { \
                  \
                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 133 of file lex.yy.cc.

#define yyless  
 

Value:

do \
                { \
                  \
                *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;   \
                } \
        while ( 0 )

Definition at line 133 of file lex.yy.cc.

 
#define yymore      yymore_used_but_not_detected
 

Definition at line 505 of file lex.yy.cc.

#define YYSTATE   YY_START
 

Definition at line 95 of file lex.yy.cc.

 
#define yyterminate      return YY_NULL
 

Definition at line 701 of file lex.yy.cc.

#define yytext_ptr   yytext
 

Definition at line 277 of file lex.yy.cc.


Typedef Documentation

typedef struct yy_buffer_state* YY_BUFFER_STATE
 

Definition at line 108 of file lex.yy.cc.

typedef unsigned char YY_CHAR
 

Definition at line 273 of file lex.yy.cc.

typedef unsigned int yy_size_t
 

Definition at line 150 of file lex.yy.cc.

typedef int yy_state_type
 

Definition at line 275 of file lex.yy.cc.


Function Documentation

double oep_atof char *    [static]
 

long oep_atoi char *   ,
long   
[static]
 

unsigned char oep_escape_reader char *    [static]
 

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

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

yy_state_type yy_try_NUL_trans YY_PROTO (yy_state_type current_state)    [static]
 

void yy_flex_free YY_PROTO (void *)    [static]
 

void* yy_flex_realloc YY_PROTO (void *, yy_size_t   [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  
 

int input YY_PROTO (void)   
 

void yy_switch_to_buffer YY_PROTO (YY_BUFFER_STATE new_buffer)   
 

void yyrestart YY_PROTO (FILE *input_file)   
 


Variable Documentation

FILE* file
 

Definition at line 1593 of file lex.yy.cc.

Referenced by main(), and OmniEvents::omniEventsLog::omniEventsLog().

int len
 

Definition at line 1706 of file lex.yy.cc.

Referenced by gethostname(), and OmniEvents::omniEventsLog::setFilename().

yy_size_t size
 

Definition at line 1874 of file lex.yy.cc.

Referenced by OmniEvents::EventQueue::EventQueue().

yyconst short int yy_accept[194] [static]
 

Initial value:

    {   0,
       21,   21,   29,   27,   25,   26,   27,   27,   21,   27,
       19,   17,   21,   21,   21,   21,   21,   21,   21,   21,
       21,   21,   21,   25,    0,   20,    0,   19,   17,   21,
       24,    0,   19,   21,   17,   21,   21,   21,   21,   21,
       21,   21,   21,   21,   21,   21,   21,   21,   19,    0,
       17,    0,   23,   18,   21,   10,   11,   21,   21,   21,
       21,   21,   21,   21,   21,   21,   21,   18,   21,   22,
       21,   21,    9,   21,   15,   21,   21,   21,   21,   21,
       16,   22,   21,   21,   21,   21,   21,   21,   21,   21,
       21,   21,   21,   21,   21,   21,   21,   21,   21,   21,

       21,   21,   21,   21,   21,   21,   21,   21,   21,   21,
       21,   21,   21,   21,   21,   21,   21,   21,   21,   21,
       21,   21,   21,   21,   21,   21,   21,   21,   21,   21,
       21,   21,   21,   21,   21,   21,   21,   21,   21,   21,
       21,   21,   21,   21,   21,   21,   21,   21,   21,   21,
       21,   21,   21,   21,   21,   21,   21,    2,   21,   21,
       21,   21,   21,   21,   21,   21,   21,    3,   21,   21,
       21,   21,    4,   21,   13,   21,    1,   21,   21,   21,
       21,   21,   12,    8,    7,    6,    5,   21,   21,   21,
       21,   14,    0

    }

Definition at line 296 of file lex.yy.cc.

yyconst short int yy_base[198] [static]
 

Initial value:

    {   0,
        0,    0,  282,  283,  279,  283,   52,   48,    0,   55,
       52,   55,  243,  253,  261,  264,   41,  227,   27,  222,
      231,  219,  220,  269,   64,  283,  267,   61,   66,    0,
      283,  266,   69,  107,   71,  224,  238,  231,  231,  235,
      240,  210,  224,  214,  218,  214,  202,  208,   74,    0,
       80,  252,  283,    0,  204,  241,    0,   68,  221,  228,
      209,  203,  198,  201,    0,  219,  197,    0,  203,   92,
      210,  210,    0,  212,    0,  194,  187,  187,  185,  192,
        0,   98,  218,  217,  216,  191,  186,  215,   43,  186,
      203,  195,  195,  181,  183,  181,  178,  179,  179,  188,

      201,  188,  198,  166,  177,   82,   83,  164,  182,  188,
      175,  172,  195,  161,  159,  153,  157,  151,  189,  174,
      183,  172,  159,  157,  150,  149,  146,  147,  144,  151,
      173,  164,  171,  136,  141,  144,  134,  135,  132,  133,
      135,  150,  159,  148,  129,  132,  130,  121,  128,  119,
      126,  126,  153,  136,  145,  116,  118,    0,  118,  119,
      116,  117,  113,  132,  137,  117,   87,    0,  100,   99,
       93,   87,    0,  102,    0,  110,    0,   70,   65,   62,
       61,   75,    0,    0,    0,    0,    0,   72,   75,   77,
       63,    0,  283,  148,  150,  153,   69

    }

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

register char* yy_bp
 

Definition at line 1357 of file lex.yy.cc.

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

Definition at line 228 of file lex.yy.cc.

yyconst short int yy_chk[339] [static]
 

Definition at line 457 of file lex.yy.cc.

YY_BUFFER_STATE yy_current_buffer = 0 [static]
 

Definition at line 210 of file lex.yy.cc.

yyconst short int yy_def[198] [static]
 

Initial value:

    {   0,
      193,    1,  193,  193,  193,  193,  194,  193,  195,  193,
      195,  195,  195,  195,  195,  195,  195,  195,  195,  195,
      195,  195,  195,  193,  194,  193,  194,  193,  193,  195,
      193,  196,  195,  195,  195,  195,  195,  195,  195,  195,
      195,  195,  195,  195,  195,  195,  195,  195,  193,  197,
      193,  196,  193,   34,  195,  195,  195,  195,  195,  195,
      195,  195,  195,  195,  195,  195,  195,  197,  195,  193,
      195,  195,  195,  195,  195,  195,  195,  195,  195,  195,
      195,  193,  195,  195,  195,  195,  195,  195,  195,  195,
      195,  195,  195,  195,  195,  195,  195,  195,  195,  195,

      195,  195,  195,  195,  195,  195,  195,  195,  195,  195,
      195,  195,  195,  195,  195,  195,  195,  195,  195,  195,
      195,  195,  195,  195,  195,  195,  195,  195,  195,  195,
      195,  195,  195,  195,  195,  195,  195,  195,  195,  195,
      195,  195,  195,  195,  195,  195,  195,  195,  195,  195,
      195,  195,  195,  195,  195,  195,  195,  195,  195,  195,
      195,  195,  195,  195,  195,  195,  195,  195,  195,  195,
      195,  195,  195,  195,  195,  195,  195,  195,  195,  195,
      195,  195,  195,  195,  195,  195,  195,  195,  195,  195,
      195,  195,    0,  193,  193,  193,  193

    }

Definition at line 390 of file lex.yy.cc.

int yy_did_buffer_switch_on_eof [static]
 

Definition at line 235 of file lex.yy.cc.

yyconst int yy_ec[256] [static]
 

Definition at line 322 of file lex.yy.cc.

char yy_hold_char [static]
 

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

int yy_init = 1 [static]
 

Definition at line 229 of file lex.yy.cc.

char* yy_last_accepting_cpos [static]
 

Definition at line 499 of file lex.yy.cc.

yy_state_type yy_last_accepting_state [static]
 

Definition at line 498 of file lex.yy.cc.

yyconst int yy_meta[56] [static]
 

Initial value:

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

Definition at line 354 of file lex.yy.cc.

int yy_n_chars [static]
 

Definition at line 222 of file lex.yy.cc.

yyconst short int yy_nxt[339] [static]
 

Definition at line 416 of file lex.yy.cc.

int yy_start = 0 [static]
 

Definition at line 230 of file lex.yy.cc.

FILE* yyin = (FILE *) 0
 

Definition at line 274 of file lex.yy.cc.

int yyleng
 

Definition at line 225 of file lex.yy.cc.

FILE * yyout = (FILE *) 0
 

Definition at line 274 of file lex.yy.cc.

char * yytext
 

Definition at line 508 of file lex.yy.cc.


Generated on Fri Dec 12 10:53:06 2003 for OmniEvents by doxygen1.2.15