My Project
OSParseosrl.cpp File Reference
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <iostream>
#include <sstream>
#include "OSConfig.h"
#include "OSDataStructures.h"
#include "OSErrorClass.h"
#include "OSMathUtil.h"
#include "OSgLParserData.h"
#include "OSrLParserData.h"
#include "OSnLParserData.h"
#include "OSInstance.h"
#include "OSResult.h"
#include "OSGeneral.h"
#include "OSParseosrl.tab.hpp"
#include <unistd.h>

Go to the source code of this file.

Classes

struct  yy_buffer_state
 
struct  yy_trans_info
 
struct  yyguts_t
 

Macros

#define YY_INT_ALIGNED   short int
 
#define FLEX_SCANNER
 
#define YY_FLEX_MAJOR_VERSION   2
 
#define YY_FLEX_MINOR_VERSION   6
 
#define YY_FLEX_SUBMINOR_VERSION   4
 
#define yy_create_buffer   osrl_create_buffer
 
#define yy_delete_buffer   osrl_delete_buffer
 
#define yy_scan_buffer   osrl_scan_buffer
 
#define yy_scan_string   osrl_scan_string
 
#define yy_scan_bytes   osrl_scan_bytes
 
#define yy_init_buffer   osrl_init_buffer
 
#define yy_flush_buffer   osrl_flush_buffer
 
#define yy_load_buffer_state   osrl_load_buffer_state
 
#define yy_switch_to_buffer   osrl_switch_to_buffer
 
#define yypush_buffer_state   osrlpush_buffer_state
 
#define yypop_buffer_state   osrlpop_buffer_state
 
#define yyensure_buffer_stack   osrlensure_buffer_stack
 
#define yylex   osrllex
 
#define yyrestart   osrlrestart
 
#define yylex_init   osrllex_init
 
#define yylex_init_extra   osrllex_init_extra
 
#define yylex_destroy   osrllex_destroy
 
#define yyget_debug   osrlget_debug
 
#define yyset_debug   osrlset_debug
 
#define yyget_extra   osrlget_extra
 
#define yyset_extra   osrlset_extra
 
#define yyget_in   osrlget_in
 
#define yyset_in   osrlset_in
 
#define yyget_out   osrlget_out
 
#define yyset_out   osrlset_out
 
#define yyget_leng   osrlget_leng
 
#define yyget_text   osrlget_text
 
#define yyget_lineno   osrlget_lineno
 
#define yyset_lineno   osrlset_lineno
 
#define yyget_column   osrlget_column
 
#define yyset_column   osrlset_column
 
#define yywrap   osrlwrap
 
#define yyget_lval   osrlget_lval
 
#define yyset_lval   osrlset_lval
 
#define yyget_lloc   osrlget_lloc
 
#define yyset_lloc   osrlset_lloc
 
#define yyalloc   osrlalloc
 
#define yyrealloc   osrlrealloc
 
#define yyfree   osrlfree
 
#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 SIZE_MAX   (~(size_t)0)
 
#define yyconst   const
 
#define yynoreturn
 
#define YY_NULL   0
 
#define YY_SC_TO_UI(c)
 
#define YY_TYPEDEF_YY_SCANNER_T
 
#define yyin   yyg->yyin_r
 
#define yyout   yyg->yyout_r
 
#define yyextra   yyg->yyextra_r
 
#define yyleng   yyg->yyleng_r
 
#define yytext   yyg->yytext_r
 
#define yylineno   (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)
 
#define yycolumn   (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
 
#define yy_flex_debug   yyg->yy_flex_debug_r
 
#define BEGIN   yyg->yy_start = 1 + 2 *
 
#define YY_START   ((yyg->yy_start - 1) / 2)
 
#define YYSTATE   YY_START
 
#define YY_STATE_EOF(state)
 
#define YY_NEW_FILE   yyrestart( yyin , yyscanner )
 
#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 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(dst)
 
#define yyless(n)
 
#define unput(c)
 
#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   yyg->yy_buffer_stack[yyg->yy_buffer_stack_top]
 
#define YY_FLUSH_BUFFER   yy_flush_buffer( YY_CURRENT_BUFFER , yyscanner)
 
#define yy_new_buffer   yy_create_buffer
 
#define yy_set_interactive(is_interactive)
 
#define yy_set_bol(at_bol)
 
#define YY_AT_BOL()
 
#define osrlwrap(yyscanner)
 
#define YY_SKIP_YYWRAP
 
#define yytext_ptr   yytext_r
 
#define YY_DO_BEFORE_ACTION
 
#define YY_NUM_RULES   489
 
#define YY_END_OF_BUFFER   490
 
#define REJECT   reject_used_but_not_detected
 
#define yymore()
 
#define YY_MORE_ADJ   0
 
#define YY_RESTORE_YY_MORE_OFFSET
 
#define YY_PRINT
 
#define YY_EXTRA_TYPE   OSrLParserData*
 
#define INITIAL   0
 
#define osrlattributetext   1
 
#define doublequoteattributetext   2
 
#define singlequoteattributetext   3
 
#define startelement   4
 
#define elementtext   5
 
#define itemtext   6
 
#define comment   7
 
#define xmldeclaration   8
 
#define yylval   yyg->yylval_r
 
#define yylloc   yyg->yylloc_r
 
#define YY_READ_BUF_SIZE   8192
 
#define ECHO   do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
 
#define YY_INPUT(buf, result, max_size)
 
#define yyterminate()
 
#define YY_START_STACK_INCR   25
 
#define YY_FATAL_ERROR(msg)
 
#define YY_DECL_IS_OURS   1
 
#define YY_DECL
 
#define YY_USER_ACTION
 
#define YY_BREAK   /*LINTED*/break;
 
#define YY_RULE_SETUP    YY_USER_ACTION
 
#define YY_EXIT_FAILURE   2
 
#define yyless(n)
 
#define YYTABLES_NAME   "yytables"
 

Typedefs

typedef void * yyscan_t
 
typedef struct yy_buffer_stateYY_BUFFER_STATE
 

Functions

void yyrestart (FILE *input_file, yyscan_t yyscanner)
 
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer, yyscan_t yyscanner)
 
YY_BUFFER_STATE yy_create_buffer (FILE *file, int size, yyscan_t yyscanner)
 
void yy_delete_buffer (YY_BUFFER_STATE b, yyscan_t yyscanner)
 
void yy_flush_buffer (YY_BUFFER_STATE b, yyscan_t yyscanner)
 
void yypush_buffer_state (YY_BUFFER_STATE new_buffer, yyscan_t yyscanner)
 
void yypop_buffer_state (yyscan_t yyscanner)
 
static void yyensure_buffer_stack (yyscan_t yyscanner)
 
static void yy_load_buffer_state (yyscan_t yyscanner)
 
static void yy_init_buffer (YY_BUFFER_STATE b, FILE *file, yyscan_t yyscanner)
 
YY_BUFFER_STATE yy_scan_buffer (char *base, yy_size_t size, yyscan_t yyscanner)
 
YY_BUFFER_STATE yy_scan_string (const char *yy_str, yyscan_t yyscanner)
 
YY_BUFFER_STATE yy_scan_bytes (const char *bytes, int len, yyscan_t yyscanner)
 
void * yyalloc (yy_size_t, yyscan_t yyscanner)
 
void * yyrealloc (void *, yy_size_t, yyscan_t yyscanner)
 
void yyfree (void *, yyscan_t yyscanner)
 
static yy_state_type yy_get_previous_state (yyscan_t yyscanner)
 
static yy_state_type yy_try_NUL_trans (yy_state_type current_state, yyscan_t yyscanner)
 
static int yy_get_next_buffer (yyscan_t yyscanner)
 
static void yynoreturn yy_fatal_error (const char *msg, yyscan_t yyscanner)
 
static int yy_init_globals (yyscan_t yyscanner)
 
int yylex_init (yyscan_t *scanner)
 
int yylex_init_extra (YY_EXTRA_TYPE user_defined, yyscan_t *scanner)
 
int yylex_destroy (yyscan_t yyscanner)
 
int yyget_debug (yyscan_t yyscanner)
 
void yyset_debug (int debug_flag, yyscan_t yyscanner)
 
YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner)
 
void yyset_extra (YY_EXTRA_TYPE user_defined, yyscan_t yyscanner)
 
FILE * yyget_in (yyscan_t yyscanner)
 
void yyset_in (FILE *_in_str, yyscan_t yyscanner)
 
FILE * yyget_out (yyscan_t yyscanner)
 
void yyset_out (FILE *_out_str, yyscan_t yyscanner)
 
int yyget_leng (yyscan_t yyscanner)
 
char * yyget_text (yyscan_t yyscanner)
 
int yyget_lineno (yyscan_t yyscanner)
 
void yyset_lineno (int _line_number, yyscan_t yyscanner)
 
int yyget_column (yyscan_t yyscanner)
 
void yyset_column (int _column_no, yyscan_t yyscanner)
 
YYSTYPEyyget_lval (yyscan_t yyscanner)
 
void yyset_lval (YYSTYPE *yylval_param, yyscan_t yyscanner)
 
YYLTYPEyyget_lloc (yyscan_t yyscanner)
 
void yyset_lloc (YYLTYPE *yylloc_param, yyscan_t yyscanner)
 
static int input (yyscan_t yyscanner)
 
int yylex (YYSTYPE *yylval_param, YYLTYPE *yylloc_param, yyscan_t yyscanner)
 
 if (!yyg->yy_init)
 

Variables

static const flex_int16_t yy_accept [3704]
 
static const YY_CHAR yy_ec [256]
 
static const YY_CHAR yy_meta [64]
 
static const flex_int16_t yy_base [3716]
 
static const flex_int16_t yy_def [3716]
 
static const flex_int16_t yy_nxt [5977]
 
static const flex_int16_t yy_chk [5977]
 
static const flex_int32_t yy_rule_can_match_eol [490]
 
 YY_DECL
 The main scanner function which does all the work.
 
char * yy_cp
 
char * yy_bp
 
int yy_act
 
struct yyguts_tyyg = (struct yyguts_t*)yyscanner
 
 yylval = yylval_param
 
 yylloc = yylloc_param
 

Macro Definition Documentation

◆ YY_INT_ALIGNED

#define YY_INT_ALIGNED   short int

Definition at line 5 of file OSParseosrl.cpp.

◆ FLEX_SCANNER

#define FLEX_SCANNER

Definition at line 9 of file OSParseosrl.cpp.

◆ YY_FLEX_MAJOR_VERSION

#define YY_FLEX_MAJOR_VERSION   2

Definition at line 10 of file OSParseosrl.cpp.

◆ YY_FLEX_MINOR_VERSION

#define YY_FLEX_MINOR_VERSION   6

Definition at line 11 of file OSParseosrl.cpp.

◆ YY_FLEX_SUBMINOR_VERSION

#define YY_FLEX_SUBMINOR_VERSION   4

Definition at line 12 of file OSParseosrl.cpp.

◆ yy_create_buffer

#define yy_create_buffer   osrl_create_buffer

Definition at line 20 of file OSParseosrl.cpp.

◆ yy_delete_buffer

#define yy_delete_buffer   osrl_delete_buffer

Definition at line 26 of file OSParseosrl.cpp.

◆ yy_scan_buffer

#define yy_scan_buffer   osrl_scan_buffer

Definition at line 32 of file OSParseosrl.cpp.

◆ yy_scan_string

#define yy_scan_string   osrl_scan_string

Definition at line 38 of file OSParseosrl.cpp.

◆ yy_scan_bytes

#define yy_scan_bytes   osrl_scan_bytes

Definition at line 44 of file OSParseosrl.cpp.

◆ yy_init_buffer

#define yy_init_buffer   osrl_init_buffer

Definition at line 50 of file OSParseosrl.cpp.

◆ yy_flush_buffer

#define yy_flush_buffer   osrl_flush_buffer

Definition at line 56 of file OSParseosrl.cpp.

◆ yy_load_buffer_state

#define yy_load_buffer_state   osrl_load_buffer_state

Definition at line 62 of file OSParseosrl.cpp.

◆ yy_switch_to_buffer

#define yy_switch_to_buffer   osrl_switch_to_buffer

Definition at line 68 of file OSParseosrl.cpp.

◆ yypush_buffer_state

#define yypush_buffer_state   osrlpush_buffer_state

Definition at line 74 of file OSParseosrl.cpp.

◆ yypop_buffer_state

#define yypop_buffer_state   osrlpop_buffer_state

Definition at line 80 of file OSParseosrl.cpp.

◆ yyensure_buffer_stack

#define yyensure_buffer_stack   osrlensure_buffer_stack

Definition at line 86 of file OSParseosrl.cpp.

◆ yylex

#define yylex   osrllex

Definition at line 92 of file OSParseosrl.cpp.

◆ yyrestart

#define yyrestart   osrlrestart

Definition at line 98 of file OSParseosrl.cpp.

◆ yylex_init

#define yylex_init   osrllex_init

Definition at line 104 of file OSParseosrl.cpp.

◆ yylex_init_extra

#define yylex_init_extra   osrllex_init_extra

Definition at line 110 of file OSParseosrl.cpp.

◆ yylex_destroy

#define yylex_destroy   osrllex_destroy

Definition at line 116 of file OSParseosrl.cpp.

◆ yyget_debug

#define yyget_debug   osrlget_debug

Definition at line 122 of file OSParseosrl.cpp.

◆ yyset_debug

#define yyset_debug   osrlset_debug

Definition at line 128 of file OSParseosrl.cpp.

◆ yyget_extra

#define yyget_extra   osrlget_extra

Definition at line 134 of file OSParseosrl.cpp.

◆ yyset_extra

#define yyset_extra   osrlset_extra

Definition at line 140 of file OSParseosrl.cpp.

◆ yyget_in

#define yyget_in   osrlget_in

Definition at line 146 of file OSParseosrl.cpp.

◆ yyset_in

#define yyset_in   osrlset_in

Definition at line 152 of file OSParseosrl.cpp.

◆ yyget_out

#define yyget_out   osrlget_out

Definition at line 158 of file OSParseosrl.cpp.

◆ yyset_out

#define yyset_out   osrlset_out

Definition at line 164 of file OSParseosrl.cpp.

◆ yyget_leng

#define yyget_leng   osrlget_leng

Definition at line 170 of file OSParseosrl.cpp.

◆ yyget_text

#define yyget_text   osrlget_text

Definition at line 176 of file OSParseosrl.cpp.

◆ yyget_lineno

#define yyget_lineno   osrlget_lineno

Definition at line 182 of file OSParseosrl.cpp.

◆ yyset_lineno

#define yyset_lineno   osrlset_lineno

Definition at line 188 of file OSParseosrl.cpp.

◆ yyget_column

#define yyget_column   osrlget_column

Definition at line 194 of file OSParseosrl.cpp.

◆ yyset_column

#define yyset_column   osrlset_column

Definition at line 200 of file OSParseosrl.cpp.

◆ yywrap

#define yywrap   osrlwrap

Definition at line 206 of file OSParseosrl.cpp.

◆ yyget_lval

#define yyget_lval   osrlget_lval

Definition at line 212 of file OSParseosrl.cpp.

◆ yyset_lval

#define yyset_lval   osrlset_lval

Definition at line 218 of file OSParseosrl.cpp.

◆ yyget_lloc

#define yyget_lloc   osrlget_lloc

Definition at line 224 of file OSParseosrl.cpp.

◆ yyset_lloc

#define yyset_lloc   osrlset_lloc

Definition at line 230 of file OSParseosrl.cpp.

◆ yyalloc

#define yyalloc   osrlalloc

Definition at line 236 of file OSParseosrl.cpp.

◆ yyrealloc

#define yyrealloc   osrlrealloc

Definition at line 242 of file OSParseosrl.cpp.

◆ yyfree

#define yyfree   osrlfree

Definition at line 248 of file OSParseosrl.cpp.

◆ FLEXINT_H

#define FLEXINT_H

Definition at line 264 of file OSParseosrl.cpp.

◆ INT8_MIN

#define INT8_MIN   (-128)

Definition at line 294 of file OSParseosrl.cpp.

◆ INT16_MIN

#define INT16_MIN   (-32767-1)

Definition at line 297 of file OSParseosrl.cpp.

◆ INT32_MIN

#define INT32_MIN   (-2147483647-1)

Definition at line 300 of file OSParseosrl.cpp.

◆ INT8_MAX

#define INT8_MAX   (127)

Definition at line 303 of file OSParseosrl.cpp.

◆ INT16_MAX

#define INT16_MAX   (32767)

Definition at line 306 of file OSParseosrl.cpp.

◆ INT32_MAX

#define INT32_MAX   (2147483647)

Definition at line 309 of file OSParseosrl.cpp.

◆ UINT8_MAX

#define UINT8_MAX   (255U)

Definition at line 312 of file OSParseosrl.cpp.

◆ UINT16_MAX

#define UINT16_MAX   (65535U)

Definition at line 315 of file OSParseosrl.cpp.

◆ UINT32_MAX

#define UINT32_MAX   (4294967295U)

Definition at line 318 of file OSParseosrl.cpp.

◆ SIZE_MAX

#define SIZE_MAX   (~(size_t)0)

Definition at line 322 of file OSParseosrl.cpp.

◆ yyconst

#define yyconst   const

Definition at line 332 of file OSParseosrl.cpp.

◆ yynoreturn

#define yynoreturn

Definition at line 337 of file OSParseosrl.cpp.

◆ YY_NULL

#define YY_NULL   0

Definition at line 341 of file OSParseosrl.cpp.

◆ YY_SC_TO_UI

#define YY_SC_TO_UI ( c)
Value:
((YY_CHAR) (c))
flex_uint8_t YY_CHAR

Definition at line 346 of file OSParseosrl.cpp.

◆ YY_TYPEDEF_YY_SCANNER_T

#define YY_TYPEDEF_YY_SCANNER_T

Definition at line 350 of file OSParseosrl.cpp.

◆ yyin

#define yyin   yyg->yyin_r

Definition at line 356 of file OSParseosrl.cpp.

◆ yyout

#define yyout   yyg->yyout_r

Definition at line 357 of file OSParseosrl.cpp.

◆ yyextra

#define yyextra   yyg->yyextra_r

Definition at line 358 of file OSParseosrl.cpp.

◆ yyleng

#define yyleng   yyg->yyleng_r

Definition at line 359 of file OSParseosrl.cpp.

◆ yytext

#define yytext   yyg->yytext_r

Definition at line 360 of file OSParseosrl.cpp.

◆ yylineno

#define yylineno   (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)

Definition at line 361 of file OSParseosrl.cpp.

◆ yycolumn

#define yycolumn   (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)

Definition at line 362 of file OSParseosrl.cpp.

◆ yy_flex_debug

#define yy_flex_debug   yyg->yy_flex_debug_r

Definition at line 363 of file OSParseosrl.cpp.

◆ BEGIN

#define BEGIN   yyg->yy_start = 1 + 2 *

Definition at line 369 of file OSParseosrl.cpp.

◆ YY_START

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

Definition at line 374 of file OSParseosrl.cpp.

◆ YYSTATE

#define YYSTATE   YY_START

Definition at line 375 of file OSParseosrl.cpp.

◆ YY_STATE_EOF

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

Definition at line 377 of file OSParseosrl.cpp.

◆ YY_NEW_FILE

#define YY_NEW_FILE   yyrestart( yyin , yyscanner )

Definition at line 379 of file OSParseosrl.cpp.

◆ YY_END_OF_BUFFER_CHAR

#define YY_END_OF_BUFFER_CHAR   0

Definition at line 380 of file OSParseosrl.cpp.

◆ YY_BUF_SIZE

#define YY_BUF_SIZE   16384

Definition at line 391 of file OSParseosrl.cpp.

◆ YY_STATE_BUF_SIZE

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

Definition at line 397 of file OSParseosrl.cpp.

◆ YY_TYPEDEF_YY_BUFFER_STATE

#define YY_TYPEDEF_YY_BUFFER_STATE

Definition at line 400 of file OSParseosrl.cpp.

◆ YY_TYPEDEF_YY_SIZE_T

#define YY_TYPEDEF_YY_SIZE_T

Definition at line 405 of file OSParseosrl.cpp.

◆ EOB_ACT_CONTINUE_SCAN

#define EOB_ACT_CONTINUE_SCAN   0

Definition at line 409 of file OSParseosrl.cpp.

◆ EOB_ACT_END_OF_FILE

#define EOB_ACT_END_OF_FILE   1

Definition at line 410 of file OSParseosrl.cpp.

◆ EOB_ACT_LAST_MATCH

#define EOB_ACT_LAST_MATCH   2

Definition at line 411 of file OSParseosrl.cpp.

◆ YY_LESS_LINENO

#define YY_LESS_LINENO ( n)
Value:
do { \
int yyl;\
for ( yyl = n; yyl < yyleng; ++yyl )\
if ( yytext[yyl] == '\n' )\
}while(0)
#define yytext
#define yylineno
#define yyleng

Definition at line 420 of file OSParseosrl.cpp.

◆ YY_LINENO_REWIND_TO

#define YY_LINENO_REWIND_TO ( dst)
Value:
do {\
const char *p;\
for ( p = yy_cp-1; p >= (dst); --p)\
if ( *p == '\n' )\
}while(0)
char * yy_cp

Definition at line 427 of file OSParseosrl.cpp.

◆ 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 \
yyg->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
struct yyguts_t * yyg
char * yy_bp
#define YY_DO_BEFORE_ACTION
char yy_hold_char

Definition at line 436 of file OSParseosrl.cpp.

◆ unput

#define unput ( c)
Value:
yyunput( c, yyg->yytext_ptr , yyscanner )
static void yyunput(int c, char *buf_ptr, yyscan_t yyscanner)

Definition at line 448 of file OSParseosrl.cpp.

◆ YY_STRUCT_YY_BUFFER_STATE

#define YY_STRUCT_YY_BUFFER_STATE

Definition at line 451 of file OSParseosrl.cpp.

◆ YY_BUFFER_NEW

#define YY_BUFFER_NEW   0

Definition at line 498 of file OSParseosrl.cpp.

◆ YY_BUFFER_NORMAL

#define YY_BUFFER_NORMAL   1

Definition at line 499 of file OSParseosrl.cpp.

◆ YY_BUFFER_EOF_PENDING

#define YY_BUFFER_EOF_PENDING   2

Definition at line 510 of file OSParseosrl.cpp.

◆ YY_CURRENT_BUFFER

#define YY_CURRENT_BUFFER
Value:
: NULL)
YY_BUFFER_STATE * yy_buffer_stack
Stack as an array.
size_t yy_buffer_stack_top
index of top of stack.

Definition at line 521 of file OSParseosrl.cpp.

◆ YY_CURRENT_BUFFER_LVALUE

#define YY_CURRENT_BUFFER_LVALUE   yyg->yy_buffer_stack[yyg->yy_buffer_stack_top]

Definition at line 527 of file OSParseosrl.cpp.

◆ YY_FLUSH_BUFFER

#define YY_FLUSH_BUFFER   yy_flush_buffer( YY_CURRENT_BUFFER , yyscanner)

Definition at line 540 of file OSParseosrl.cpp.

◆ yy_new_buffer

#define yy_new_buffer   yy_create_buffer

Definition at line 550 of file OSParseosrl.cpp.

◆ yy_set_interactive

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

Definition at line 551 of file OSParseosrl.cpp.

◆ yy_set_bol

#define yy_set_bol ( at_bol)
Value:
{ \
if ( ! YY_CURRENT_BUFFER ){\
yyensure_buffer_stack (yyscanner); \
yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}

Definition at line 560 of file OSParseosrl.cpp.

◆ YY_AT_BOL

#define YY_AT_BOL ( )
Value:

Definition at line 569 of file OSParseosrl.cpp.

◆ osrlwrap

#define osrlwrap ( yyscanner)
Value:
(/*CONSTCOND*/1)

Definition at line 573 of file OSParseosrl.cpp.

◆ YY_SKIP_YYWRAP

#define YY_SKIP_YYWRAP

Definition at line 574 of file OSParseosrl.cpp.

◆ yytext_ptr

#define yytext_ptr   yytext_r

Definition at line 579 of file OSParseosrl.cpp.

◆ YY_DO_BEFORE_ACTION

#define YY_DO_BEFORE_ACTION
Value:
yyg->yytext_ptr = yy_bp; \
yyleng = (int) (yy_cp - yy_bp); \
*yy_cp = '\0'; \
char * yy_c_buf_p

Definition at line 589 of file OSParseosrl.cpp.

◆ YY_NUM_RULES

#define YY_NUM_RULES   489

Definition at line 595 of file OSParseosrl.cpp.

◆ YY_END_OF_BUFFER

#define YY_END_OF_BUFFER   490

Definition at line 596 of file OSParseosrl.cpp.

◆ REJECT

#define REJECT   reject_used_but_not_detected

Definition at line 3239 of file OSParseosrl.cpp.

◆ yymore

#define yymore ( )
Value:
yymore_used_but_not_detected

Definition at line 3240 of file OSParseosrl.cpp.

◆ YY_MORE_ADJ

#define YY_MORE_ADJ   0

Definition at line 3241 of file OSParseosrl.cpp.

◆ YY_RESTORE_YY_MORE_OFFSET

#define YY_RESTORE_YY_MORE_OFFSET

Definition at line 3242 of file OSParseosrl.cpp.

◆ YY_PRINT

#define YY_PRINT

Definition at line 3271 of file OSParseosrl.cpp.

◆ YY_EXTRA_TYPE

#define YY_EXTRA_TYPE   OSrLParserData*

Definition at line 3346 of file OSParseosrl.cpp.

◆ INITIAL

#define INITIAL   0

Definition at line 3350 of file OSParseosrl.cpp.

◆ osrlattributetext

#define osrlattributetext   1

Definition at line 3351 of file OSParseosrl.cpp.

◆ doublequoteattributetext

#define doublequoteattributetext   2

Definition at line 3352 of file OSParseosrl.cpp.

◆ singlequoteattributetext

#define singlequoteattributetext   3

Definition at line 3353 of file OSParseosrl.cpp.

◆ startelement

#define startelement   4

Definition at line 3354 of file OSParseosrl.cpp.

◆ elementtext

#define elementtext   5

Definition at line 3355 of file OSParseosrl.cpp.

◆ itemtext

#define itemtext   6

Definition at line 3356 of file OSParseosrl.cpp.

◆ comment

#define comment   7

Definition at line 3357 of file OSParseosrl.cpp.

◆ xmldeclaration

#define xmldeclaration   8

Definition at line 3358 of file OSParseosrl.cpp.

◆ yylval

#define yylval   yyg->yylval_r

Definition at line 3414 of file OSParseosrl.cpp.

◆ yylloc

#define yylloc   yyg->yylloc_r

Definition at line 3416 of file OSParseosrl.cpp.

◆ YY_READ_BUF_SIZE

#define YY_READ_BUF_SIZE   8192

Definition at line 3502 of file OSParseosrl.cpp.

◆ ECHO

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

Definition at line 3511 of file OSParseosrl.cpp.

◆ 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); \
} \
}\
\
size_t yy_size_t

Definition at line 3518 of file OSParseosrl.cpp.

◆ yyterminate

#define yyterminate ( )
Value:
return YY_NULL
#define YY_NULL

Definition at line 3555 of file OSParseosrl.cpp.

◆ YY_START_STACK_INCR

#define YY_START_STACK_INCR   25

Definition at line 3560 of file OSParseosrl.cpp.

◆ YY_FATAL_ERROR

#define YY_FATAL_ERROR ( msg)
Value:
yy_fatal_error( msg , yyscanner)
static void yynoreturn yy_fatal_error(const char *msg, yyscan_t yyscanner)

Definition at line 3565 of file OSParseosrl.cpp.

◆ YY_DECL_IS_OURS

#define YY_DECL_IS_OURS   1

Definition at line 3574 of file OSParseosrl.cpp.

◆ YY_DECL

#define YY_DECL
Value:
int yylex \
(YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
void * yyscan_t
#define yylex

Definition at line 3579 of file OSParseosrl.cpp.

◆ YY_USER_ACTION

#define YY_USER_ACTION

Definition at line 3587 of file OSParseosrl.cpp.

◆ YY_BREAK

#define YY_BREAK   /*LINTED*/break;

Definition at line 3592 of file OSParseosrl.cpp.

◆ YY_RULE_SETUP

#define YY_RULE_SETUP    YY_USER_ACTION

Definition at line 3595 of file OSParseosrl.cpp.

◆ YY_EXIT_FAILURE

#define YY_EXIT_FAILURE   2

◆ 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);\
yyg->yy_c_buf_p = yytext + yyless_macro_arg; \
*yyg->yy_c_buf_p = '\0'; \
yyleng = yyless_macro_arg; \
} \
while ( 0 )

Definition at line 436 of file OSParseosrl.cpp.

◆ YYTABLES_NAME

#define YYTABLES_NAME   "yytables"

Typedef Documentation

◆ yyscan_t

typedef void* yyscan_t

Definition at line 351 of file OSParseosrl.cpp.

◆ YY_BUFFER_STATE

Definition at line 401 of file OSParseosrl.cpp.

Function Documentation

◆ yyrestart()

void yyrestart ( FILE * input_file,
yyscan_t yyscanner )

◆ yy_switch_to_buffer()

void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer,
yyscan_t yyscanner )

◆ yy_create_buffer()

YY_BUFFER_STATE yy_create_buffer ( FILE * file,
int size,
yyscan_t yyscanner )

◆ yy_delete_buffer()

void yy_delete_buffer ( YY_BUFFER_STATE b,
yyscan_t yyscanner )

◆ yy_flush_buffer()

void yy_flush_buffer ( YY_BUFFER_STATE b,
yyscan_t yyscanner )

◆ yypush_buffer_state()

void yypush_buffer_state ( YY_BUFFER_STATE new_buffer,
yyscan_t yyscanner )

◆ yypop_buffer_state()

void yypop_buffer_state ( yyscan_t yyscanner)

◆ yyensure_buffer_stack()

static void yyensure_buffer_stack ( yyscan_t yyscanner)
static

◆ yy_load_buffer_state()

static void yy_load_buffer_state ( yyscan_t yyscanner)
static

◆ yy_init_buffer()

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

◆ yy_scan_buffer()

YY_BUFFER_STATE yy_scan_buffer ( char * base,
yy_size_t size,
yyscan_t yyscanner )

◆ yy_scan_string()

YY_BUFFER_STATE yy_scan_string ( const char * yy_str,
yyscan_t yyscanner )

◆ yy_scan_bytes()

YY_BUFFER_STATE yy_scan_bytes ( const char * bytes,
int len,
yyscan_t yyscanner )

◆ yyalloc()

void * yyalloc ( yy_size_t ,
yyscan_t yyscanner )

◆ yyrealloc()

void * yyrealloc ( void * ,
yy_size_t ,
yyscan_t yyscanner )

◆ yyfree()

void yyfree ( void * ,
yyscan_t yyscanner )

◆ yy_get_previous_state()

static yy_state_type yy_get_previous_state ( yyscan_t yyscanner)
static

◆ yy_try_NUL_trans()

static yy_state_type yy_try_NUL_trans ( yy_state_type current_state,
yyscan_t yyscanner )
static

◆ yy_get_next_buffer()

static int yy_get_next_buffer ( yyscan_t yyscanner)
static

◆ yy_fatal_error()

static void yynoreturn yy_fatal_error ( const char * msg,
yyscan_t yyscanner )
static

◆ yy_init_globals()

static int yy_init_globals ( yyscan_t yyscanner)
static

◆ yylex_init()

int yylex_init ( yyscan_t * scanner)

◆ yylex_init_extra()

int yylex_init_extra ( YY_EXTRA_TYPE user_defined,
yyscan_t * scanner )

◆ yylex_destroy()

int yylex_destroy ( yyscan_t yyscanner)

◆ yyget_debug()

int yyget_debug ( yyscan_t yyscanner)

◆ yyset_debug()

void yyset_debug ( int debug_flag,
yyscan_t yyscanner )

◆ yyget_extra()

YY_EXTRA_TYPE yyget_extra ( yyscan_t yyscanner)

◆ yyset_extra()

void yyset_extra ( YY_EXTRA_TYPE user_defined,
yyscan_t yyscanner )

◆ yyget_in()

FILE * yyget_in ( yyscan_t yyscanner)

◆ yyset_in()

void yyset_in ( FILE * _in_str,
yyscan_t yyscanner )

◆ yyget_out()

FILE * yyget_out ( yyscan_t yyscanner)

◆ yyset_out()

void yyset_out ( FILE * _out_str,
yyscan_t yyscanner )

◆ yyget_leng()

int yyget_leng ( yyscan_t yyscanner)

◆ yyget_text()

char * yyget_text ( yyscan_t yyscanner)

◆ yyget_lineno()

int yyget_lineno ( yyscan_t yyscanner)

◆ yyset_lineno()

void yyset_lineno ( int _line_number,
yyscan_t yyscanner )

◆ yyget_column()

int yyget_column ( yyscan_t yyscanner)

◆ yyset_column()

void yyset_column ( int _column_no,
yyscan_t yyscanner )

◆ yyget_lval()

YYSTYPE * yyget_lval ( yyscan_t yyscanner)

◆ yyset_lval()

void yyset_lval ( YYSTYPE * yylval_param,
yyscan_t yyscanner )

◆ yyget_lloc()

YYLTYPE * yyget_lloc ( yyscan_t yyscanner)

◆ yyset_lloc()

void yyset_lloc ( YYLTYPE * yylloc_param,
yyscan_t yyscanner )

◆ input()

static int input ( yyscan_t yyscanner)
static

◆ yylex()

int yylex ( YYSTYPE * yylval_param,
YYLTYPE * yylloc_param,
yyscan_t yyscanner )
extern

◆ if()

if ( !yyg-> yy_init)

Definition at line 3611 of file OSParseosrl.cpp.

Variable Documentation

◆ yy_accept

const flex_int16_t yy_accept[3704]
static

Definition at line 604 of file OSParseosrl.cpp.

◆ yy_ec

const YY_CHAR yy_ec[256]
static

Definition at line 1016 of file OSParseosrl.cpp.

◆ yy_meta

const YY_CHAR yy_meta[64]
static
Initial value:
=
{ 0,
1, 1, 1, 1, 2, 1, 3, 1, 1, 1,
1, 1, 1, 1, 4, 1, 5, 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, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1
}

Definition at line 1048 of file OSParseosrl.cpp.

◆ yy_base

const flex_int16_t yy_base[3716]
static

Definition at line 1059 of file OSParseosrl.cpp.

◆ yy_def

const flex_int16_t yy_def[3716]
static

Definition at line 1472 of file OSParseosrl.cpp.

◆ yy_nxt

const flex_int16_t yy_nxt[5977]
static

Definition at line 1885 of file OSParseosrl.cpp.

◆ yy_chk

const flex_int16_t yy_chk[5977]
static

Definition at line 2546 of file OSParseosrl.cpp.

◆ yy_rule_can_match_eol

const flex_int32_t yy_rule_can_match_eol[490]
static
Initial value:
=
{ 0,
1, 0, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1,
0, 0, 0, 1, 0, 1, 1, 1, 1, 0, }

Definition at line 3208 of file OSParseosrl.cpp.

◆ YY_DECL

YY_DECL
Initial value:
{
yy_state_type yy_current_state
int yy_state_type

The main scanner function which does all the work.

Definition at line 3600 of file OSParseosrl.cpp.

◆ yy_cp

char* yy_cp

Definition at line 3603 of file OSParseosrl.cpp.

◆ yy_bp

char * yy_bp

Definition at line 3603 of file OSParseosrl.cpp.

◆ yy_act

int yy_act

Definition at line 3604 of file OSParseosrl.cpp.

◆ yyg

struct yyguts_t* yyg = (struct yyguts_t*)yyscanner

Definition at line 3605 of file OSParseosrl.cpp.

◆ yylval

yylval = yylval_param

Definition at line 3607 of file OSParseosrl.cpp.

◆ yylloc

yylloc = yylloc_param

Definition at line 3609 of file OSParseosrl.cpp.