PIPS
genread_lex.c File Reference
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <stdint.h>
#include <math.h>
#include "genC.h"
#include "newgen_include.h"
#include "genread.h"
#include <unistd.h>
+ Include dependency graph for genread_lex.c:

Go to the source code of this file.

Data Structures

struct  yy_buffer_state
 
struct  yy_trans_info
 This struct is not used in this scanner, but its presence is necessary. More...
 

Macros

#define YY_INT_ALIGNED   short int
 
#define yy_create_buffer   genread__create_buffer
 A lexical scanner generated by flex. More...
 
#define yy_delete_buffer   genread__delete_buffer
 
#define yy_scan_buffer   genread__scan_buffer
 
#define yy_scan_string   genread__scan_string
 
#define yy_scan_bytes   genread__scan_bytes
 
#define yy_init_buffer   genread__init_buffer
 
#define yy_flush_buffer   genread__flush_buffer
 
#define yy_load_buffer_state   genread__load_buffer_state
 
#define yy_switch_to_buffer   genread__switch_to_buffer
 
#define yypush_buffer_state   genread_push_buffer_state
 
#define yypop_buffer_state   genread_pop_buffer_state
 
#define yyensure_buffer_stack   genread_ensure_buffer_stack
 
#define yy_flex_debug   genread__flex_debug
 
#define yyin   genread_in
 
#define yyleng   genread_leng
 number of characters read into yy_ch_buf More...
 
#define yylex   genread_lex
 
#define yylineno   genread_lineno
 
#define yyout   genread_out
 
#define yyrestart   genread_restart
 
#define yytext   genread_text
 
#define yywrap(void)   genread_wrap
 Macros after this point can all be overridden by user definitions in section 1. More...
 
#define yyalloc   genread_alloc
 
#define yyrealloc   genread_realloc
 
#define yyfree   genread_free
 
#define FLEX_SCANNER
 
#define YY_FLEX_MAJOR_VERSION   2
 
#define YY_FLEX_MINOR_VERSION   6
 
#define YY_FLEX_SUBMINOR_VERSION   4
 
#define FLEX_BETA
 
#define genread__create_buffer_ALREADY_DEFINED
 
#define genread__delete_buffer_ALREADY_DEFINED
 
#define genread__scan_buffer_ALREADY_DEFINED
 
#define genread__scan_string_ALREADY_DEFINED
 
#define genread__scan_bytes_ALREADY_DEFINED
 
#define genread__init_buffer_ALREADY_DEFINED
 
#define genread__flush_buffer_ALREADY_DEFINED
 
#define genread__load_buffer_state_ALREADY_DEFINED
 
#define genread__switch_to_buffer_ALREADY_DEFINED
 
#define genread_push_buffer_state_ALREADY_DEFINED
 
#define genread_pop_buffer_state_ALREADY_DEFINED
 
#define genread_ensure_buffer_stack_ALREADY_DEFINED
 
#define genread_lex_ALREADY_DEFINED
 
#define genread_restart_ALREADY_DEFINED
 
#define yylex_init   genread_lex_init
 
#define yylex_init_extra   genread_lex_init_extra
 
#define yylex_destroy(void)   genread_lex_destroy
 Accessor methods to globals. More...
 
#define yyget_debug   genread_get_debug
 
#define yyset_debug   genread_set_debug
 
#define yyget_extra   genread_get_extra
 
#define yyset_extra   genread_set_extra
 
#define yyget_in   genread_get_in
 
#define yyset_in   genread_set_in
 
#define yyget_out   genread_get_out
 
#define yyset_out   genread_set_out
 
#define yyget_leng   genread_get_leng
 
#define yyget_text   genread_get_text
 
#define yyget_lineno   genread_get_lineno
 
#define yyset_lineno   genread_set_lineno
 
#define genread_wrap_ALREADY_DEFINED
 
#define genread_alloc_ALREADY_DEFINED
 
#define genread_realloc_ALREADY_DEFINED
 
#define genread_free_ALREADY_DEFINED
 
#define genread_text_ALREADY_DEFINED
 
#define genread_leng_ALREADY_DEFINED
 
#define genread_in_ALREADY_DEFINED
 
#define genread_out_ALREADY_DEFINED
 
#define genread__flex_debug_ALREADY_DEFINED
 
#define genread_lineno_ALREADY_DEFINED
 
#define FLEXINT_H
 First, we deal with platform-specific or compiler-specific issues. More...
 
#define INT8_MIN   (-128)
 Limits of integral types. More...
 
#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 SIZE_MAX   (~(size_t)0)
 
#define yyconst   const
 ! C99 More...
 
#define yynoreturn
 
#define YY_NULL   0
 Returned upon end-of-file. More...
 
#define YY_SC_TO_UI(c)   ((YY_CHAR) (c))
 Promotes a possibly negative, possibly signed char to an integer in range [0..255] for use as an array index. More...
 
#define BEGIN   (yy_start) = 1 + 2 *
 Enter a start condition. More...
 
#define YY_START   (((yy_start) - 1) / 2)
 Translate the current start state into a value that can be later handed to BEGIN to return to the state. More...
 
#define YYSTATE   YY_START
 
#define YY_STATE_EOF(state)   (YY_END_OF_BUFFER + state + 1)
 Action number for EOF rule of a given start state. More...
 
#define YY_NEW_FILE   yyrestart( yyin )
 Special action meaning "start processing a new file". More...
 
#define YY_END_OF_BUFFER_CHAR   0
 
#define YY_BUF_SIZE   16384
 Size of default input buffer. More...
 
#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
 ia64 More...
 
#define YY_TYPEDEF_YY_BUFFER_STATE
 
#define YY_TYPEDEF_YY_SIZE_T
 
#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 YY_LINENO_REWIND_TO(ptr)
 
#define yyless(n)
 Return all but the first "n" matched characters back to the input stream. More...
 
#define unput(c)   yyunput( c, (yytext_ptr) )
 
#define YY_STRUCT_YY_BUFFER_STATE
 
#define YY_BUFFER_NEW   0
 
#define YY_BUFFER_NORMAL   1
 
#define YY_BUFFER_EOF_PENDING   2
 When an EOF's been seen but there's still some text to process then we mark the buffer as YY_EOF_PENDING, to indicate that we shouldn't try reading from the input source any more. More...
 
#define YY_CURRENT_BUFFER
 We provide macros for accessing buffer states in case in the future we want to put the buffer states in a more general "scanner state". More...
 
#define YY_CURRENT_BUFFER_LVALUE   (yy_buffer_stack)[(yy_buffer_stack_top)]
 Same as previous macro, but useful when we know that the buffer stack is not NULL or when we need an lvalue. More...
 
#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_LVALUE->yy_at_bol)
 
#define yytext_ptr   yytext
 
#define YY_DO_BEFORE_ACTION
 Done after the current pattern has been matched and before the corresponding action - sets up yytext. More...
 
#define YY_NUM_RULES   34
 
#define YY_END_OF_BUFFER   35
 
#define REJECT   reject_used_but_not_detected
 The intent behind this definition is that it'll catch any uses of REJECT which flex missed. More...
 
#define yymore()   yymore_used_but_not_detected
 
#define YY_MORE_ADJ   0
 
#define YY_RESTORE_YY_MORE_OFFSET
 
#define yylval   genread_lval
 
#define INITIAL   0
 
#define a_string   1
 
#define YY_EXTRA_TYPE   void *
 Special case for "unistd.h", since it is non-ANSI. More...
 
#define YY_READ_BUF_SIZE   8192
 Amount of stuff to slurp up with each read. More...
 
#define ECHO   do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
 ia64 More...
 
#define YY_INPUT(buf, result, max_size)
 Gets input and stuffs it into "buf". More...
 
#define yyterminate()   return YY_NULL
 No semi-colon after return; correct usage is to write "yyterminate();" - we don't want an extra ';' after the "return" because that will cause some compilers to complain about unreachable statements. More...
 
#define YY_START_STACK_INCR   25
 Number of entries by which start-condition stack grows. More...
 
#define YY_FATAL_ERROR(msg)   yy_fatal_error( msg )
 Report a fatal error. More...
 
#define YY_DECL_IS_OURS   1
 end tables serialization structures and prototypes More...
 
#define YY_DECL   int yylex (void)
 
#define YY_USER_ACTION
 !YY_DECL More...
 
#define YY_BREAK   /**INTED*/break;
 Code executed at the end of each rule. More...
 
#define YY_RULE_SETUP    YY_USER_ACTION
 
#define YY_EXIT_FAILURE   2
 
#define yyless(n)
 Return all but the first "n" matched characters back to the input stream. More...
 
#define YYTABLES_NAME   "yytables"
 

Typedefs

typedef signed char flex_int8_t
 C99 systems have <inttypes.h>. More...
 
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_stateYY_BUFFER_STATE
 
typedef size_t yy_size_t
 
typedef flex_uint8_t YY_CHAR
 Begin user sect3. More...
 
typedef int yy_state_type
 

Functions

void yyrestart (FILE *input_file)
 
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer)
 
YY_BUFFER_STATE yy_create_buffer (FILE *file, int size)
 
void yy_delete_buffer (YY_BUFFER_STATE b)
 
void yy_flush_buffer (YY_BUFFER_STATE b)
 
void yypush_buffer_state (YY_BUFFER_STATE new_buffer)
 
static void yy_init_buffer (YY_BUFFER_STATE b, FILE *file)
 
YY_BUFFER_STATE yy_scan_buffer (char *base, yy_size_t size)
 
YY_BUFFER_STATE yy_scan_string (const char *yy_str)
 
YY_BUFFER_STATE yy_scan_bytes (const char *bytes, int len)
 
void * yyalloc (yy_size_t)
 
void * yyrealloc (void *, yy_size_t)
 
void yyfree (void *)
 
static yy_state_type yy_get_previous_state (void)
 
static yy_state_type yy_try_NUL_trans (yy_state_type current_state)
 
static int yy_get_next_buffer (void)
 
static void yynoreturn yy_fatal_error (const char *msg)
 
static void append_to_literal (string s)
 
void newgen_start_lexer (FILE *in)
 starting the scanner. More...
 
void newgen_lexer_position (FILE *out)
 First part of user prologue. More...
 
static int yy_init_globals (void)
 
void yyset_debug (int debug_flag)
 
void yyset_extra (YY_EXTRA_TYPE user_defined)
 
void yyset_in (FILE *_in_str)
 
void yyset_out (FILE *_out_str)
 
void yyset_lineno (int _line_number)
 
static int input (void)
 
 if (!(yy_init))
 

Variables

int yyleng
 number of characters read into yy_ch_buf More...
 
FILE * yyin
 
FILE * yyout
 
static size_t yy_buffer_stack_top = 0
 !YY_STRUCT_YY_BUFFER_STATE More...
 
static size_t yy_buffer_stack_max = 0
 capacity of stack. More...
 
static YY_BUFFER_STATEyy_buffer_stack = NULL
 Stack as an array. More...
 
static char yy_hold_char
 yy_hold_char holds the character lost when yytext is formed. More...
 
static int yy_n_chars
 
static char * yy_c_buf_p = NULL
 Points to current character in buffer. More...
 
static int yy_init = 0
 
static int yy_start = 0
 whether we need to initialize More...
 
static int yy_did_buffer_switch_on_eof
 start state number More...
 
int yylineno = 1
 Begin user sect3. More...
 
char * yytext
 
static const flex_int16_t yy_accept [80]
 
static const YY_CHAR yy_ec [256]
 
static const YY_CHAR yy_meta [31]
 
static const flex_int16_t yy_base [82]
 
static const flex_int16_t yy_def [82]
 
static const flex_int16_t yy_nxt [134]
 
static const flex_int16_t yy_chk [134]
 
static yy_state_type yy_last_accepting_state
 
static char * yy_last_accepting_cpos
 
int yy_flex_debug = 0
 
static string literal = (char*) NULL
 
static int literal_size = 0
 
static size_t newgen_line_number
 
static size_t newgen_char_number
 
static size_t newgen_col_number
 
static size_t newgen_lex_number
 
 YY_DECL
 The main scanner function which does all the work. More...
 
char * yy_cp
 
char * yy_bp
 
int yy_act
 

Macro Definition Documentation

◆ a_string

#define a_string   1

Definition at line 843 of file genread_lex.c.

◆ BEGIN

#define BEGIN   (yy_start) = 1 + 2 *

Enter a start condition.

This macro really ought to take a parameter, but we do it the disgusting crufty way forced on us by the ()-less definition of BEGIN.

Definition at line 376 of file genread_lex.c.

◆ ECHO

#define ECHO   do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)

ia64

Copy whatever the last rule matched to the standard output. This used to be an fputs(), but since the string might contain NUL's, we now use fwrite().

Definition at line 936 of file genread_lex.c.

◆ EOB_ACT_CONTINUE_SCAN

#define EOB_ACT_CONTINUE_SCAN   0

Definition at line 420 of file genread_lex.c.

◆ EOB_ACT_END_OF_FILE

#define EOB_ACT_END_OF_FILE   1

Definition at line 421 of file genread_lex.c.

◆ EOB_ACT_LAST_MATCH

#define EOB_ACT_LAST_MATCH   2

Definition at line 422 of file genread_lex.c.

◆ FLEX_BETA

#define FLEX_BETA

Definition at line 38 of file genread_lex.c.

◆ FLEX_SCANNER

#define FLEX_SCANNER

Definition at line 33 of file genread_lex.c.

◆ FLEXINT_H

#define FLEXINT_H

First, we deal with platform-specific or compiler-specific issues.

begin standard C headers. end standard C headers. flex integer type definitions

Definition at line 288 of file genread_lex.c.

◆ genread__create_buffer_ALREADY_DEFINED

#define genread__create_buffer_ALREADY_DEFINED

Definition at line 42 of file genread_lex.c.

◆ genread__delete_buffer_ALREADY_DEFINED

#define genread__delete_buffer_ALREADY_DEFINED

Definition at line 48 of file genread_lex.c.

◆ genread__flex_debug_ALREADY_DEFINED

#define genread__flex_debug_ALREADY_DEFINED

Definition at line 264 of file genread_lex.c.

◆ genread__flush_buffer_ALREADY_DEFINED

#define genread__flush_buffer_ALREADY_DEFINED

Definition at line 78 of file genread_lex.c.

◆ genread__init_buffer_ALREADY_DEFINED

#define genread__init_buffer_ALREADY_DEFINED

Definition at line 72 of file genread_lex.c.

◆ genread__load_buffer_state_ALREADY_DEFINED

#define genread__load_buffer_state_ALREADY_DEFINED

Definition at line 84 of file genread_lex.c.

◆ genread__scan_buffer_ALREADY_DEFINED

#define genread__scan_buffer_ALREADY_DEFINED

Definition at line 54 of file genread_lex.c.

◆ genread__scan_bytes_ALREADY_DEFINED

#define genread__scan_bytes_ALREADY_DEFINED

Definition at line 66 of file genread_lex.c.

◆ genread__scan_string_ALREADY_DEFINED

#define genread__scan_string_ALREADY_DEFINED

Definition at line 60 of file genread_lex.c.

◆ genread__switch_to_buffer_ALREADY_DEFINED

#define genread__switch_to_buffer_ALREADY_DEFINED

Definition at line 90 of file genread_lex.c.

◆ genread_alloc_ALREADY_DEFINED

#define genread_alloc_ALREADY_DEFINED

Definition at line 222 of file genread_lex.c.

◆ genread_ensure_buffer_stack_ALREADY_DEFINED

#define genread_ensure_buffer_stack_ALREADY_DEFINED

Definition at line 108 of file genread_lex.c.

◆ genread_free_ALREADY_DEFINED

#define genread_free_ALREADY_DEFINED

Definition at line 234 of file genread_lex.c.

◆ genread_in_ALREADY_DEFINED

#define genread_in_ALREADY_DEFINED

Definition at line 252 of file genread_lex.c.

◆ genread_leng_ALREADY_DEFINED

#define genread_leng_ALREADY_DEFINED

Definition at line 246 of file genread_lex.c.

◆ genread_lex_ALREADY_DEFINED

#define genread_lex_ALREADY_DEFINED

Definition at line 114 of file genread_lex.c.

◆ genread_lineno_ALREADY_DEFINED

#define genread_lineno_ALREADY_DEFINED

Definition at line 270 of file genread_lex.c.

◆ genread_out_ALREADY_DEFINED

#define genread_out_ALREADY_DEFINED

Definition at line 258 of file genread_lex.c.

◆ genread_pop_buffer_state_ALREADY_DEFINED

#define genread_pop_buffer_state_ALREADY_DEFINED

Definition at line 102 of file genread_lex.c.

◆ genread_push_buffer_state_ALREADY_DEFINED

#define genread_push_buffer_state_ALREADY_DEFINED

Definition at line 96 of file genread_lex.c.

◆ genread_realloc_ALREADY_DEFINED

#define genread_realloc_ALREADY_DEFINED

Definition at line 228 of file genread_lex.c.

◆ genread_restart_ALREADY_DEFINED

#define genread_restart_ALREADY_DEFINED

Definition at line 120 of file genread_lex.c.

◆ genread_text_ALREADY_DEFINED

#define genread_text_ALREADY_DEFINED

Definition at line 240 of file genread_lex.c.

◆ genread_wrap_ALREADY_DEFINED

#define genread_wrap_ALREADY_DEFINED

Definition at line 216 of file genread_lex.c.

◆ INITIAL

#define INITIAL   0

Definition at line 842 of file genread_lex.c.

◆ INT16_MAX

#define INT16_MAX   (32767)

Definition at line 330 of file genread_lex.c.

◆ INT16_MIN

#define INT16_MIN   (-32767-1)

Definition at line 321 of file genread_lex.c.

◆ INT32_MAX

#define INT32_MAX   (2147483647)

Definition at line 333 of file genread_lex.c.

◆ INT32_MIN

#define INT32_MIN   (-2147483647-1)

Definition at line 324 of file genread_lex.c.

◆ INT8_MAX

#define INT8_MAX   (127)

Definition at line 327 of file genread_lex.c.

◆ INT8_MIN

#define INT8_MIN   (-128)

Limits of integral types.

Definition at line 318 of file genread_lex.c.

◆ REJECT

#define REJECT   reject_used_but_not_detected

The intent behind this definition is that it'll catch any uses of REJECT which flex missed.

Definition at line 746 of file genread_lex.c.

◆ SIZE_MAX

#define SIZE_MAX   (~(size_t)0)

Definition at line 346 of file genread_lex.c.

◆ UINT16_MAX

#define UINT16_MAX   (65535U)

Definition at line 339 of file genread_lex.c.

◆ UINT32_MAX

#define UINT32_MAX   (4294967295U)

Definition at line 342 of file genread_lex.c.

◆ UINT8_MAX

#define UINT8_MAX   (255U)

Definition at line 336 of file genread_lex.c.

◆ unput

#define unput (   c)    yyunput( c, (yytext_ptr) )

Definition at line 440 of file genread_lex.c.

◆ YY_AT_BOL

#define YY_AT_BOL ( )    (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)

Definition at line 581 of file genread_lex.c.

◆ YY_BREAK

#define YY_BREAK   /**INTED*/break;

Code executed at the end of each rule.

Definition at line 1015 of file genread_lex.c.

◆ YY_BUF_SIZE

#define YY_BUF_SIZE   16384

Size of default input buffer.

Definition at line 398 of file genread_lex.c.

◆ YY_BUFFER_EOF_PENDING

#define YY_BUFFER_EOF_PENDING   2

When an EOF's been seen but there's still some text to process then we mark the buffer as YY_EOF_PENDING, to indicate that we shouldn't try reading from the input source any more.

We might still have a bunch of tokens to match, though, because of possible backing-up.

When we actually see the EOF, we change the status to "new" (via yyrestart()), so that the user can continue scanning by just pointing yyin at a new input file.

Definition at line 502 of file genread_lex.c.

◆ YY_BUFFER_NEW

#define YY_BUFFER_NEW   0

Definition at line 490 of file genread_lex.c.

◆ YY_BUFFER_NORMAL

#define YY_BUFFER_NORMAL   1

Definition at line 491 of file genread_lex.c.

◆ yy_create_buffer

#define yy_create_buffer   genread__create_buffer

A lexical scanner generated by flex.

Definition at line 8 of file genread_lex.c.

◆ YY_CURRENT_BUFFER

#define YY_CURRENT_BUFFER
Value:
: NULL)
static YY_BUFFER_STATE * yy_buffer_stack
Stack as an array.
Definition: genread_lex.c:510
static size_t yy_buffer_stack_top
!YY_STRUCT_YY_BUFFER_STATE
Definition: genread_lex.c:508

We provide macros for accessing buffer states in case in the future we want to put the buffer states in a more general "scanner state".

Returns the top of the stack, or NULL.

Definition at line 518 of file genread_lex.c.

◆ YY_CURRENT_BUFFER_LVALUE

#define YY_CURRENT_BUFFER_LVALUE   (yy_buffer_stack)[(yy_buffer_stack_top)]

Same as previous macro, but useful when we know that the buffer stack is not NULL or when we need an lvalue.

For internal use only.

Definition at line 524 of file genread_lex.c.

◆ YY_DECL

#define YY_DECL   int yylex (void)

Definition at line 1003 of file genread_lex.c.

◆ YY_DECL_IS_OURS

#define YY_DECL_IS_OURS   1

end tables serialization structures and prototypes

Default declaration of generated scanner - a define so the user can easily add parameters.

Definition at line 999 of file genread_lex.c.

◆ yy_delete_buffer

#define yy_delete_buffer   genread__delete_buffer

Definition at line 9 of file genread_lex.c.

◆ YY_DO_BEFORE_ACTION

#define YY_DO_BEFORE_ACTION
Value:
yyleng = (int) (yy_cp - yy_bp); \
*yy_cp = '\0'; \
void const char const char const int
static char yy_hold_char
yy_hold_char holds the character lost when yytext is formed.
Definition: genread_lex.c:527
char * yy_cp
Definition: genread_lex.c:1026
#define yytext_ptr
Definition: genread_lex.c:597
char * yy_bp
Definition: genread_lex.c:1026
static char * yy_c_buf_p
Points to current character in buffer.
Definition: genread_lex.c:532

Done after the current pattern has been matched and before the corresponding action - sets up yytext.

Definition at line 607 of file genread_lex.c.

◆ YY_END_OF_BUFFER

#define YY_END_OF_BUFFER   35

Definition at line 614 of file genread_lex.c.

◆ YY_END_OF_BUFFER_CHAR

#define YY_END_OF_BUFFER_CHAR   0

Definition at line 387 of file genread_lex.c.

◆ YY_EXIT_FAILURE

#define YY_EXIT_FAILURE   2

◆ YY_EXTRA_TYPE

#define YY_EXTRA_TYPE   void *

Special case for "unistd.h", since it is non-ANSI.

We include it way down here because we want the user's section 1 to have been scanned first. The user has a chance to override it with an option.

Definition at line 854 of file genread_lex.c.

◆ YY_FATAL_ERROR

#define YY_FATAL_ERROR (   msg)    yy_fatal_error( msg )

Report a fatal error.

Definition at line 990 of file genread_lex.c.

◆ yy_flex_debug

int yy_flex_debug   genread__flex_debug

Definition at line 20 of file genread_lex.c.

◆ YY_FLEX_MAJOR_VERSION

#define YY_FLEX_MAJOR_VERSION   2

Definition at line 34 of file genread_lex.c.

◆ YY_FLEX_MINOR_VERSION

#define YY_FLEX_MINOR_VERSION   6

Definition at line 35 of file genread_lex.c.

◆ YY_FLEX_SUBMINOR_VERSION

#define YY_FLEX_SUBMINOR_VERSION   4

Definition at line 36 of file genread_lex.c.

◆ yy_flush_buffer

#define yy_flush_buffer   genread__flush_buffer

Definition at line 14 of file genread_lex.c.

◆ YY_FLUSH_BUFFER

#define YY_FLUSH_BUFFER   yy_flush_buffer( YY_CURRENT_BUFFER )

Definition at line 552 of file genread_lex.c.

◆ yy_init_buffer

#define yy_init_buffer   genread__init_buffer

Definition at line 13 of file genread_lex.c.

◆ YY_INPUT

#define YY_INPUT (   buf,
  result,
  max_size 
)
Value:
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
{ \
int c = '*'; \
int 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 = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
{ \
if( errno != EINTR) \
{ \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
break; \
} \
errno=0; \
clearerr(yyin); \
} \
}\
\
#define YY_CURRENT_BUFFER_LVALUE
Same as previous macro, but useful when we know that the buffer stack is not NULL or when we need an ...
Definition: genread_lex.c:524
#define yyin
Definition: genread_lex.c:21
size_t yy_size_t
Definition: genread_lex.c:413
static char buf[BSZ]
Definition: split_file.c:157

Gets input and stuffs it into "buf".

number of characters read, or YY_NULL, is returned in "result".

Definition at line 943 of file genread_lex.c.

◆ YY_INT_ALIGNED

#define YY_INT_ALIGNED   short int

Definition at line 4 of file genread_lex.c.

◆ YY_LESS_LINENO

#define YY_LESS_LINENO (   n)

Definition at line 424 of file genread_lex.c.

◆ YY_LINENO_REWIND_TO

#define YY_LINENO_REWIND_TO (   ptr)

Definition at line 425 of file genread_lex.c.

◆ yy_load_buffer_state

static void yy_load_buffer_state   genread__load_buffer_state

Definition at line 15 of file genread_lex.c.

Referenced by if().

◆ YY_MORE_ADJ

#define YY_MORE_ADJ   0

Definition at line 748 of file genread_lex.c.

◆ yy_new_buffer

#define yy_new_buffer   yy_create_buffer

Definition at line 562 of file genread_lex.c.

◆ YY_NEW_FILE

#define YY_NEW_FILE   yyrestart( yyin )

Special action meaning "start processing a new file".

Definition at line 386 of file genread_lex.c.

◆ YY_NULL

#define YY_NULL   0

Returned upon end-of-file.

Definition at line 365 of file genread_lex.c.

◆ YY_NUM_RULES

#define YY_NUM_RULES   34

Definition at line 613 of file genread_lex.c.

◆ YY_READ_BUF_SIZE

#define YY_READ_BUF_SIZE   8192

Amount of stuff to slurp up with each read.

Definition at line 927 of file genread_lex.c.

◆ YY_RESTORE_YY_MORE_OFFSET

#define YY_RESTORE_YY_MORE_OFFSET

Definition at line 749 of file genread_lex.c.

◆ YY_RULE_SETUP

#define YY_RULE_SETUP    YY_USER_ACTION

Definition at line 1018 of file genread_lex.c.

◆ YY_SC_TO_UI

#define YY_SC_TO_UI (   c)    ((YY_CHAR) (c))

Promotes a possibly negative, possibly signed char to an integer in range [0..255] for use as an array index.

Definition at line 370 of file genread_lex.c.

◆ yy_scan_buffer

#define yy_scan_buffer   genread__scan_buffer

Definition at line 10 of file genread_lex.c.

◆ yy_scan_bytes

#define yy_scan_bytes   genread__scan_bytes

Definition at line 12 of file genread_lex.c.

◆ yy_scan_string

#define yy_scan_string   genread__scan_string

Definition at line 11 of file genread_lex.c.

◆ yy_set_bol

#define yy_set_bol (   at_bol)
Value:
{ \
if ( ! YY_CURRENT_BUFFER ){\
yyensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE = \
yy_create_buffer( yyin, YY_BUF_SIZE ); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}
#define YY_CURRENT_BUFFER
We provide macros for accessing buffer states in case in the future we want to put the buffer states ...
Definition: genread_lex.c:518
#define YY_BUF_SIZE
Size of default input buffer.
Definition: genread_lex.c:398

Definition at line 572 of file genread_lex.c.

◆ yy_set_interactive

#define yy_set_interactive (   is_interactive)
Value:
{ \
if ( ! YY_CURRENT_BUFFER ){ \
yyensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE = \
yy_create_buffer( yyin, YY_BUF_SIZE ); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
}

Definition at line 563 of file genread_lex.c.

◆ YY_START

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

Translate the current start state into a value that can be later handed to BEGIN to return to the state.

The YYSTATE alias is for lex compatibility.

Definition at line 381 of file genread_lex.c.

◆ YY_START_STACK_INCR

#define YY_START_STACK_INCR   25

Number of entries by which start-condition stack grows.

Definition at line 985 of file genread_lex.c.

◆ YY_STATE_BUF_SIZE

#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))

ia64

The state buf must be large enough to hold one state per character in the main buffer.

Definition at line 404 of file genread_lex.c.

◆ YY_STATE_EOF

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

Action number for EOF rule of a given start state.

Definition at line 384 of file genread_lex.c.

◆ YY_STRUCT_YY_BUFFER_STATE

#define YY_STRUCT_YY_BUFFER_STATE

Definition at line 443 of file genread_lex.c.

◆ yy_switch_to_buffer

#define yy_switch_to_buffer   genread__switch_to_buffer

Definition at line 16 of file genread_lex.c.

◆ YY_TYPEDEF_YY_BUFFER_STATE

#define YY_TYPEDEF_YY_BUFFER_STATE

Definition at line 407 of file genread_lex.c.

◆ YY_TYPEDEF_YY_SIZE_T

#define YY_TYPEDEF_YY_SIZE_T

Definition at line 412 of file genread_lex.c.

◆ YY_USER_ACTION

#define YY_USER_ACTION

!YY_DECL

Code executed at the beginning of each rule, after yytext and yyleng have been set up.

Definition at line 1010 of file genread_lex.c.

◆ yyalloc

#define yyalloc   genread_alloc

Definition at line 29 of file genread_lex.c.

◆ yyconst

#define yyconst   const

! C99

! FLEXINT_H begin standard C++ headers. TODO: this is always defined, so inline it

Definition at line 356 of file genread_lex.c.

◆ yyensure_buffer_stack

static void yyensure_buffer_stack   genread_ensure_buffer_stack

Definition at line 19 of file genread_lex.c.

Referenced by if().

◆ yyfree

#define yyfree   genread_free

Definition at line 31 of file genread_lex.c.

◆ yyget_debug

int yyget_debug   genread_get_debug

Definition at line 146 of file genread_lex.c.

◆ yyget_extra

YY_EXTRA_TYPE yyget_extra   genread_get_extra

Definition at line 158 of file genread_lex.c.

◆ yyget_in

FILE * yyget_in   genread_get_in

Definition at line 170 of file genread_lex.c.

◆ yyget_leng

int yyget_leng   genread_get_leng

Definition at line 194 of file genread_lex.c.

◆ yyget_lineno

int yyget_lineno   genread_get_lineno

Definition at line 206 of file genread_lex.c.

◆ yyget_out

FILE * yyget_out   genread_get_out

Definition at line 182 of file genread_lex.c.

◆ yyget_text

char * yyget_text   genread_get_text

Definition at line 200 of file genread_lex.c.

◆ yyin

FILE * yyin   genread_in

Definition at line 21 of file genread_lex.c.

Referenced by if(), and newgen_start_lexer().

◆ yyleng

int yyleng   genread_leng

number of characters read into yy_ch_buf

Definition at line 22 of file genread_lex.c.

◆ yyless [1/2]

#define yyless (   n)
Value:
do \
{ \
/**Undo effects of setting up yytext. */ \
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
YY_RESTORE_YY_MORE_OFFSET \
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
YY_DO_BEFORE_ACTION; /**set up yytext again */ \
} \
while ( 0 )
#define YY_MORE_ADJ
Definition: genread_lex.c:748

Return all but the first "n" matched characters back to the input stream.

Definition at line 428 of file genread_lex.c.

◆ yyless [2/2]

#define yyless (   n)
Value:
do \
{ \
/**Undo effects of setting up yytext. */ \
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
yytext[yyleng] = (yy_hold_char); \
(yy_c_buf_p) = yytext + yyless_macro_arg; \
*(yy_c_buf_p) = '\0'; \
yyleng = yyless_macro_arg; \
} \
while ( 0 )
#define yyleng
number of characters read into yy_ch_buf
Definition: genread_lex.c:22
#define yytext
Definition: genread_lex.c:27

Return all but the first "n" matched characters back to the input stream.

Definition at line 428 of file genread_lex.c.

◆ yylex

int yylex   genread_lex

Definition at line 23 of file genread_lex.c.

◆ yylex_destroy

int yylex_destroy (   void)    genread_lex_destroy

Accessor methods to globals.

These are made visible to non-reentrant scanners for convenience.

Definition at line 140 of file genread_lex.c.

◆ yylex_init

#define yylex_init   genread_lex_init

Definition at line 128 of file genread_lex.c.

◆ yylex_init_extra

#define yylex_init_extra   genread_lex_init_extra

Definition at line 134 of file genread_lex.c.

◆ yylineno

int yylineno   genread_lineno

Definition at line 24 of file genread_lex.c.

◆ yylval

#define yylval   genread_lval

Definition at line 790 of file genread_lex.c.

◆ yymore

#define yymore ( )    yymore_used_but_not_detected

Definition at line 747 of file genread_lex.c.

◆ yynoreturn

#define yynoreturn

Definition at line 361 of file genread_lex.c.

◆ yyout

FILE * yyout   genread_out

Definition at line 25 of file genread_lex.c.

Referenced by if().

◆ yypop_buffer_state

void yypop_buffer_state   genread_pop_buffer_state

Definition at line 18 of file genread_lex.c.

◆ yypush_buffer_state

#define yypush_buffer_state   genread_push_buffer_state

Definition at line 17 of file genread_lex.c.

◆ yyrealloc

#define yyrealloc   genread_realloc

Definition at line 30 of file genread_lex.c.

◆ yyrestart

#define yyrestart   genread_restart

Definition at line 26 of file genread_lex.c.

◆ yyset_debug

#define yyset_debug   genread_set_debug

Definition at line 152 of file genread_lex.c.

◆ yyset_extra

#define yyset_extra   genread_set_extra

Definition at line 164 of file genread_lex.c.

◆ yyset_in

#define yyset_in   genread_set_in

Definition at line 176 of file genread_lex.c.

◆ yyset_lineno

#define yyset_lineno   genread_set_lineno

Definition at line 212 of file genread_lex.c.

◆ yyset_out

#define yyset_out   genread_set_out

Definition at line 188 of file genread_lex.c.

◆ YYSTATE

#define YYSTATE   YY_START

Definition at line 382 of file genread_lex.c.

◆ YYTABLES_NAME

#define YYTABLES_NAME   "yytables"

◆ yyterminate

#define yyterminate ( )    return YY_NULL

No semi-colon after return; correct usage is to write "yyterminate();" - we don't want an extra ';' after the "return" because that will cause some compilers to complain about unreachable statements.

Definition at line 980 of file genread_lex.c.

◆ yytext

char * yytext   genread_text

Definition at line 27 of file genread_lex.c.

◆ yytext_ptr

#define yytext_ptr   yytext

Definition at line 597 of file genread_lex.c.

◆ yywrap

int yywrap   genread_wrap

Macros after this point can all be overridden by user definitions in section 1.

Definition at line 28 of file genread_lex.c.

Typedef Documentation

◆ flex_int16_t

typedef short int flex_int16_t

Definition at line 310 of file genread_lex.c.

◆ flex_int32_t

typedef int flex_int32_t

Definition at line 311 of file genread_lex.c.

◆ flex_int8_t

typedef signed char flex_int8_t

C99 systems have <inttypes.h>.

Non-C99 systems may or may not.

Definition at line 309 of file genread_lex.c.

◆ flex_uint16_t

typedef unsigned short int flex_uint16_t

Definition at line 313 of file genread_lex.c.

◆ flex_uint32_t

typedef unsigned int flex_uint32_t

Definition at line 314 of file genread_lex.c.

◆ flex_uint8_t

typedef unsigned char flex_uint8_t

Definition at line 312 of file genread_lex.c.

◆ YY_BUFFER_STATE

Definition at line 408 of file genread_lex.c.

◆ YY_CHAR

Begin user sect3.

Definition at line 584 of file genread_lex.c.

◆ yy_size_t

typedef size_t yy_size_t

Definition at line 413 of file genread_lex.c.

◆ yy_state_type

typedef int yy_state_type

Definition at line 588 of file genread_lex.c.

Function Documentation

◆ append_to_literal()

static void append_to_literal ( string  s)
static

Definition at line 795 of file genread_lex.c.

796 {
797  int total;
798 
799  if (literal_size == 0) {
800  literal_size = 50;
801  literal = (char*) malloc(sizeof(char)*literal_size);
802  message_assert("malloc ok", literal);
803  literal[0]='\0';
804  }
805 
806  total = strlen(literal)+strlen(s)+1;
807  if (total >= literal_size) {
808  literal_size = total+100;
809  literal = (char*) realloc(literal, sizeof(char)*literal_size);
810  message_assert("realloc ok", literal);
811  }
812 
813  strcat(literal, s);
814 }
static string literal
Definition: genread_lex.c:793
static int literal_size
Definition: genread_lex.c:794
void * malloc(YYSIZE_T)
#define message_assert(msg, ex)
Definition: newgen_assert.h:47

References literal, literal_size, malloc(), and message_assert.

+ Here is the call graph for this function:

◆ if()

if ( yy_init)

first start state

Definition at line 1029 of file genread_lex.c.

1030  {
1031  (yy_init) = 1;
1032 
1033 #ifdef YY_USER_INIT
1034  YY_USER_INIT;
1035 #endif
1036 
1037  if ( ! (yy_start) )
1038  (yy_start) = 1; /* first start state */
1039 
1040  if ( ! yyin )
1041  yyin = stdin;
1042 
1043  if ( ! yyout )
1044  yyout = stdout;
1045 
1046  if ( ! YY_CURRENT_BUFFER ) {
1050  }
1051 
1053  }
#define yyout
Definition: genread_lex.c:25
static int yy_start
whether we need to initialize
Definition: genread_lex.c:534
#define yyensure_buffer_stack
Definition: genread_lex.c:19
#define yy_create_buffer
A lexical scanner generated by flex.
Definition: genread_lex.c:8
static int yy_init
Definition: genread_lex.c:533
#define yy_load_buffer_state
Definition: genread_lex.c:15

References YY_BUF_SIZE, yy_create_buffer, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_init, yy_load_buffer_state, yy_start, yyensure_buffer_stack, yyin, and yyout.

Referenced by adg_dataflowgraph(), adg_dataflowgraph_with_extremities(), compute_region_variables(), gen_sweep_init(), gen_sweep_update(), get_m_coef(), print_call_precondition(), reference_written_p(), region_dynamic_var_elim(), sl_max_constraints_nb(), and tmp_result_cmp().

+ Here is the caller graph for this function:

◆ input()

static int input ( void  )
static

◆ newgen_lexer_position()

void newgen_lexer_position ( FILE *  out)

First part of user prologue.


The syntax of objects printed by GEN_WRITE.

Definition at line 831 of file genread_lex.c.

832 {
833  fprintf(out, "newgen lexer token %zd at line %zd (column %zd, char %zd)\n",
836 }
static FILE * out
Definition: alias_check.c:128
static size_t newgen_char_number
Definition: genread_lex.c:818
static size_t newgen_lex_number
Definition: genread_lex.c:820
static size_t newgen_col_number
Definition: genread_lex.c:819
static size_t newgen_line_number
Definition: genread_lex.c:817
int fprintf()
test sc_min : ce test s'appelle par : programme fichier1.data fichier2.data ...

References fprintf(), newgen_char_number, newgen_col_number, newgen_lex_number, newgen_line_number, and out.

Referenced by yyerror().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ newgen_start_lexer()

void newgen_start_lexer ( FILE *  in)

starting the scanner.

Definition at line 822 of file genread_lex.c.

823 {
824  if (in) { yyin = in; }
825  newgen_char_number = 0;
826  newgen_line_number = 1;
827  newgen_col_number = 0;
828  newgen_lex_number = 0;
829 }

References newgen_char_number, newgen_col_number, newgen_lex_number, newgen_line_number, and yyin.

Referenced by gen_read(), gen_read_spec(), and gen_read_tabulated().

+ Here is the caller graph for this function:

◆ yy_create_buffer()

YY_BUFFER_STATE yy_create_buffer ( FILE *  file,
int  size 
)

◆ yy_delete_buffer()

void yy_delete_buffer ( YY_BUFFER_STATE  b)

◆ yy_fatal_error()

static void yynoreturn yy_fatal_error ( const char *  msg)
static

◆ yy_flush_buffer()

void yy_flush_buffer ( YY_BUFFER_STATE  b)

◆ yy_get_next_buffer()

static int yy_get_next_buffer ( void  )
static

◆ yy_get_previous_state()

static yy_state_type yy_get_previous_state ( void  )
static

◆ yy_init_buffer()

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

◆ yy_init_globals()

static int yy_init_globals ( void  )
static

◆ yy_scan_buffer()

YY_BUFFER_STATE yy_scan_buffer ( char *  base,
yy_size_t  size 
)

◆ yy_scan_bytes()

YY_BUFFER_STATE yy_scan_bytes ( const char *  bytes,
int  len 
)

◆ yy_scan_string()

YY_BUFFER_STATE yy_scan_string ( const char *  yy_str)

◆ yy_switch_to_buffer()

void yy_switch_to_buffer ( YY_BUFFER_STATE  new_buffer)

◆ yy_try_NUL_trans()

static yy_state_type yy_try_NUL_trans ( yy_state_type  current_state)
static

◆ yyalloc()

void* yyalloc ( yy_size_t  )

◆ yyfree()

void yyfree ( void *  )

◆ yypush_buffer_state()

void yypush_buffer_state ( YY_BUFFER_STATE  new_buffer)

◆ yyrealloc()

void* yyrealloc ( void *  ,
yy_size_t   
)

◆ yyrestart()

void yyrestart ( FILE *  input_file)

◆ yyset_debug()

void yyset_debug ( int  debug_flag)

◆ yyset_extra()

void yyset_extra ( YY_EXTRA_TYPE  user_defined)

◆ yyset_in()

void yyset_in ( FILE *  _in_str)

◆ yyset_lineno()

void yyset_lineno ( int  _line_number)

◆ yyset_out()

void yyset_out ( FILE *  _out_str)

Variable Documentation

◆ literal

string literal = (char*) NULL
static

Definition at line 793 of file genread_lex.c.

Referenced by append_to_literal().

◆ literal_size

int literal_size = 0
static

Definition at line 794 of file genread_lex.c.

Referenced by append_to_literal().

◆ newgen_char_number

size_t newgen_char_number
static

Definition at line 818 of file genread_lex.c.

Referenced by newgen_lexer_position(), and newgen_start_lexer().

◆ newgen_col_number

size_t newgen_col_number
static

Definition at line 819 of file genread_lex.c.

Referenced by newgen_lexer_position(), and newgen_start_lexer().

◆ newgen_lex_number

size_t newgen_lex_number
static

Definition at line 820 of file genread_lex.c.

Referenced by newgen_lexer_position(), and newgen_start_lexer().

◆ newgen_line_number

size_t newgen_line_number
static

Definition at line 817 of file genread_lex.c.

Referenced by newgen_lexer_position(), and newgen_start_lexer().

◆ yy_accept

const flex_int16_t yy_accept[80]
static
Initial value:
=
{ 0,
31, 31, 3, 3, 35, 33, 31, 32, 7, 30,
33, 10, 11, 13, 14, 12, 33, 28, 26, 19,
21, 20, 17, 24, 23, 22, 25, 9, 18, 8,
6, 15, 16, 3, 3, 4, 3, 5, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 33, 3,
3, 3, 31, 28, 0, 0, 0, 3, 3, 4,
3, 3, 3, 2, 1, 27, 29, 3, 0
}

Definition at line 622 of file genread_lex.c.

◆ yy_act

int yy_act

Definition at line 1027 of file genread_lex.c.

◆ yy_base

const flex_int16_t yy_base[82]
static
Initial value:
=
{ 0,
0, 0, 30, 0, 102, 103, 59, 103, 103, 103,
74, 103, 103, 103, 103, 103, 60, 50, 103, 103,
103, 103, 103, 103, 103, 103, 103, 103, 103, 103,
103, 103, 103, 0, 63, 65, 0, 103, 73, 0,
0, 0, 0, 0, 67, 57, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 67, 0,
0, 0, 73, 65, 0, 74, 85, 0, 81, 83,
76, 78, 83, 103, 103, 103, 79, 77, 103, 81,
95
}

Definition at line 673 of file genread_lex.c.

◆ yy_bp

char * yy_bp

Definition at line 1026 of file genread_lex.c.

◆ yy_buffer_stack

YY_BUFFER_STATE* yy_buffer_stack = NULL
static

Stack as an array.

Definition at line 510 of file genread_lex.c.

◆ yy_buffer_stack_max

size_t yy_buffer_stack_max = 0
static

capacity of stack.

Definition at line 509 of file genread_lex.c.

◆ yy_buffer_stack_top

size_t yy_buffer_stack_top = 0
static

!YY_STRUCT_YY_BUFFER_STATE

Stack of input buffers. index of top of stack.

Definition at line 508 of file genread_lex.c.

◆ yy_c_buf_p

char* yy_c_buf_p = NULL
static

Points to current character in buffer.

Definition at line 532 of file genread_lex.c.

◆ yy_chk

const flex_int16_t yy_chk[134]
static
Initial value:
=
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
7, 17, 18, 18, 35, 35, 36, 36, 45, 46,
46, 59, 7, 17, 63, 66, 35, 64, 64, 72,
45, 80, 69, 69, 70, 70, 63, 66, 71, 71,
78, 72, 77, 59, 69, 81, 73, 81, 67, 39,
11, 5, 79, 79, 79, 79, 79, 79, 79, 79,
79, 79, 79, 79, 79, 79, 79, 79, 79, 79,
79, 79, 79, 79, 79, 79, 79, 79, 79, 79,
79, 79, 79
}

Definition at line 718 of file genread_lex.c.

◆ yy_cp

char* yy_cp

Definition at line 1026 of file genread_lex.c.

◆ YY_DECL

YY_DECL
Initial value:
{
yy_state_type yy_current_state
int yy_state_type
Definition: genread_lex.c:588

The main scanner function which does all the work.

Definition at line 1023 of file genread_lex.c.

◆ yy_def

const flex_int16_t yy_def[82]
static
Initial value:
=
{ 0,
79, 1, 79, 3, 79, 79, 79, 79, 79, 79,
79, 79, 79, 79, 79, 79, 79, 79, 79, 79,
79, 79, 79, 79, 79, 79, 79, 79, 79, 79,
79, 79, 79, 80, 80, 79, 80, 79, 80, 80,
80, 80, 80, 80, 80, 80, 80, 80, 80, 80,
80, 80, 80, 80, 80, 80, 80, 80, 79, 80,
80, 80, 79, 79, 81, 79, 79, 80, 80, 79,
80, 80, 80, 79, 79, 79, 79, 80, 0, 79,
79
}

Definition at line 686 of file genread_lex.c.

◆ yy_did_buffer_switch_on_eof

int yy_did_buffer_switch_on_eof
static

start state number

Flag which is used to allow yywrap()'s to do buffer switches instead of setting up a fresh yyin. A bit of a hack ...

Definition at line 539 of file genread_lex.c.

◆ yy_ec

const YY_CHAR yy_ec[256]
static

Definition at line 634 of file genread_lex.c.

◆ yy_flex_debug

int yy_flex_debug = 0

Definition at line 741 of file genread_lex.c.

◆ yy_hold_char

char yy_hold_char
static

yy_hold_char holds the character lost when yytext is formed.

Definition at line 527 of file genread_lex.c.

◆ yy_init

int yy_init = 0
static

Definition at line 533 of file genread_lex.c.

Referenced by if().

◆ yy_last_accepting_cpos

char* yy_last_accepting_cpos
static

Definition at line 738 of file genread_lex.c.

◆ yy_last_accepting_state

yy_state_type yy_last_accepting_state
static

Definition at line 737 of file genread_lex.c.

◆ yy_meta

const YY_CHAR yy_meta[31]
static
Initial value:
=
{ 0,
1, 1, 2, 1, 3, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 3, 1, 1, 1
}

Definition at line 666 of file genread_lex.c.

◆ yy_n_chars

int yy_n_chars
static

Definition at line 528 of file genread_lex.c.

◆ yy_nxt

const flex_int16_t yy_nxt[134]
static
Initial value:
=
{ 0,
6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
16, 17, 6, 18, 19, 20, 21, 22, 23, 24,
25, 26, 27, 28, 29, 30, 6, 31, 32, 33,
34, 35, 36, 37, 38, 39, 40, 41, 42, 43,
44, 45, 34, 46, 47, 48, 49, 50, 51, 52,
53, 54, 55, 56, 57, 58, 59, 60, 61, 62,
63, 66, 67, 64, 69, 70, 70, 70, 72, 73,
71, 74, 64, 64, 63, 66, 71, 67, 64, 72,
71, 68, 69, 70, 70, 70, 64, 64, 73, 71,
78, 71, 77, 75, 71, 76, 78, 76, 77, 65,
65, 79, 5, 79, 79, 79, 79, 79, 79, 79,
79, 79, 79, 79, 79, 79, 79, 79, 79, 79,
79, 79, 79, 79, 79, 79, 79, 79, 79, 79,
79, 79, 79
}

Definition at line 699 of file genread_lex.c.

◆ yy_start

int yy_start = 0
static

whether we need to initialize

Definition at line 534 of file genread_lex.c.

Referenced by if().

◆ yyin

FILE* yyin

Definition at line 586 of file genread_lex.c.

◆ yyleng

int yyleng

number of characters read into yy_ch_buf

Definition at line 529 of file genread_lex.c.

◆ yylineno

int yylineno = 1

Begin user sect3.

Definition at line 591 of file genread_lex.c.

◆ yyout

FILE * yyout

Definition at line 418 of file genread_lex.c.

◆ yytext

char* yytext

Definition at line 750 of file genread_lex.c.