NAME
dotImportLexer.h -
SYNOPSIS
#include <stdio.h>
#include <unistd.h>
Classes
struct yy_buffer_state
Defines
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#define yyconst
#define YY_PROTO(proto) ()
#define YY_NULL 0
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
#define BEGIN yy_start = 1 + 2 *
#define YY_START ((yy_start - 1) / 2)
#define YYSTATE YY_START
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
#define YY_NEW_FILE yyrestart( yyin )
#define YY_END_OF_BUFFER_CHAR 0
#define YY_BUF_SIZE 16384
#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2
#define yyless(n)
#define unput(c) yyunput( c, yytext_ptr )
#define YY_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_USER_ACTION
#define YY_BREAK break;
#define YY_RULE_SETUP YY_USER_ACTION
#define YY_EXIT_FAILURE 2
#define yyless(n)
Typedefs
typedef struct yy_buffer_state * YY_BUFFER_STATE
typedef unsigned int yy_size_t
typedef unsigned char YY_CHAR
typedef int yy_state_type
Functions
void yyrestart YY_PROTO ((FILE *input_file))
void yy_switch_to_buffer YY_PROTO ((YY_BUFFER_STATE new_buffer))
void yy_load_buffer_state YY_PROTO ((void))
YY_BUFFER_STATE yy_create_buffer YY_PROTO ((FILE *file, int size))
void yy_delete_buffer YY_PROTO ((YY_BUFFER_STATE b))
void yy_init_buffer YY_PROTO ((YY_BUFFER_STATE b, FILE *file))
YY_BUFFER_STATE yy_scan_buffer YY_PROTO ((char *base, yy_size_t size))
YY_BUFFER_STATE yy_scan_string YY_PROTO ((yyconst char *yy_str))
YY_BUFFER_STATE yy_scan_bytes YY_PROTO ((yyconst char *bytes, int len))
static void *yy_flex_alloc YY_PROTO ((yy_size_t))
static void *yy_flex_realloc YY_PROTO ((void *, yy_size_t))
YY_MAY_BE_UNUSED
static void yy_flex_free YY_PROTO ((void *))
static yy_state_type yy_try_NUL_trans YY_PROTO ((yy_state_type
current_state))
static void yy_fatal_error YY_PROTO ((yyconst char msg[]))
static void yyunput YY_PROTO ((int c, char *buf_ptr))
static void yy_flex_strncpy YY_PROTO ((char *, yyconst char *, int))
Variables
int yyleng
FILE * yyin = (FILE *) 0
FILE * yyout = (FILE *) 0
static YY_BUFFER_STATE yy_current_buffer = 0
static char yy_hold_char
static int yy_n_chars
static char * yy_c_buf_p = (char *) 0
static int yy_init = 1
static int yy_start = 0
static int yy_did_buffer_switch_on_eof
char * yytext
static yyconst short int yy_accept [94]
static yyconst int yy_ec [256]
static yyconst int yy_meta [33]
static yyconst short int yy_base [106]
static yyconst short int yy_def [106]
static yyconst short int yy_nxt [224]
static yyconst short int yy_chk [224]
static yy_state_type yy_last_accepting_state
static char * yy_last_accepting_cpos
int line_num = 1
int html_nest = 0
register char * yy_bp
int size
FILE * file
int len
yyconst char * s2
int n
Define Documentation
#define BEGIN yy_start = 1 + 2 *
#define comment 1
#define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2
#define FLEX_SCANNER Authors: David Auber, Patrick Mary, Morgan Mathiaut
from the LaBRI Visualization Team Email : auber@tulip-software.org Last
modification : 13/03/2009 This program is free software; you can
redistribute it and/or modify it under the terms of the GNU General
Public License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
#define hstring 3
#define INITIAL 0
#define qstring 2
#define REJECT reject_used_but_not_detected
#define unput(c) yyunput( c, yytext_ptr )
#define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
#define YY_BREAK break;
#define YY_BUF_SIZE 16384
#define YY_BUFFER_EOF_PENDING 2
#define YY_BUFFER_NEW 0
#define YY_BUFFER_NORMAL 1
#define YY_CURRENT_BUFFER yy_current_buffer
#define YY_DECL int yylex YY_PROTO(( void ))
#define YY_DO_BEFORE_ACTION Value:
yytext_ptr = yy_bp; yyleng = (int) (yy_cp - yy_bp); yy_hold_char = *yy_cp; *yy_cp = ’ ’; yy_c_buf_p = yy_cp;
#define YY_END_OF_BUFFER 32
#define YY_END_OF_BUFFER_CHAR 0
#define YY_EXIT_FAILURE 2
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
#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 != ’0; ++n ) buf[n] = (char) c; if ( c == ’0 ) 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_MAY_BE_UNUSED
#define YY_MORE_ADJ 0
#define yy_new_buffer yy_create_buffer
#define YY_NEW_FILE yyrestart( yyin )
#define YY_NO_POP_STATE 1
#define YY_NO_PUSH_STATE 1
#define YY_NO_TOP_STATE 1
#define YY_NO_UNPUT
#define YY_NULL 0
#define YY_NUM_RULES 31
#define YY_PROTO(proto) ()
#define YY_READ_BUF_SIZE 8192
#define YY_RESTORE_YY_MORE_OFFSET
#define YY_RULE_SETUP YY_USER_ACTION
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
#define yy_set_bol(at_bol) Value:
{ if ( ! yy_current_buffer ) yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); yy_current_buffer->yy_at_bol = at_bol; }
#define yy_set_interactive(is_interactive) Value:
{ if ( ! yy_current_buffer ) yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); yy_current_buffer->yy_is_interactive = is_interactive; }
#define YY_SKIP_YYWRAP
#define YY_START ((yy_start - 1) / 2)
#define YY_START_STACK_INCR 25
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
#define YY_USER_ACTION
#define yyconst
#define yyless(n) Value:
do { /* Undo effects of setting up yytext. */ yytext[yyleng] = yy_hold_char; yy_c_buf_p = yytext + n; yy_hold_char = *yy_c_buf_p; *yy_c_buf_p = ’ ’; yyleng = n; } while ( 0 )
#define yyless(n) Value:
do { /* Undo effects of setting up yytext. */ *yy_cp = yy_hold_char; YY_RESTORE_YY_MORE_OFFSET yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; YY_DO_BEFORE_ACTION; /* set up yytext again */ } while ( 0 )
#define yymore() yymore_used_but_not_detected
#define YYSTATE YY_START
#define yyterminate() return YY_NULL
#define yytext_ptr yytext
#define yywrap() 1
Typedef Documentation
typedef struct yy_buffer_state* YY_BUFFER_STATE
typedef unsigned char YY_CHAR
typedef unsigned int yy_size_t
typedef int yy_state_type
Function Documentation
static void yy_flex_strncpy YY_PROTO ((char *, yyconst char *, int))
[static]
static void yyunput YY_PROTO ((int c, char *buf_ptr)) [static]
static void yy_fatal_error YY_PROTO ((yyconst char msg[])) [static]
static yy_state_type yy_try_NUL_trans YY_PROTO ((yy_state_type
current_state)) [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]
YY_BUFFER_STATE yy_scan_bytes YY_PROTO ((yyconst char *bytes, int len))
YY_BUFFER_STATE yy_scan_string YY_PROTO ((yyconst char *yy_str))
YY_BUFFER_STATE yy_scan_buffer YY_PROTO ((char *base, yy_size_t size))
void yy_init_buffer YY_PROTO ((YY_BUFFER_STATE b, FILE *file))
void yy_flush_buffer YY_PROTO ((YY_BUFFER_STATE b))
YY_BUFFER_STATE yy_create_buffer YY_PROTO ((FILE *file, int size))
static int input YY_PROTO ((void))
void yy_switch_to_buffer YY_PROTO ((YY_BUFFER_STATE new_buffer))
void yyrestart YY_PROTO ((FILE *input_file))
Variable Documentation
FILE* file
int html_nest = 0
int len
int line_num = 1
int n
yyconst char* s2
yy_size_t size
yyconst short int yy_accept[94] [static] 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
}
register char* yy_bp
char* yy_c_buf_p = (char *) 0 [static]
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
}
YY_BUFFER_STATE yy_current_buffer = 0 [static]
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
}
int yy_did_buffer_switch_on_eof [static]
yyconst int yy_ec[256] [static]
char yy_hold_char [static]
int yy_init = 1 [static]
char* yy_last_accepting_cpos [static]
yy_state_type yy_last_accepting_state [static]
yyconst int yy_meta[33] [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
}
int yy_n_chars [static]
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
}
int yy_start = 0 [static]
FILE * yyin = (FILE *) 0
int yyleng
FILE * yyout = (FILE *) 0
char * yytext
Author
Generated automatically by Doxygen for Tulip Plugins Library from the
source code.