dotImportLexer.h File Reference
#include <stdio.h>
#include <unistd.h>
Include dependency graph for dotImportLexer.h:
This graph shows which files directly or indirectly include this file:
Classes
Defines
- #define FLEX_SCANNER
- #define YY_FLEX_MAJOR_VERSION 2
- #define YY_FLEX_MINOR_VERSION 5
- #define yyconst
- #define YY_PROTO(proto) ()
- #define YY_NULL 0
- #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
- #define BEGIN yy_start = 1 + 2 *
- #define YY_START ((yy_start - 1) / 2)
- #define YYSTATE YY_START
- #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
- #define YY_NEW_FILE yyrestart( yyin )
- #define YY_END_OF_BUFFER_CHAR 0
- #define YY_BUF_SIZE 16384
- #define EOB_ACT_CONTINUE_SCAN 0
- #define EOB_ACT_END_OF_FILE 1
- #define EOB_ACT_LAST_MATCH 2
- #define yyless(n)
- #define unput(c) yyunput( c, yytext_ptr )
- #define YY_MAY_BE_UNUSED
- #define YY_BUFFER_NEW 0
- #define YY_BUFFER_NORMAL 1
- #define YY_BUFFER_EOF_PENDING 2
- #define YY_CURRENT_BUFFER yy_current_buffer
- #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
- #define yy_new_buffer yy_create_buffer
- #define yy_set_interactive(is_interactive)
- #define yy_set_bol(at_bol)
- #define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
- #define yywrap() 1
- #define YY_SKIP_YYWRAP
- #define yytext_ptr yytext
- #define YY_DO_BEFORE_ACTION
- #define YY_NUM_RULES 31
- #define YY_END_OF_BUFFER 32
- #define REJECT reject_used_but_not_detected
- #define yymore() yymore_used_but_not_detected
- #define YY_MORE_ADJ 0
- #define YY_RESTORE_YY_MORE_OFFSET
- #define INITIAL 0
- #define YY_NO_UNPUT
- #define comment 1
- #define qstring 2
- #define hstring 3
- #define YY_NO_PUSH_STATE 1
- #define YY_NO_POP_STATE 1
- #define YY_NO_TOP_STATE 1
- #define YY_READ_BUF_SIZE 8192
- #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
- #define YY_INPUT(buf, result, max_size)
- #define yyterminate() return YY_NULL
- #define YY_START_STACK_INCR 25
- #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
- #define YY_DECL int yylex YY_PROTO(( void ))
- #define YY_BREAK break;
- #define YY_RULE_SETUP YY_USER_ACTION
- #define YY_EXIT_FAILURE 2
- #define yyless(n)
- #define FLEX_SCANNER
- #define YY_FLEX_MAJOR_VERSION 2
- #define YY_FLEX_MINOR_VERSION 5
- #define yyconst
- #define YY_PROTO(proto) ()
- #define YY_NULL 0
- #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
- #define BEGIN yy_start = 1 + 2 *
- #define YY_START ((yy_start - 1) / 2)
- #define YYSTATE YY_START
- #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
- #define YY_NEW_FILE yyrestart( yyin )
- #define YY_END_OF_BUFFER_CHAR 0
- #define YY_BUF_SIZE 16384
- #define EOB_ACT_CONTINUE_SCAN 0
- #define EOB_ACT_END_OF_FILE 1
- #define EOB_ACT_LAST_MATCH 2
- #define yyless(n)
- #define unput(c) yyunput( c, yytext_ptr )
- #define YY_MAY_BE_UNUSED
- #define YY_BUFFER_NEW 0
- #define YY_BUFFER_NORMAL 1
- #define YY_BUFFER_EOF_PENDING 2
- #define YY_CURRENT_BUFFER yy_current_buffer
- #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
- #define yy_new_buffer yy_create_buffer
- #define yy_set_interactive(is_interactive)
- #define yy_set_bol(at_bol)
- #define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
- #define yywrap() 1
- #define YY_SKIP_YYWRAP
- #define yytext_ptr yytext
- #define YY_DO_BEFORE_ACTION
- #define YY_NUM_RULES 31
- #define YY_END_OF_BUFFER 32
- #define REJECT reject_used_but_not_detected
- #define yymore() yymore_used_but_not_detected
- #define YY_MORE_ADJ 0
- #define YY_RESTORE_YY_MORE_OFFSET
- #define INITIAL 0
- #define YY_NO_UNPUT
- #define comment 1
- #define qstring 2
- #define hstring 3
- #define YY_NO_PUSH_STATE 1
- #define YY_NO_POP_STATE 1
- #define YY_NO_TOP_STATE 1
- #define YY_READ_BUF_SIZE 8192
- #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
- #define YY_INPUT(buf, result, max_size)
- #define yyterminate() return YY_NULL
- #define YY_START_STACK_INCR 25
- #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
- #define YY_DECL int yylex YY_PROTO(( void ))
- #define YY_BREAK break;
- #define YY_RULE_SETUP YY_USER_ACTION
- #define YY_EXIT_FAILURE 2
- #define yyless(n)
Typedefs
Functions
Variables
Define Documentation
#define EOB_ACT_CONTINUE_SCAN 0 |
|
#define EOB_ACT_CONTINUE_SCAN 0 |
|
#define EOB_ACT_END_OF_FILE 1 |
|
#define EOB_ACT_END_OF_FILE 1 |
|
#define EOB_ACT_LAST_MATCH 2 |
|
#define EOB_ACT_LAST_MATCH 2 |
|
#define REJECT reject_used_but_not_detected |
|
#define REJECT reject_used_but_not_detected |
|
#define unput |
( |
c |
|
) |
yyunput( c, yytext_ptr ) |
|
#define unput |
( |
c |
|
) |
yyunput( c, yytext_ptr ) |
|
#define YY_BUF_SIZE 16384 |
|
#define YY_BUF_SIZE 16384 |
|
#define YY_BUFFER_EOF_PENDING 2 |
|
#define YY_BUFFER_EOF_PENDING 2 |
|
#define YY_BUFFER_NORMAL 1 |
|
#define YY_BUFFER_NORMAL 1 |
|
#define YY_DECL int yylex YY_PROTO(( void )) |
|
#define YY_DECL int yylex YY_PROTO(( void )) |
|
#define YY_DO_BEFORE_ACTION |
|
#define YY_DO_BEFORE_ACTION |
|
#define YY_END_OF_BUFFER 32 |
|
#define YY_END_OF_BUFFER 32 |
|
#define YY_END_OF_BUFFER_CHAR 0 |
|
#define YY_END_OF_BUFFER_CHAR 0 |
|
#define YY_EXIT_FAILURE 2 |
|
#define YY_EXIT_FAILURE 2 |
|
#define YY_FATAL_ERROR |
( |
msg |
|
) |
yy_fatal_error( msg ) |
|
#define YY_FATAL_ERROR |
( |
msg |
|
) |
yy_fatal_error( msg ) |
|
#define YY_FLEX_MAJOR_VERSION 2 |
|
#define YY_FLEX_MAJOR_VERSION 2 |
|
#define YY_FLEX_MINOR_VERSION 5 |
|
#define YY_FLEX_MINOR_VERSION 5 |
|
#define YY_INPUT |
( |
buf, |
|
|
result, |
|
|
max_size |
|
) |
|
|
|
Value: if ( yy_current_buffer->yy_is_interactive ) \
{ \
int c = '*', n; \
for ( n = 0; n < max_size && \
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
buf[n] = (char) c; \
if ( c == '\n' ) \
buf[n++] = (char) c; \
if ( c == EOF && ferror( yyin ) ) \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
result = n; \
} \
else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
&& ferror( yyin ) ) \
YY_FATAL_ERROR( "input in flex scanner failed" );
|
#define YY_INPUT |
( |
buf, |
|
|
result, |
|
|
max_size |
|
) |
|
|
|
Value: if ( yy_current_buffer->yy_is_interactive ) \
{ \
int c = '*', n; \
for ( n = 0; n < max_size && \
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
buf[n] = (char) c; \
if ( c == '\n' ) \
buf[n++] = (char) c; \
if ( c == EOF && ferror( yyin ) ) \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
result = n; \
} \
else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
&& ferror( yyin ) ) \
YY_FATAL_ERROR( "input in flex scanner failed" );
|
#define yy_new_buffer yy_create_buffer |
|
#define yy_new_buffer yy_create_buffer |
|
#define YY_NEW_FILE yyrestart( yyin ) |
|
#define YY_NEW_FILE yyrestart( yyin ) |
|
#define YY_NO_POP_STATE 1 |
|
#define YY_NO_POP_STATE 1 |
|
#define YY_NO_PUSH_STATE 1 |
|
#define YY_NO_PUSH_STATE 1 |
|
#define YY_NO_TOP_STATE 1 |
|
#define YY_NO_TOP_STATE 1 |
|
#define YY_PROTO |
( |
proto |
|
) |
() |
|
#define YY_PROTO |
( |
proto |
|
) |
() |
|
#define YY_READ_BUF_SIZE 8192 |
|
#define YY_READ_BUF_SIZE 8192 |
|
#define YY_RESTORE_YY_MORE_OFFSET |
|
#define YY_RESTORE_YY_MORE_OFFSET |
|
#define YY_RULE_SETUP YY_USER_ACTION |
|
#define YY_RULE_SETUP YY_USER_ACTION |
|
#define YY_SC_TO_UI |
( |
c |
|
) |
((unsigned int) (unsigned char) c) |
|
#define YY_SC_TO_UI |
( |
c |
|
) |
((unsigned int) (unsigned char) c) |
|
#define yy_set_bol |
( |
at_bol |
|
) |
|
|
#define yy_set_bol |
( |
at_bol |
|
) |
|
|
#define yy_set_interactive |
( |
is_interactive |
|
) |
|
|
#define yy_set_interactive |
( |
is_interactive |
|
) |
|
|
#define YY_START_STACK_INCR 25 |
|
#define YY_START_STACK_INCR 25 |
|
#define YY_STATE_EOF |
( |
state |
|
) |
(YY_END_OF_BUFFER + state + 1) |
|
#define YY_STATE_EOF |
( |
state |
|
) |
(YY_END_OF_BUFFER + state + 1) |
|
#define yymore |
( |
|
) |
yymore_used_but_not_detected |
|
#define yymore |
( |
|
) |
yymore_used_but_not_detected |
|
#define yyterminate |
( |
|
) |
return YY_NULL |
|
#define yyterminate |
( |
|
) |
return YY_NULL |
|
Typedef Documentation
Function Documentation
static void yy_fatal_error YY_PROTO |
( |
(yyconst char msg[]) |
|
) |
[static] |
|
static void yy_flex_free YY_PROTO |
( |
(void *) |
|
) |
[static] |
|
static void* yy_flex_realloc YY_PROTO |
( |
(void *, yy_size_t) |
|
) |
[static] |
|
static void* yy_flex_alloc YY_PROTO |
( |
(yy_size_t) |
|
) |
[static] |
|
static int input YY_PROTO |
( |
(void) |
|
) |
|
|
void yyrestart YY_PROTO |
( |
(FILE *input_file) |
|
) |
|
|
Variable Documentation
|
Initial value:
{ 0,
0, 0, 4, 4, 21, 21, 29, 29, 32, 30,
1, 2, 18, 8, 30, 30, 30, 30, 16, 23,
17, 17, 17, 17, 17, 17, 4, 5, 21, 19,
31, 29, 25, 24, 31, 1, 8, 0, 16, 15,
16, 3, 7, 16, 0, 17, 17, 17, 17, 17,
17, 17, 4, 5, 5, 6, 21, 22, 20, 29,
29, 28, 26, 27, 0, 7, 0, 16, 17, 17,
17, 17, 17, 17, 0, 16, 17, 13, 17, 12,
17, 17, 17, 11, 17, 17, 17, 9, 17, 10,
17, 14, 0
}
|
yyconst short int yy_base[106] [static] |
|
|
Initial value:
{ 0,
0, 0, 30, 31, 31, 34, 27, 29, 190, 191,
187, 191, 191, 0, 35, 40, 177, 46, 46, 191,
0, 162, 165, 156, 157, 27, 0, 54, 0, 191,
180, 0, 191, 191, 59, 180, 0, 170, 54, 191,
55, 191, 0, 63, 72, 0, 157, 156, 160, 156,
147, 156, 0, 76, 78, 191, 0, 191, 191, 0,
191, 191, 191, 191, 82, 0, 163, 162, 143, 149,
142, 147, 143, 139, 127, 119, 107, 0, 99, 0,
96, 63, 63, 0, 56, 63, 51, 0, 45, 0,
43, 0, 191, 93, 100, 107, 114, 49, 121, 128,
135, 141, 148, 153, 160
}
|
yyconst short int yy_chk[224] [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,
1, 1, 3, 4, 5, 3, 4, 6, 7, 7,
8, 8, 7, 15, 8, 15, 5, 16, 16, 6,
16, 18, 16, 98, 19, 18, 19, 26, 26, 28,
19, 35, 39, 28, 39, 41, 91, 19, 39, 41,
35, 35, 89, 44, 87, 39, 41, 44, 45, 45,
86, 54, 45, 55, 44, 54, 85, 55, 65, 65,
83, 82, 65, 94, 94, 94, 94, 94, 94, 94,
95, 95, 95, 95, 95, 95, 95, 96, 96, 96,
96, 96, 96, 96, 97, 81, 97, 97, 97, 97,
97, 99, 79, 99, 77, 99, 99, 99, 100, 76,
100, 100, 100, 100, 100, 101, 101, 75, 101, 101,
101, 102, 102, 102, 102, 102, 102, 102, 103, 103,
103, 103, 103, 104, 104, 104, 104, 104, 104, 104,
105, 74, 105, 105, 105, 105, 105, 73, 72, 71,
70, 69, 68, 67, 52, 51, 50, 49, 48, 47,
38, 36, 31, 25, 24, 23, 22, 17, 11, 9,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93
}
|
yyconst short int yy_def[106] [static] |
|
|
Initial value:
{ 0,
93, 1, 94, 94, 95, 95, 96, 96, 93, 93,
93, 93, 93, 97, 93, 93, 93, 93, 93, 93,
98, 98, 98, 98, 98, 98, 99, 100, 101, 93,
102, 103, 93, 93, 104, 93, 97, 93, 93, 93,
93, 93, 105, 93, 93, 98, 98, 98, 98, 98,
98, 98, 99, 100, 100, 93, 101, 93, 93, 103,
93, 93, 93, 93, 93, 105, 93, 93, 98, 98,
98, 98, 98, 98, 93, 93, 98, 98, 98, 98,
98, 98, 98, 98, 98, 98, 98, 98, 98, 98,
98, 98, 0, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93
}
|
yyconst int yy_ec[256] [static] |
|
|
Initial value:
{ 0,
1, 1, 2, 3, 1, 4, 1, 1, 1, 1,
5, 6, 6, 5, 5, 7, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5
}
|
yyconst short int yy_nxt[224] [static] |
|
|
Initial value:
{ 0,
10, 11, 12, 13, 14, 10, 15, 16, 17, 18,
19, 20, 10, 21, 21, 10, 21, 21, 21, 21,
22, 23, 24, 21, 21, 25, 21, 21, 21, 26,
21, 21, 12, 12, 30, 28, 28, 30, 33, 34,
33, 34, 35, 38, 35, 39, 31, 40, 38, 31,
39, 42, 40, 46, 44, 43, 39, 51, 52, 55,
45, 62, 44, 56, 39, 41, 92, 45, 45, 65,
63, 64, 91, 41, 90, 45, 65, 45, 67, 67,
89, 93, 68, 55, 45, 93, 88, 56, 75, 75,
87, 86, 76, 27, 27, 27, 27, 27, 27, 27,
29, 29, 29, 29, 29, 29, 29, 32, 32, 32,
32, 32, 32, 32, 37, 85, 37, 37, 37, 37,
37, 53, 84, 53, 83, 53, 53, 53, 54, 76,
54, 54, 54, 54, 54, 57, 57, 76, 57, 57,
57, 58, 58, 58, 58, 58, 58, 58, 60, 60,
60, 60, 60, 61, 61, 61, 61, 61, 61, 61,
66, 82, 66, 66, 66, 66, 66, 81, 80, 79,
78, 77, 68, 68, 74, 73, 72, 71, 70, 69,
41, 36, 59, 50, 49, 48, 47, 41, 36, 93,
9, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93
}
|
FILE * yyout = (FILE *) 0 |
|
|