Otawa  0.10
util_fft_lexer.cc File Reference
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <otawa/util/FlowFactLoader.h>
#include <otawa/dfa/State.h>
#include "util_fft_parser.h"
#include <unistd.h>

Namespaces

 otawa
 $Id$ Copyright (c) 2007, IRIT - UPS casse.nosp@m.@iri.nosp@m.t.fr
 

Macros

#define YY_INT_ALIGNED   short int
 
#define yy_create_buffer   util_fft__create_buffer
 
#define yy_delete_buffer   util_fft__delete_buffer
 
#define yy_flex_debug   util_fft__flex_debug
 
#define yy_init_buffer   util_fft__init_buffer
 
#define yy_flush_buffer   util_fft__flush_buffer
 
#define yy_load_buffer_state   util_fft__load_buffer_state
 
#define yy_switch_to_buffer   util_fft__switch_to_buffer
 
#define yyin   util_fft_in
 
#define yyleng   util_fft_leng
 
#define yylex   util_fft_lex
 
#define yylineno   util_fft_lineno
 
#define yyout   util_fft_out
 
#define yyrestart   util_fft_restart
 
#define yytext   util_fft_text
 
#define yywrap   util_fft_wrap
 
#define yyalloc   util_fft_alloc
 
#define yyrealloc   util_fft_realloc
 
#define yyfree   util_fft_free
 
#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 FLEXINT_H
 
#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_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   util_fft_restart(util_fft_in )
 
#define YY_END_OF_BUFFER_CHAR   0
 
#define YY_BUF_SIZE   16384
 
#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
 
#define YY_TYPEDEF_YY_BUFFER_STATE
 
#define EOB_ACT_CONTINUE_SCAN   0
 
#define EOB_ACT_END_OF_FILE   1
 
#define EOB_ACT_LAST_MATCH   2
 
#define YY_LESS_LINENO(n)
 
#define yyless(n)
 
#define unput(c)   yyunput( c, (yytext_ptr) )
 
#define YY_TYPEDEF_YY_SIZE_T
 
#define YY_STRUCT_YY_BUFFER_STATE
 
#define YY_BUFFER_NEW   0
 
#define YY_BUFFER_NORMAL   1
 
#define YY_BUFFER_EOF_PENDING   2
 
#define YY_CURRENT_BUFFER
 
#define YY_CURRENT_BUFFER_LVALUE   (yy_buffer_stack)[(yy_buffer_stack_top)]
 
#define YY_FLUSH_BUFFER   util_fft__flush_buffer(YY_CURRENT_BUFFER )
 
#define yy_new_buffer   util_fft__create_buffer
 
#define yy_set_interactive(is_interactive)
 
#define yy_set_bol(at_bol)
 
#define YY_AT_BOL()   (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
 
#define util_fft_wrap(n)   1
 
#define YY_SKIP_YYWRAP
 
#define yytext_ptr   util_fft_text
 
#define YY_DO_BEFORE_ACTION
 
#define YY_NUM_RULES   59
 
#define YY_END_OF_BUFFER   60
 
#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 ECOM   1
 
#define TCOM   2
 
#define STR   3
 
#define YY_EXTRA_TYPE   void *
 
#define YY_READ_BUF_SIZE   8192
 
#define ECHO   do { if (fwrite( util_fft_text, util_fft_leng, 1, util_fft_out )) {} } while (0)
 
#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_IS_OURS   1
 
#define YY_DECL   int util_fft_lex (void)
 
#define YY_USER_ACTION
 
#define YY_BREAK   break;
 
#define YY_RULE_SETUP   YY_USER_ACTION
 
#define YY_EXIT_FAILURE   2
 
#define yyless(n)
 
#define YYTABLES_NAME   "yytables"
 

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 struct yy_buffer_state * YY_BUFFER_STATE
 
typedef size_t yy_size_t
 
typedef unsigned char YY_CHAR
 
typedef int yy_state_type
 

Functions

void util_fft_restart (FILE *input_file)
 Immediately switch to a different input stream. More...
 
void util_fft__switch_to_buffer (YY_BUFFER_STATE new_buffer)
 Switch to a different input buffer. More...
 
YY_BUFFER_STATE util_fft__create_buffer (FILE *file, int size)
 Allocate and initialize an input buffer state. More...
 
void util_fft__delete_buffer (YY_BUFFER_STATE b)
 Destroy the buffer. More...
 
void util_fft__flush_buffer (YY_BUFFER_STATE b)
 Discard all buffered characters. More...
 
void util_fft_push_buffer_state (YY_BUFFER_STATE new_buffer)
 Pushes the new state onto the stack. More...
 
void util_fft_pop_buffer_state (void)
 Removes and deletes the top of the stack, if present. More...
 
YY_BUFFER_STATE util_fft__scan_buffer (char *base, yy_size_t size)
 Setup the input buffer state to scan directly from a user-specified character buffer. More...
 
YY_BUFFER_STATE util_fft__scan_string (yyconst char *yystr)
 Setup the input buffer state to scan a string. More...
 
YY_BUFFER_STATE util_fft__scan_bytes (yyconst char *yybytes, int _yybytes_len)
 Setup the input buffer state to scan the given bytes. More...
 
void * util_fft_alloc (yy_size_t)
 
void * util_fft_realloc (void *, yy_size_t)
 
void util_fft_free (void *)
 
int util_fft_lex_destroy (void)
 
int util_fft_get_debug (void)
 
void util_fft_set_debug (int debug_flag)
 
YY_EXTRA_TYPE util_fft_get_extra (void)
 
void util_fft_set_extra (YY_EXTRA_TYPE user_defined)
 
FILE * util_fft_get_in (void)
 Get the input stream. More...
 
void util_fft_set_in (FILE *in_str)
 Set the input stream. More...
 
FILE * util_fft_get_out (void)
 Get the output stream. More...
 
void util_fft_set_out (FILE *out_str)
 
int util_fft_get_leng (void)
 Get the length of the current token. More...
 
char * util_fft_get_text (void)
 Get the current token. More...
 
int util_fft_get_lineno (void)
 Get the current line number. More...
 
void util_fft_set_lineno (int line_number)
 Set the current line number. More...
 
int util_fft_lex (void)
 
 if (!(yy_init))
 
 while (1)
 
int isatty (int)
 

Variables

int util_fft_leng
 
FILE * util_fft_in = (FILE *) 0
 
FILE * util_fft_out = (FILE *) 0
 
int util_fft_lineno = 1
 
char * util_fft_text
 
int util_fft__flex_debug = 0
 
elm::StringBuffer buf
 
int otawa::fft_line = 0
 
 YY_DECL
 The main scanner function which does all the work. More...
 
register char * yy_cp
 
register char * yy_bp
 
register int yy_act
 

Macro Definition Documentation

#define BEGIN   (yy_start) = 1 + 2 *

Referenced by while().

#define ECHO   do { if (fwrite( util_fft_text, util_fft_leng, 1, util_fft_out )) {} } while (0)

Referenced by while().

#define ECOM   1

Referenced by while().

#define EOB_ACT_CONTINUE_SCAN   0

Referenced by while().

#define EOB_ACT_END_OF_FILE   1

Referenced by while().

#define EOB_ACT_LAST_MATCH   2

Referenced by while().

#define FLEX_BETA
#define FLEX_SCANNER
#define FLEXINT_H
#define INITIAL   0

Referenced by while().

#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 REJECT   reject_used_but_not_detected
#define STR   3

Referenced by while().

#define TCOM   2

Referenced by while().

#define UINT16_MAX   (65535U)
#define UINT32_MAX   (4294967295U)
#define UINT8_MAX   (255U)
#define unput (   c)    yyunput( c, (yytext_ptr) )
#define util_fft_wrap (   n)    1

Referenced by while().

#define YY_AT_BOL ( )    (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
#define YY_BREAK   break;

Referenced by while().

#define YY_BUF_SIZE   16384

Referenced by if(), and util_fft_restart().

#define YY_BUFFER_EOF_PENDING   2
#define YY_BUFFER_NEW   0
#define YY_BUFFER_NORMAL   1

Referenced by while().

#define yy_create_buffer   util_fft__create_buffer
#define YY_CURRENT_BUFFER
#define YY_CURRENT_BUFFER_LVALUE   (yy_buffer_stack)[(yy_buffer_stack_top)]
#define YY_DECL   int util_fft_lex (void)
#define YY_DECL_IS_OURS   1
#define yy_delete_buffer   util_fft__delete_buffer
#define YY_DO_BEFORE_ACTION
Value:
(yy_hold_char) = *yy_cp; \
*yy_cp = '\0'; \
(yy_c_buf_p) = yy_cp;
register char * yy_bp
Definition: util_fft_lexer.cc:837
#define size_t
Definition: ast_parser.cpp:119
#define yytext_ptr
Definition: util_fft_lexer.cc:377
int util_fft_leng
Definition: util_fft_lexer.cc:303
register char * yy_cp
Definition: util_fft_lexer.cc:837

Referenced by while().

#define YY_END_OF_BUFFER   60

Referenced by while().

#define YY_END_OF_BUFFER_CHAR   0
#define YY_EXIT_FAILURE   2
#define YY_EXTRA_TYPE   void *
#define YY_FATAL_ERROR (   msg)    yy_fatal_error( msg )
#define yy_flex_debug   util_fft__flex_debug
#define YY_FLEX_MAJOR_VERSION   2
#define YY_FLEX_MINOR_VERSION   5
#define YY_FLEX_SUBMINOR_VERSION   35
#define yy_flush_buffer   util_fft__flush_buffer
#define YY_FLUSH_BUFFER   util_fft__flush_buffer(YY_CURRENT_BUFFER )
#define yy_init_buffer   util_fft__init_buffer
#define YY_INPUT (   buf,
  result,
  max_size 
)
Value:
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
{ \
int c = '*'; \
size_t n; \
for ( n = 0; n < max_size && \
(c = getc( util_fft_in )) != EOF && c != '\n'; ++n ) \
buf[n] = (char) c; \
if ( c == '\n' ) \
buf[n++] = (char) c; \
if ( c == EOF && ferror( util_fft_in ) ) \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
result = n; \
} \
else \
{ \
errno=0; \
while ( (result = fread(buf, 1, max_size, util_fft_in))==0 && ferror(util_fft_in)) \
{ \
if( errno != EINTR) \
{ \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
break; \
} \
errno=0; \
clearerr(util_fft_in); \
} \
}\
\
FILE * util_fft_in
Definition: util_fft_lexer.cc:368
sys::SystemInStream & in
if(!(yy_init))
Definition: util_fft_lexer.cc:845
#define size_t
Definition: ast_parser.cpp:119
elm::StringBuffer buf
Definition: util_fft_lexer.cc:640
#define YY_FATAL_ERROR(msg)
Definition: util_fft_lexer.cc:801
while(1)
Definition: util_fft_lexer.cc:871
#define YY_CURRENT_BUFFER_LVALUE
Definition: util_fft_lexer.cc:298
#define YY_INT_ALIGNED   short int
#define YY_LESS_LINENO (   n)
#define yy_load_buffer_state   util_fft__load_buffer_state
#define YY_MORE_ADJ   0

Referenced by while().

#define yy_new_buffer   util_fft__create_buffer
#define YY_NEW_FILE   util_fft_restart(util_fft_in )

Referenced by while().

#define YY_NULL   0
#define YY_NUM_RULES   59
#define YY_READ_BUF_SIZE   8192
#define YY_RESTORE_YY_MORE_OFFSET

Referenced by while().

#define YY_RULE_SETUP   YY_USER_ACTION

Referenced by while().

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

Referenced by while().

#define yy_set_bol (   at_bol)
Value:
{ \
util_fft_ensure_buffer_stack (); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}
FILE * util_fft_in
Definition: util_fft_lexer.cc:368
if(!(yy_init))
Definition: util_fft_lexer.cc:845
#define YY_CURRENT_BUFFER
Definition: util_fft_lexer.cc:291
#define YY_BUF_SIZE
Definition: util_fft_lexer.cc:171
YY_BUFFER_STATE util_fft__create_buffer(FILE *file, int size)
Allocate and initialize an input buffer state.
Definition: util_fft_lexer.cc:1740
#define YY_CURRENT_BUFFER_LVALUE
Definition: util_fft_lexer.cc:298
#define yy_set_interactive (   is_interactive)
Value:
{ \
util_fft_ensure_buffer_stack (); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
}
FILE * util_fft_in
Definition: util_fft_lexer.cc:368
if(!(yy_init))
Definition: util_fft_lexer.cc:845
#define YY_CURRENT_BUFFER
Definition: util_fft_lexer.cc:291
#define YY_BUF_SIZE
Definition: util_fft_lexer.cc:171
YY_BUFFER_STATE util_fft__create_buffer(FILE *file, int size)
Allocate and initialize an input buffer state.
Definition: util_fft_lexer.cc:1740
#define YY_CURRENT_BUFFER_LVALUE
Definition: util_fft_lexer.cc:298
#define YY_SKIP_YYWRAP
#define YY_START   (((yy_start) - 1) / 2)

Referenced by while().

#define YY_START_STACK_INCR   25
#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
#define YY_STATE_EOF (   state)    (YY_END_OF_BUFFER + state + 1)

Referenced by while().

#define YY_STRUCT_YY_BUFFER_STATE
#define yy_switch_to_buffer   util_fft__switch_to_buffer
#define YY_TYPEDEF_YY_BUFFER_STATE
#define YY_TYPEDEF_YY_SIZE_T
#define YY_USER_ACTION
#define yyalloc   util_fft_alloc
#define yyconst
#define yyfree   util_fft_free
#define yyin   util_fft_in
#define yyleng   util_fft_leng
#define yyless (   n)
Value:
do \
{ \
/* Undo effects of setting up util_fft_text. */ \
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
*yy_cp = (yy_hold_char); \
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
YY_DO_BEFORE_ACTION; /* set up util_fft_text again */ \
} \
while ( 0 )
register char * yy_bp
Definition: util_fft_lexer.cc:837
#define YY_DO_BEFORE_ACTION
Definition: util_fft_lexer.cc:387
#define YY_LESS_LINENO(n)
Definition: util_fft_lexer.cc:192
#define YY_RESTORE_YY_MORE_OFFSET
Definition: util_fft_lexer.cc:610
register char * yy_cp
Definition: util_fft_lexer.cc:837
while(1)
Definition: util_fft_lexer.cc:871
#define YY_MORE_ADJ
Definition: util_fft_lexer.cc:609
#define yyless (   n)
Value:
do \
{ \
/* Undo effects of setting up util_fft_text. */ \
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
util_fft_text[util_fft_leng] = (yy_hold_char); \
(yy_c_buf_p) = util_fft_text + yyless_macro_arg; \
(yy_hold_char) = *(yy_c_buf_p); \
*(yy_c_buf_p) = '\0'; \
util_fft_leng = yyless_macro_arg; \
} \
while ( 0 )
#define YY_LESS_LINENO(n)
Definition: util_fft_lexer.cc:192
char * util_fft_text
Definition: util_fft_lexer.cc:611
int util_fft_leng
Definition: util_fft_lexer.cc:303
while(1)
Definition: util_fft_lexer.cc:871
#define yylex   util_fft_lex
#define yylineno   util_fft_lineno
#define yymore ( )    yymore_used_but_not_detected
#define yyout   util_fft_out
#define yyrealloc   util_fft_realloc
#define yyrestart   util_fft_restart
#define YYSTATE   YY_START
#define YYTABLES_NAME   "yytables"
#define yyterminate ( )    return YY_NULL

Referenced by while().

#define yytext   util_fft_text
#define yytext_ptr   util_fft_text

Referenced by while().

#define yywrap   util_fft_wrap

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 char YY_CHAR
typedef size_t yy_size_t
typedef int yy_state_type

Function Documentation

int isatty ( int  )
YY_BUFFER_STATE util_fft__create_buffer ( FILE *  file,
int  size 
)

Allocate and initialize an input buffer state.

Parameters
fileA readable stream.
sizeThe character buffer size in bytes. When in doubt, use YY_BUF_SIZE.
Returns
the allocated buffer state.

References util_fft_alloc(), and YY_FATAL_ERROR.

Referenced by if(), and util_fft_restart().

void util_fft__delete_buffer ( YY_BUFFER_STATE  b)

Destroy the buffer.

Parameters
ba buffer created with util_fft__create_buffer()

References util_fft_free(), YY_CURRENT_BUFFER, and YY_CURRENT_BUFFER_LVALUE.

Referenced by util_fft_lex_destroy(), and util_fft_pop_buffer_state().

void util_fft__flush_buffer ( YY_BUFFER_STATE  b)

Discard all buffered characters.

On the next scan, YY_INPUT will be called.

Parameters
bthe buffer state to be flushed, usually YY_CURRENT_BUFFER.

References YY_BUFFER_NEW, YY_CURRENT_BUFFER, and YY_END_OF_BUFFER_CHAR.

YY_BUFFER_STATE util_fft__scan_buffer ( char *  base,
yy_size_t  size 
)

Setup the input buffer state to scan directly from a user-specified character buffer.

Parameters
basethe character buffer
sizethe size in bytes of the character buffer
Returns
the newly allocated buffer state object.

References base(), util_fft__switch_to_buffer(), util_fft_alloc(), YY_BUFFER_NEW, YY_END_OF_BUFFER_CHAR, and YY_FATAL_ERROR.

Referenced by util_fft__scan_bytes().

YY_BUFFER_STATE util_fft__scan_bytes ( yyconst char *  yybytes,
int  _yybytes_len 
)

Setup the input buffer state to scan the given bytes.

The next call to util_fft_lex() will scan from a copy of bytes.

Parameters
yybytesthe byte buffer to scan
_yybytes_lenthe number of bytes in the buffer pointed to by bytes.
Returns
the newly allocated buffer state object.

References buf, util_fft__scan_buffer(), util_fft_alloc(), YY_END_OF_BUFFER_CHAR, and YY_FATAL_ERROR.

Referenced by util_fft__scan_string().

YY_BUFFER_STATE util_fft__scan_string ( yyconst char *  yystr)

Setup the input buffer state to scan a string.

The next call to util_fft_lex() will scan from a copy of str.

Parameters
yystra NUL-terminated string to scan
Returns
the newly allocated buffer state object.
Note
If you want to scan bytes that may contain NUL values, then use util_fft__scan_bytes() instead.

References util_fft__scan_bytes().

void util_fft__switch_to_buffer ( YY_BUFFER_STATE  new_buffer)

Switch to a different input buffer.

Parameters
new_bufferThe new input buffer.

References YY_CURRENT_BUFFER, and YY_CURRENT_BUFFER_LVALUE.

Referenced by util_fft__scan_buffer().

void * util_fft_alloc ( yy_size_t  size)
void util_fft_free ( void *  ptr)

References free().

Referenced by util_fft__delete_buffer(), and util_fft_lex_destroy().

int util_fft_get_debug ( void  )

References util_fft__flex_debug.

YY_EXTRA_TYPE util_fft_get_extra ( void  )
FILE * util_fft_get_in ( void  )

Get the input stream.

References util_fft_in.

int util_fft_get_leng ( void  )

Get the length of the current token.

References util_fft_leng.

int util_fft_get_lineno ( void  )

Get the current line number.

References util_fft_lineno.

FILE * util_fft_get_out ( void  )

Get the output stream.

References util_fft_out.

char * util_fft_get_text ( void  )

Get the current token.

References util_fft_text.

int util_fft_lex ( void  )
void util_fft_pop_buffer_state ( void  )

Removes and deletes the top of the stack, if present.

The next element becomes the new top.

References util_fft__delete_buffer(), YY_CURRENT_BUFFER, and YY_CURRENT_BUFFER_LVALUE.

Referenced by util_fft_lex_destroy().

void util_fft_push_buffer_state ( YY_BUFFER_STATE  new_buffer)

Pushes the new state onto the stack.

The new state becomes the current state. This function will allocate the stack if necessary.

Parameters
new_bufferThe new state.

References YY_CURRENT_BUFFER, and YY_CURRENT_BUFFER_LVALUE.

void * util_fft_realloc ( void *  ptr,
yy_size_t  size 
)
void util_fft_restart ( FILE *  input_file)

Immediately switch to a different input stream.

Parameters
input_fileA readable stream.
Note
This function does not reset the start condition to INITIAL .

References util_fft__create_buffer(), util_fft_in, YY_BUF_SIZE, YY_CURRENT_BUFFER, and YY_CURRENT_BUFFER_LVALUE.

void util_fft_set_debug ( int  debug_flag)
void util_fft_set_extra ( YY_EXTRA_TYPE  user_defined)
void util_fft_set_in ( FILE *  in_str)

Set the input stream.

This does not discard the current input buffer.

Parameters
in_strA readable stream.
See also
util_fft__switch_to_buffer

References util_fft_in.

void util_fft_set_lineno ( int  line_number)

Set the current line number.

Parameters
line_number
void util_fft_set_out ( FILE *  out_str)

References util_fft_out.

Variable Documentation

int util_fft__flex_debug = 0

Referenced by util_fft_get_debug().

FILE * util_fft_in = (FILE *) 0
int util_fft_leng

Referenced by util_fft_get_leng().

int util_fft_lineno = 1

Referenced by util_fft_get_lineno().

FILE * util_fft_out = (FILE *) 0
char * util_fft_text

Referenced by util_fft_get_text(), and while().

register int yy_act
register char * yy_bp
register char* yy_cp

Referenced by while().

YY_DECL
Initial value:
{
register yy_state_type yy_current_state
int yy_state_type
Definition: ipet_lexer.cc:370

The main scanner function which does all the work.