#line 3 "" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer defargsYY_create_buffer #define yy_delete_buffer defargsYY_delete_buffer #define yy_flex_debug defargsYY_flex_debug #define yy_init_buffer defargsYY_init_buffer #define yy_flush_buffer defargsYY_flush_buffer #define yy_load_buffer_state defargsYY_load_buffer_state #define yy_switch_to_buffer defargsYY_switch_to_buffer #define yyin defargsYYin #define yyleng defargsYYleng #define yylex defargsYYlex #define yylineno defargsYYlineno #define yyout defargsYYout #define yyrestart defargsYYrestart #define yytext defargsYYtext #define yywrap defargsYYwrap #define yyalloc defargsYYalloc #define yyrealloc defargsYYrealloc #define yyfree defargsYYfree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 37 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #include #include #include #include /* end standard C headers. */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! C99 */ #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* 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. */ #define BEGIN (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. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE defargsYYrestart(defargsYYin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 262144 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif extern yy_size_t defargsYYleng; extern FILE *defargsYYin, *defargsYYout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up defargsYYtext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ 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 defargsYYtext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ yy_size_t yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* 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 defargsYYrestart()), so that the user can continue scanning by * just pointing defargsYYin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* 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. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* 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. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when defargsYYtext is formed. */ static char yy_hold_char; static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ yy_size_t defargsYYleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow defargsYYwrap()'s to do buffer switches * instead of setting up a fresh defargsYYin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void defargsYYrestart (FILE *input_file ); void defargsYY_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE defargsYY_create_buffer (FILE *file,int size ); void defargsYY_delete_buffer (YY_BUFFER_STATE b ); void defargsYY_flush_buffer (YY_BUFFER_STATE b ); void defargsYYpush_buffer_state (YY_BUFFER_STATE new_buffer ); void defargsYYpop_buffer_state (void ); static void defargsYYensure_buffer_stack (void ); static void defargsYY_load_buffer_state (void ); static void defargsYY_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER defargsYY_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE defargsYY_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE defargsYY_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE defargsYY_scan_bytes (yyconst char *bytes,yy_size_t len ); void *defargsYYalloc (yy_size_t ); void *defargsYYrealloc (void *,yy_size_t ); void defargsYYfree (void * ); #define yy_new_buffer defargsYY_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ defargsYYensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ defargsYY_create_buffer(defargsYYin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ defargsYYensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ defargsYY_create_buffer(defargsYYin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define defargsYYwrap() 1 #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *defargsYYin = (FILE *) 0, *defargsYYout = (FILE *) 0; typedef int yy_state_type; extern int defargsYYlineno; int defargsYYlineno = 1; extern char *defargsYYtext; #define yytext_ptr defargsYYtext 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 yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up defargsYYtext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ defargsYYleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 56 #define YY_END_OF_BUFFER 57 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_acclist[291] = { 0, 2, 2, 57, 55, 56, 54, 56, 55, 56, 1, 55, 56, 36, 55, 56, 29, 36, 55, 56, 36, 55, 56, 36, 55, 56, 36, 55, 56, 36, 55, 56, 36, 55, 56, 36, 55, 56, 38, 55, 56, 16, 38, 55, 56, 17, 18, 38, 55, 56, 38, 55, 56, 37, 38, 55, 56, 17, 38, 55, 56, 23, 38, 55, 56, 24, 38, 55, 56, 21, 38, 55, 56, 22, 38, 55, 56, 25, 38, 55, 56, 26, 38, 55, 56, 34, 55, 56, 2, 34, 55, 56, 34, 55, 56, 15, 34, 55, 56, 32, 34, 55, 56, 34, 55, 56, 34, 55, 56, 15, 34, 55, 56, 30, 34, 55, 56, 32, 34, 55, 56, 33, 34, 55, 56, 34, 55, 56, 15, 34, 55, 56, 8, 36, 55, 56, 36, 55, 56, 15, 36, 55, 56, 32, 36, 55, 56, 15, 36, 55, 56, 32, 36, 55, 56, 36, 55, 56, 36, 55, 56, 36, 55, 56, 13, 34, 55, 56, 10, 33, 34, 55, 56, 55, 56, 55, 56, 55, 56, 55, 56, 55, 56, 47, 52, 55, 56, 51, 54, 56, 52, 55, 56, 47, 52, 55, 56, 48, 55, 56, 50, 54, 56, 48, 55, 56, 44, 55, 56, 44, 55, 56, 45, 54, 56, 44, 55, 56, 44, 55, 56, 35, 27, 28, 18, 17, 37, 19, 20, 2, 33, 16393, 14, 33, 3, 11, 12, 10, 33, 42, 41, 47, 49, 47, 48, 48, 48, 53, 28, 17, 17, 16393, 8201, 6, 6, 7, 46, 47, 53, 48, 53, 53, 28, 8201, 5, 4, 5, 47, 53, 48, 53, 28, 31, 4, 39, 28, 43, 28, 43, 28, 40, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28 } ; static yyconst flex_int16_t yy_accept[244] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 6, 8, 10, 13, 16, 20, 23, 26, 29, 32, 35, 38, 41, 45, 50, 53, 57, 61, 65, 69, 73, 77, 81, 85, 88, 92, 95, 99, 103, 106, 109, 113, 117, 121, 125, 128, 132, 136, 139, 143, 147, 151, 155, 158, 161, 164, 168, 173, 175, 177, 179, 181, 183, 187, 190, 193, 197, 200, 203, 206, 209, 212, 215, 218, 221, 221, 221, 222, 223, 223, 224, 225, 226, 227, 227, 228, 229, 230, 231, 231, 231, 232, 232, 232, 233, 234, 234, 235, 235, 235, 235, 235, 235, 235, 236, 237, 239, 239, 239, 240, 240, 241, 241, 241, 242, 243, 244, 245, 246, 247, 247, 247, 248, 248, 249, 250, 251, 251, 251, 251, 252, 253, 253, 253, 254, 254, 255, 255, 255, 256, 256, 257, 257, 257, 259, 261, 261, 261, 262, 262, 263, 263, 264, 264, 265, 267, 267, 267, 267, 267, 269, 271, 271, 271, 271, 272, 273, 274, 274, 274, 275, 275, 275, 275, 275, 276, 276, 276, 277, 277, 277, 278, 278, 278, 279, 279, 279, 280, 280, 281, 281, 281, 282, 282, 282, 283, 283, 283, 284, 284, 284, 285, 285, 285, 286, 286, 286, 287, 287, 287, 288, 288, 288, 289, 289, 289, 290, 290, 291, 291, 291 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 4, 5, 1, 6, 1, 7, 8, 9, 10, 11, 1, 12, 13, 1, 14, 15, 16, 16, 16, 16, 16, 16, 16, 17, 18, 19, 1, 20, 21, 22, 1, 1, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 24, 23, 23, 23, 23, 23, 25, 23, 23, 26, 23, 23, 23, 23, 23, 27, 28, 29, 7, 23, 1, 30, 23, 31, 32, 33, 34, 23, 23, 35, 23, 23, 36, 23, 37, 38, 23, 23, 39, 40, 41, 42, 43, 23, 23, 23, 23, 44, 1, 45, 1, 1, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23 } ; static yyconst flex_int32_t yy_meta[46] = { 0, 1, 2, 3, 1, 1, 1, 1, 1, 4, 5, 6, 1, 1, 1, 7, 7, 7, 7, 8, 1, 1, 1, 9, 9, 9, 9, 1, 10, 1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 1, 1 } ; static yyconst flex_int16_t yy_base[294] = { 0, 0, 1, 2, 3, 21, 47, 15, 17, 75, 0, 796, 790, 35, 44, 27, 29, 120, 0, 163, 0, 207, 0, 250, 291, 37, 167, 5, 7, 44, 177, 799, 877, 877, 19, 877, 877, 877, 775, 45, 42, 171, 0, 786, 877, 877, 786, 183, 0, 780, 877, 877, 761, 757, 877, 877, 877, 771, 0, 188, 172, 748, 189, 181, 877, 252, 0, 735, 877, 877, 735, 877, 182, 235, 255, 736, 750, 242, 256, 0, 5, 730, 167, 708, 707, 0, 877, 729, 261, 0, 877, 268, 877, 246, 877, 274, 276, 257, 282, 877, 877, 732, 729, 726, 293, 0, 725, 877, 877, 723, 0, 268, 295, 333, 301, 278, 877, 0, 690, 877, 708, 305, 705, 700, 682, 298, 877, 877, 0, 296, 672, 877, 314, 877, 661, 656, 0, 877, 313, 0, 315, 314, 656, 646, 663, 675, 669, 330, 0, 322, 654, 331, 2, 376, 326, 335, 877, 663, 657, 345, 653, 877, 627, 877, 615, 623, 627, 624, 601, 604, 877, 630, 624, 420, 0, 606, 877, 877, 417, 611, 578, 576, 0, 0, 571, 559, 584, 580, 877, 877, 575, 573, 877, 546, 544, 535, 568, 566, 553, 519, 550, 513, 534, 520, 512, 485, 510, 477, 503, 502, 497, 877, 472, 499, 493, 488, 490, 481, 421, 424, 423, 417, 419, 418, 377, 357, 350, 345, 346, 338, 327, 326, 294, 281, 257, 201, 195, 162, 65, 59, 877, 33, 877, 433, 443, 453, 463, 473, 483, 493, 501, 504, 19, 513, 517, 526, 536, 540, 549, 559, 569, 577, 586, 596, 605, 615, 624, 633, 642, 651, 660, 669, 678, 687, 696, 705, 714, 723, 732, 741, 750, 759, 768, 777, 786, 795, 804, 813, 822, 831, 840, 849, 858, 867 } ; static yyconst flex_int16_t yy_def[294] = { 0, 243, 243, 243, 243, 244, 244, 244, 244, 242, 9, 9, 9, 9, 9, 9, 9, 242, 17, 244, 19, 242, 21, 243, 243, 245, 245, 246, 246, 247, 247, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 248, 249, 242, 242, 250, 242, 251, 250, 242, 242, 242, 242, 242, 242, 242, 242, 252, 253, 242, 242, 242, 242, 242, 242, 254, 255, 242, 242, 256, 242, 242, 242, 242, 242, 242, 242, 242, 257, 242, 242, 242, 242, 242, 258, 242, 242, 258, 259, 242, 259, 242, 242, 242, 242, 242, 242, 242, 242, 242, 260, 260, 250, 261, 251, 250, 242, 242, 242, 254, 253, 253, 253, 242, 242, 242, 254, 255, 242, 242, 262, 242, 263, 242, 242, 242, 242, 257, 242, 264, 242, 242, 242, 242, 242, 258, 242, 258, 259, 259, 259, 242, 242, 242, 265, 265, 261, 147, 253, 242, 253, 113, 242, 242, 242, 242, 242, 242, 242, 266, 242, 264, 242, 242, 242, 258, 259, 242, 242, 242, 267, 267, 253, 153, 242, 242, 242, 242, 268, 242, 242, 258, 259, 242, 242, 269, 269, 242, 242, 242, 270, 242, 242, 242, 242, 271, 271, 272, 242, 242, 242, 273, 273, 274, 242, 242, 242, 275, 275, 276, 242, 242, 277, 277, 278, 279, 279, 280, 281, 281, 282, 283, 283, 284, 285, 285, 286, 287, 287, 288, 289, 289, 290, 291, 291, 292, 242, 242, 293, 242, 242, 0, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242 } ; static yyconst flex_int16_t yy_nxt[923] = { 0, 242, 242, 33, 33, 33, 33, 129, 90, 111, 90, 35, 35, 111, 34, 34, 34, 34, 33, 91, 33, 91, 35, 35, 33, 43, 37, 43, 110, 39, 97, 39, 130, 98, 38, 39, 44, 44, 44, 44, 86, 40, 161, 41, 50, 51, 93, 94, 87, 42, 33, 88, 37, 50, 51, 52, 97, 53, 95, 98, 38, 39, 99, 99, 52, 96, 53, 40, 161, 41, 240, 54, 55, 54, 55, 42, 44, 44, 33, 44, 44, 44, 44, 44, 45, 46, 44, 44, 44, 47, 44, 44, 44, 44, 44, 44, 44, 44, 48, 48, 48, 48, 44, 44, 44, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 44, 44, 56, 57, 33, 56, 56, 58, 56, 56, 59, 60, 56, 60, 61, 62, 56, 56, 56, 56, 56, 63, 64, 65, 66, 66, 66, 66, 67, 56, 56, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 68, 56, 33, 240, 69, 132, 86, 70, 71, 72, 114, 72, 38, 39, 87, 93, 94, 88, 133, 73, 114, 74, 115, 75, 76, 75, 112, 95, 99, 99, 97, 113, 115, 98, 96, 113, 97, 116, 116, 98, 161, 77, 238, 71, 56, 56, 33, 56, 56, 58, 56, 56, 56, 78, 56, 56, 56, 62, 56, 56, 56, 56, 56, 56, 56, 56, 79, 79, 79, 79, 56, 56, 56, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 56, 56, 33, 114, 99, 99, 114, 125, 124, 80, 144, 238, 81, 34, 126, 115, 122, 144, 115, 149, 82, 97, 116, 116, 138, 99, 99, 132, 140, 142, 83, 141, 127, 143, 97, 144, 150, 98, 154, 161, 133, 155, 84, 33, 106, 144, 151, 129, 235, 125, 80, 113, 114, 81, 34, 113, 126, 147, 147, 147, 147, 82, 158, 150, 115, 132, 166, 167, 167, 159, 159, 83, 130, 149, 127, 167, 166, 167, 133, 175, 235, 106, 151, 84, 152, 161, 175, 113, 175, 113, 150, 113, 232, 113, 147, 147, 147, 147, 175, 150, 232, 150, 177, 161, 229, 153, 153, 153, 153, 178, 178, 229, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 111, 149, 111, 111, 111, 111, 111, 111, 111, 161, 111, 111, 111, 111, 174, 174, 174, 174, 150, 111, 111, 111, 174, 174, 174, 174, 111, 111, 111, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 111, 111, 112, 226, 226, 189, 161, 113, 223, 223, 161, 113, 190, 190, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 100, 100, 220, 100, 100, 100, 100, 100, 100, 100, 101, 220, 101, 161, 217, 101, 101, 101, 101, 104, 217, 200, 161, 214, 214, 212, 104, 105, 206, 105, 111, 111, 111, 111, 211, 111, 111, 161, 111, 111, 117, 209, 117, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 120, 120, 209, 120, 120, 120, 120, 120, 120, 120, 128, 207, 128, 136, 136, 206, 136, 136, 205, 136, 136, 136, 136, 139, 139, 161, 139, 139, 139, 139, 139, 139, 139, 145, 203, 145, 203, 201, 145, 145, 145, 145, 148, 200, 199, 161, 189, 148, 197, 148, 157, 157, 197, 157, 157, 157, 157, 157, 157, 157, 160, 195, 160, 160, 194, 160, 160, 160, 160, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 171, 193, 171, 192, 161, 171, 171, 171, 171, 179, 188, 179, 179, 187, 179, 179, 179, 179, 186, 187, 186, 185, 184, 186, 186, 186, 186, 191, 183, 191, 191, 182, 191, 191, 191, 191, 196, 181, 196, 180, 163, 196, 196, 196, 196, 198, 161, 198, 198, 176, 198, 198, 198, 198, 202, 176, 202, 173, 172, 202, 202, 202, 202, 204, 172, 204, 204, 170, 204, 204, 204, 204, 208, 169, 208, 168, 165, 208, 208, 208, 208, 210, 164, 210, 210, 163, 210, 210, 210, 210, 213, 122, 213, 161, 123, 213, 213, 213, 213, 215, 156, 215, 215, 119, 215, 215, 215, 215, 216, 109, 216, 106, 103, 216, 216, 216, 216, 218, 146, 218, 218, 146, 218, 218, 218, 218, 219, 137, 219, 135, 134, 219, 219, 219, 219, 221, 131, 221, 221, 123, 221, 221, 221, 221, 222, 122, 222, 121, 119, 222, 222, 222, 222, 224, 116, 224, 224, 109, 224, 224, 224, 224, 225, 108, 225, 107, 106, 225, 225, 225, 225, 227, 103, 227, 227, 102, 227, 227, 227, 227, 228, 99, 228, 242, 49, 228, 228, 228, 228, 230, 49, 230, 230, 242, 230, 230, 230, 230, 231, 242, 231, 242, 242, 231, 231, 231, 231, 233, 242, 233, 233, 242, 233, 233, 233, 233, 234, 242, 234, 242, 242, 234, 234, 234, 234, 236, 242, 236, 236, 242, 236, 236, 236, 236, 237, 242, 237, 242, 242, 237, 237, 237, 237, 239, 242, 239, 239, 242, 239, 239, 239, 239, 241, 242, 241, 241, 242, 241, 241, 241, 241, 31, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242 } ; static yyconst flex_int16_t yy_chk[923] = { 0, 0, 0, 1, 2, 3, 4, 80, 27, 152, 28, 3, 4, 152, 1, 2, 3, 4, 7, 27, 8, 28, 3, 4, 5, 7, 5, 8, 252, 7, 34, 8, 80, 34, 5, 5, 15, 15, 16, 16, 25, 5, 241, 5, 13, 13, 29, 29, 25, 5, 6, 25, 6, 14, 14, 13, 39, 13, 29, 39, 6, 6, 40, 40, 14, 29, 14, 6, 239, 6, 238, 15, 15, 16, 16, 6, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 19, 237, 19, 82, 26, 19, 19, 19, 60, 19, 19, 19, 26, 30, 30, 26, 82, 19, 72, 19, 60, 19, 19, 19, 59, 30, 41, 41, 47, 59, 72, 47, 30, 59, 62, 63, 63, 62, 236, 19, 235, 19, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 23, 65, 73, 73, 74, 78, 77, 23, 97, 234, 23, 23, 78, 65, 77, 97, 74, 111, 23, 88, 65, 65, 88, 74, 74, 96, 91, 93, 23, 91, 78, 93, 95, 98, 111, 95, 115, 233, 96, 115, 23, 24, 104, 98, 112, 129, 232, 125, 24, 112, 114, 24, 24, 112, 125, 104, 104, 104, 104, 24, 121, 112, 114, 132, 138, 141, 140, 121, 121, 24, 129, 149, 125, 140, 138, 141, 132, 154, 231, 147, 151, 24, 113, 230, 154, 151, 155, 113, 149, 151, 229, 113, 147, 147, 147, 147, 155, 151, 228, 113, 159, 227, 226, 113, 113, 113, 113, 159, 159, 225, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 153, 153, 153, 153, 153, 153, 153, 153, 153, 224, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 173, 223, 222, 178, 221, 173, 220, 219, 218, 173, 178, 178, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 248, 248, 217, 248, 248, 248, 248, 248, 248, 248, 249, 216, 249, 215, 214, 249, 249, 249, 249, 250, 213, 212, 210, 209, 208, 207, 250, 251, 206, 251, 253, 253, 253, 253, 205, 253, 253, 204, 253, 253, 254, 203, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 256, 256, 202, 256, 256, 256, 256, 256, 256, 256, 257, 201, 257, 258, 258, 200, 258, 258, 199, 258, 258, 258, 258, 259, 259, 198, 259, 259, 259, 259, 259, 259, 259, 260, 197, 260, 196, 195, 260, 260, 260, 260, 261, 194, 193, 191, 190, 261, 187, 261, 262, 262, 186, 262, 262, 262, 262, 262, 262, 262, 263, 185, 263, 263, 184, 263, 263, 263, 263, 264, 264, 264, 264, 264, 264, 264, 264, 264, 264, 265, 181, 265, 180, 179, 265, 265, 265, 265, 266, 175, 266, 266, 172, 266, 266, 266, 266, 267, 171, 267, 169, 168, 267, 267, 267, 267, 268, 167, 268, 268, 166, 268, 268, 268, 268, 269, 165, 269, 164, 162, 269, 269, 269, 269, 270, 160, 270, 270, 158, 270, 270, 270, 270, 271, 157, 271, 150, 146, 271, 271, 271, 271, 272, 145, 272, 272, 144, 272, 272, 272, 272, 273, 143, 273, 142, 135, 273, 273, 273, 273, 274, 134, 274, 274, 130, 274, 274, 274, 274, 275, 124, 275, 123, 122, 275, 275, 275, 275, 276, 120, 276, 276, 118, 276, 276, 276, 276, 277, 109, 277, 106, 103, 277, 277, 277, 277, 278, 102, 278, 278, 101, 278, 278, 278, 278, 279, 87, 279, 84, 83, 279, 279, 279, 279, 280, 81, 280, 280, 76, 280, 280, 280, 280, 281, 75, 281, 70, 67, 281, 281, 281, 281, 282, 61, 282, 282, 57, 282, 282, 282, 282, 283, 53, 283, 52, 49, 283, 283, 283, 283, 284, 46, 284, 284, 43, 284, 284, 284, 284, 285, 38, 285, 31, 12, 285, 285, 285, 285, 286, 11, 286, 286, 0, 286, 286, 286, 286, 287, 0, 287, 0, 0, 287, 287, 287, 287, 288, 0, 288, 288, 0, 288, 288, 288, 288, 289, 0, 289, 0, 0, 289, 289, 289, 289, 290, 0, 290, 290, 0, 290, 290, 290, 290, 291, 0, 291, 0, 0, 291, 291, 291, 291, 292, 0, 292, 292, 0, 292, 292, 292, 292, 293, 0, 293, 293, 0, 293, 293, 293, 293, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242 } ; extern int defargsYY_flex_debug; int defargsYY_flex_debug = 0; static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; static char *yy_full_match; static int yy_lp; static int yy_looking_for_trail_begin = 0; static int yy_full_lp; static int *yy_full_state; #define YY_TRAILING_MASK 0x2000 #define YY_TRAILING_HEAD_MASK 0x4000 #define REJECT \ { \ *yy_cp = (yy_hold_char); /* undo effects of setting up defargsYYtext */ \ yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ (yy_lp) = (yy_full_lp); /* restore orig. accepting pos. */ \ (yy_state_ptr) = (yy_full_state); /* restore orig. state */ \ yy_current_state = *(yy_state_ptr); /* restore curr. state */ \ ++(yy_lp); \ goto find_rule; \ } #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *defargsYYtext; #line 1 "defargs.l" /****************************************************************************** * * * * Copyright (C) 1997-2013 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby * granted. No representations are made about the suitability of this software * for any purpose. It is provided "as is" without express or implied warranty. * See the GNU General Public License for more details. * * Documents produced by Doxygen are derivative works derived from the * input used in their production; they are not affected by this license. * */ /*! \file * This scanner is used to convert a string into a list of function or * template arguments. Each parsed argument results in a Argument struct, * that is put into an ArgumentList in declaration order. * Comment blocks for arguments can also be included in the string. * The argument string does not contain new-lines (except inside any * comment blocks). * An Argument consists of the string fields: * type,name,default value, and documentation * The Argument list as a whole can be pure, constant or volatile. * * Examples of input strings are: * \code * "(int a,int b) const" * "(const char *s="hello world",int=5) = 0" * "" * "(char c,const char)" * \endcode * * Note: It is not always possible to distinguish between the name and * type of an argument. In case of doubt the name is added to the * type, and the matchArgumentList in util.cpp is be used to * further determine the correct separation. */ #line 44 "defargs.l" /* * includes */ #include //#include #include #include #include #include "defargs.h" #include "entry.h" #include "util.h" #include "arguments.h" #include "message.h" #define YY_NEVER_INTERACTIVE 1 #define YY_NO_INPUT 1 /* ----------------------------------------------------------------- * state variables */ static const char *g_inputString; static int g_inputPosition; static ArgumentList *g_argList; static QCString *g_copyArgValue; static QCString g_curArgTypeName; static QCString g_curArgDefValue; static QCString g_curArgName; static QCString g_curArgDocs; static QCString g_curArgAttrib; static QCString g_curArgArray; static QCString g_extraTypeChars; static int g_argRoundCount; static int g_argSharpCount; static int g_argCurlyCount; static int g_readArgContext; static int g_lastDocContext; static int g_lastDocChar; static QCString g_delimiter; /* ----------------------------------------------------------------- */ #undef YY_INPUT #define YY_INPUT(buf,result,max_size) result=yyread(buf,max_size); static int yyread(char *buf,int max_size) { int c=0; while( c < max_size && g_inputString[g_inputPosition] ) { *buf = g_inputString[g_inputPosition++] ; c++; buf++; } return c; } #line 927 "" #define INITIAL 0 #define Start 1 #define CopyArgString 2 #define CopyRawString 3 #define CopyArgRound 4 #define CopyArgRound2 5 #define CopyArgSharp 6 #define CopyArgCurly 7 #define ReadFuncArgType 8 #define ReadFuncArgDef 9 #define ReadFuncArgPtr 10 #define FuncQual 11 #define ReadDocBlock 12 #define ReadDocLine 13 #define TrailingReturn 14 #ifndef YY_NO_UNISTD_H /* 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. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int defargsYYlex_destroy (void ); int defargsYYget_debug (void ); void defargsYYset_debug (int debug_flag ); YY_EXTRA_TYPE defargsYYget_extra (void ); void defargsYYset_extra (YY_EXTRA_TYPE user_defined ); FILE *defargsYYget_in (void ); void defargsYYset_in (FILE * in_str ); FILE *defargsYYget_out (void ); void defargsYYset_out (FILE * out_str ); yy_size_t defargsYYget_leng (void ); char *defargsYYget_text (void ); int defargsYYget_lineno (void ); void defargsYYset_lineno (int line_number ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int defargsYYwrap (void ); #else extern int defargsYYwrap (void ); #endif #endif static void yyunput (int c,char *buf_ptr ); #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 262144 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO do { if (fwrite( defargsYYtext, defargsYYleng, 1, defargsYYout )) {} } while (0) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( defargsYYin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( defargsYYin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, defargsYYin))==0 && ferror(defargsYYin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(defargsYYin); \ } \ }\ \ #endif /* 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. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int defargsYYlex (void); #define YY_DECL int defargsYYlex (void) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after defargsYYtext and defargsYYleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK break; #endif #define YY_RULE_SETUP \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; #line 126 "defargs.l" #line 1126 "" if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif /* Create the reject buffer large enough to save one state per allowed character. */ if ( ! (yy_state_buf) ) (yy_state_buf) = (yy_state_type *)defargsYYalloc(YY_STATE_BUF_SIZE ); if ( ! (yy_state_buf) ) YY_FATAL_ERROR( "out of dynamic memory in defargsYYlex()" ); if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! defargsYYin ) defargsYYin = stdin; if ( ! defargsYYout ) defargsYYout = stdout; if ( ! YY_CURRENT_BUFFER ) { defargsYYensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = defargsYY_create_buffer(defargsYYin,YY_BUF_SIZE ); } defargsYY_load_buffer_state( ); } while ( 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of defargsYYtext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 243 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; ++yy_cp; } while ( yy_base[yy_current_state] != 877 ); yy_find_action: yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; find_rule: /* we branch to this label when backing up */ for ( ; ; ) /* until we find what rule we matched */ { if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) { yy_act = yy_acclist[(yy_lp)]; if ( yy_act & YY_TRAILING_HEAD_MASK || (yy_looking_for_trail_begin) ) { if ( yy_act == (yy_looking_for_trail_begin) ) { (yy_looking_for_trail_begin) = 0; yy_act &= ~YY_TRAILING_HEAD_MASK; break; } } else if ( yy_act & YY_TRAILING_MASK ) { (yy_looking_for_trail_begin) = yy_act & ~YY_TRAILING_MASK; (yy_looking_for_trail_begin) |= YY_TRAILING_HEAD_MASK; (yy_full_match) = yy_cp; (yy_full_state) = (yy_state_ptr); (yy_full_lp) = (yy_lp); } else { (yy_full_match) = yy_cp; (yy_full_state) = (yy_state_ptr); (yy_full_lp) = (yy_lp); break; } ++(yy_lp); goto find_rule; } --yy_cp; yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 1: YY_RULE_SETUP #line 128 "defargs.l" { BEGIN(ReadFuncArgType); } YY_BREAK case 2: YY_RULE_SETUP #line 130 "defargs.l" { g_curArgTypeName+=" "; } YY_BREAK case 3: /* rule 3 can match eol */ YY_RULE_SETUP #line 133 "defargs.l" { if (g_curArgTypeName.stripWhiteSpace().isEmpty()) { g_curArgAttrib=defargsYYtext; // for M$-IDL } else // array type { g_curArgArray+=defargsYYtext; } } YY_BREAK case 4: YY_RULE_SETUP #line 143 "defargs.l" { g_curArgDefValue+=defargsYYtext; } YY_BREAK case 5: YY_RULE_SETUP #line 144 "defargs.l" { g_curArgDefValue+=defargsYYtext; } YY_BREAK case 6: YY_RULE_SETUP #line 145 "defargs.l" { g_curArgDefValue+=defargsYYtext; } YY_BREAK case 7: /* rule 7 can match eol */ YY_RULE_SETUP #line 146 "defargs.l" { g_curArgDefValue+=defargsYYtext; QCString text=defargsYYtext; int i=text.find('"'); g_delimiter = defargsYYtext+i+1; g_delimiter=g_delimiter.left(g_delimiter.length()-1); BEGIN( CopyRawString ); } YY_BREAK case 8: YY_RULE_SETUP #line 153 "defargs.l" { g_curArgDefValue+=*defargsYYtext; BEGIN( CopyArgString ); } YY_BREAK case 9: /* rule 9 can match eol */ YY_RULE_SETUP #line 157 "defargs.l" { // function pointer as argument g_curArgTypeName+=defargsYYtext; //g_curArgTypeName=g_curArgTypeName.simplifyWhiteSpace(); BEGIN( ReadFuncArgPtr ); } YY_BREAK case 10: YY_RULE_SETUP #line 163 "defargs.l" { g_curArgName=defargsYYtext; } YY_BREAK case 11: YY_RULE_SETUP #line 166 "defargs.l" { // function pointer g_curArgTypeName+=defargsYYtext; //g_curArgTypeName=g_curArgTypeName.simplifyWhiteSpace(); g_readArgContext = ReadFuncArgType; g_copyArgValue=&g_curArgTypeName; g_argRoundCount=0; BEGIN( CopyArgRound2 ); } YY_BREAK case 12: *yy_cp = (yy_hold_char); /* undo effects of setting up defargsYYtext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up defargsYYtext again */ YY_RULE_SETUP #line 174 "defargs.l" { // pointer to fixed size array g_curArgTypeName+=defargsYYtext; g_curArgTypeName+=g_curArgName; //g_curArgTypeName=g_curArgTypeName.simplifyWhiteSpace(); BEGIN( ReadFuncArgType ); } YY_BREAK case 13: YY_RULE_SETUP #line 180 "defargs.l" { // redundant braces detected / remove them int i=g_curArgTypeName.findRev('('),l=g_curArgTypeName.length(); if (i!=-1) g_curArgTypeName=g_curArgTypeName.left(i)+ g_curArgTypeName.right(l-i-1); g_curArgTypeName+=g_curArgName; BEGIN( ReadFuncArgType ); } YY_BREAK case 14: YY_RULE_SETUP #line 188 "defargs.l" { // handle operators in defargs g_curArgTypeName+=defargsYYtext; } YY_BREAK case 15: YY_RULE_SETUP #line 191 "defargs.l" { if (YY_START==ReadFuncArgType) { g_curArgTypeName+=*defargsYYtext; g_copyArgValue=&g_curArgTypeName; } else // YY_START==ReadFuncArgDef { g_curArgDefValue+=*defargsYYtext; g_copyArgValue=&g_curArgDefValue; } g_readArgContext = YY_START; if (*defargsYYtext=='(') { g_argRoundCount=0; BEGIN( CopyArgRound ); } else if (*defargsYYtext=='{') { g_argCurlyCount=0; BEGIN( CopyArgCurly ); } else // defargsYYtext=='<' { g_argSharpCount=0; g_argRoundCount=0; BEGIN( CopyArgSharp ); } } YY_BREAK case 16: YY_RULE_SETUP #line 220 "defargs.l" { g_argRoundCount++; *g_copyArgValue += *defargsYYtext; } YY_BREAK case 17: YY_RULE_SETUP #line 224 "defargs.l" { *g_copyArgValue += defargsYYtext; if (g_argRoundCount>0) { g_argRoundCount--; } else { if (YY_START==CopyArgRound2) { *g_copyArgValue+=" "+g_curArgName; } BEGIN( g_readArgContext ); } } YY_BREAK case 18: *yy_cp = (yy_hold_char); /* undo effects of setting up defargsYYtext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up defargsYYtext again */ YY_RULE_SETUP #line 239 "defargs.l" { *g_copyArgValue += *defargsYYtext; if (g_argRoundCount>0) g_argRoundCount--; else BEGIN( g_readArgContext ); } YY_BREAK case 19: YY_RULE_SETUP #line 244 "defargs.l" { if (g_argRoundCount>0) { *g_copyArgValue += defargsYYtext; } else { REJECT; } } YY_BREAK case 20: YY_RULE_SETUP #line 254 "defargs.l" { if (g_argRoundCount>0) { *g_copyArgValue += defargsYYtext; } else { REJECT; } } YY_BREAK case 21: YY_RULE_SETUP #line 264 "defargs.l" { g_argSharpCount++; *g_copyArgValue += *defargsYYtext; } YY_BREAK case 22: YY_RULE_SETUP #line 268 "defargs.l" { *g_copyArgValue += *defargsYYtext; if (g_argSharpCount>0) g_argSharpCount--; else BEGIN( g_readArgContext ); } YY_BREAK case 23: YY_RULE_SETUP #line 273 "defargs.l" { g_argRoundCount++; *g_copyArgValue += *defargsYYtext; } YY_BREAK case 24: YY_RULE_SETUP #line 277 "defargs.l" { g_argRoundCount--; *g_copyArgValue += *defargsYYtext; } YY_BREAK case 25: YY_RULE_SETUP #line 281 "defargs.l" { g_argCurlyCount++; *g_copyArgValue += *defargsYYtext; } YY_BREAK case 26: YY_RULE_SETUP #line 285 "defargs.l" { *g_copyArgValue += *defargsYYtext; if (g_argCurlyCount>0) g_argCurlyCount--; else BEGIN( g_readArgContext ); } YY_BREAK case 27: YY_RULE_SETUP #line 290 "defargs.l" { g_curArgDefValue+=defargsYYtext; } YY_BREAK case 28: /* rule 28 can match eol */ YY_RULE_SETUP #line 293 "defargs.l" { g_curArgDefValue+=defargsYYtext; QCString delimiter = defargsYYtext+1; delimiter=delimiter.left(delimiter.length()-1); if (delimiter==g_delimiter) { BEGIN( ReadFuncArgDef ); } } YY_BREAK case 29: YY_RULE_SETUP #line 302 "defargs.l" { g_curArgDefValue+=*defargsYYtext; BEGIN( ReadFuncArgDef ); } YY_BREAK case 30: YY_RULE_SETUP #line 306 "defargs.l" { BEGIN( ReadFuncArgDef ); } YY_BREAK case 31: YY_RULE_SETUP #line 309 "defargs.l" { g_lastDocContext=YY_START; g_lastDocChar=*defargsYYtext; QCString text=defargsYYtext; if (text.find("//")!=-1) BEGIN( ReadDocLine ); else BEGIN( ReadDocBlock ); } YY_BREAK case 32: YY_RULE_SETUP #line 318 "defargs.l" { if (*defargsYYtext==')' && g_curArgTypeName.stripWhiteSpace().isEmpty()) { g_curArgTypeName+=*defargsYYtext; BEGIN(FuncQual); } else { g_curArgTypeName=removeRedundantWhiteSpace(g_curArgTypeName); g_curArgDefValue=g_curArgDefValue.stripWhiteSpace(); //printf("curArgType=`%s' curArgDefVal=`%s'\n",g_curArgTypeName.data(),g_curArgDefValue.data()); int l=g_curArgTypeName.length(); if (l>0) { int i=l-1; while (i>=0 && (isspace((uchar)g_curArgTypeName.at(i)) || g_curArgTypeName.at(i)=='.')) i--; while (i>=0 && (isId(g_curArgTypeName.at(i)) || g_curArgTypeName.at(i)=='$')) i--; Argument *a = new Argument; a->attrib = g_curArgAttrib.copy(); //printf("a->type=%s a->name=%s i=%d l=%d\n", // a->type.data(),a->name.data(),i,l); a->array.resize(0); if (i==l-1 && g_curArgTypeName.at(i)==')') // function argument { int bi=g_curArgTypeName.find('('); int fi=bi-1; //printf("func arg fi=%d\n",fi); while (fi>=0 && isId(g_curArgTypeName.at(fi))) fi--; if (fi>=0) { a->type = g_curArgTypeName.left(fi+1); a->name = g_curArgTypeName.mid(fi+1,bi-fi-1).stripWhiteSpace(); a->array = g_curArgTypeName.right(l-bi); } else { a->type = g_curArgTypeName; } } else if (i>=0 && g_curArgTypeName.at(i)!=':') { // type contains a name a->type = removeRedundantWhiteSpace(g_curArgTypeName.left(i+1)).stripWhiteSpace(); a->name = g_curArgTypeName.right(l-i-1).stripWhiteSpace(); // if the type becomes a type specifier only then we make a mistake // and need to correct it to avoid seeing a nameless parameter // "struct A" as a parameter with type "struct" and name "A". int sv=0; if (a->type.left(6)=="const ") sv=6; else if (a->type.left(9)=="volatile ") sv=9; if (a->type.mid(sv)=="struct" || a->type.mid(sv)=="union" || a->type.mid(sv)=="class" || a->type.mid(sv)=="typename" || a->type=="const" || a->type=="volatile" ) { a->type = a->type + " " + a->name; a->name.resize(0); } //printf(" --> a->type='%s'\n",a->type.data()); } else // assume only the type was specified, try to determine name later { a->type = removeRedundantWhiteSpace(g_curArgTypeName); } if (!a->type.isEmpty() && a->type.at(0)=='$') // typeless PHP name? { a->name = a->type; a->type = ""; } a->array += removeRedundantWhiteSpace(g_curArgArray); //printf("array=%s\n",a->array.data()); int alen = a->array.length(); if (alen>2 && a->array.at(0)=='(' && a->array.at(alen-1)==')') // fix-up for int *(a[10]) { int i=a->array.find('[')-1; a->array = a->array.mid(1,alen-2); if (i>0 && a->name.isEmpty()) { a->name = a->array.left(i).stripWhiteSpace(); a->array = a->array.mid(i); } } a->defval = g_curArgDefValue.copy(); //printf("a->type=%s a->name=%s a->defval=\"%s\"\n",a->type.data(),a->name.data(),a->defval.data()); a->docs = g_curArgDocs.stripWhiteSpace(); //printf("Argument `%s' `%s' adding docs=`%s'\n",a->type.data(),a->name.data(),a->docs.data()); g_argList->append(a); } g_curArgAttrib.resize(0); g_curArgTypeName.resize(0); g_curArgDefValue.resize(0); g_curArgArray.resize(0); g_curArgDocs.resize(0); if (*defargsYYtext==')') { BEGIN(FuncQual); //printf(">>> end of argument list\n"); } else { BEGIN( ReadFuncArgType ); } } } YY_BREAK case 33: YY_RULE_SETUP #line 427 "defargs.l" { QCString name=defargsYYtext; //resolveDefines(defargsYYtext); if (YY_START==ReadFuncArgType && g_curArgArray=="[]") // Java style array { g_curArgTypeName+=" []"; g_curArgArray.resize(0); } //printf("resolveName `%s'->`%s'\n",defargsYYtext,name.data()); g_curArgTypeName+=name; } YY_BREAK case 34: YY_RULE_SETUP #line 437 "defargs.l" { g_curArgTypeName+=*defargsYYtext; } YY_BREAK case 35: YY_RULE_SETUP #line 441 "defargs.l" { g_curArgDefValue+=defargsYYtext; } YY_BREAK case 36: YY_RULE_SETUP #line 444 "defargs.l" { g_curArgDefValue+=*defargsYYtext; } YY_BREAK case 37: YY_RULE_SETUP #line 447 "defargs.l" { QCString name=defargsYYtext; //resolveDefines(defargsYYtext); *g_copyArgValue+=name; } YY_BREAK case 38: YY_RULE_SETUP #line 451 "defargs.l" { *g_copyArgValue += *defargsYYtext; } YY_BREAK case 39: YY_RULE_SETUP #line 454 "defargs.l" { g_argList->constSpecifier=TRUE; } YY_BREAK case 40: YY_RULE_SETUP #line 457 "defargs.l" { g_argList->volatileSpecifier=TRUE; } YY_BREAK case 41: YY_RULE_SETUP #line 460 "defargs.l" { g_argList->pureSpecifier=TRUE; BEGIN(FuncQual); } YY_BREAK case 42: YY_RULE_SETUP #line 464 "defargs.l" { // C++11 trailing return type g_argList->trailingReturnType=" -> "; BEGIN(TrailingReturn); } YY_BREAK case 43: *yy_cp = (yy_hold_char); /* undo effects of setting up defargsYYtext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up defargsYYtext again */ YY_RULE_SETUP #line 468 "defargs.l" { unput(*defargsYYtext); BEGIN(FuncQual); } YY_BREAK case 44: YY_RULE_SETUP #line 472 "defargs.l" { g_argList->trailingReturnType+=defargsYYtext; } YY_BREAK case 45: /* rule 45 can match eol */ YY_RULE_SETUP #line 475 "defargs.l" { g_argList->trailingReturnType+=defargsYYtext; } YY_BREAK case 46: /* rule 46 can match eol */ YY_RULE_SETUP #line 478 "defargs.l" { // for functions returning a pointer to an array, // i.e. ")[]" in "int (*f(int))[4]" with argsString="(int))[4]" g_extraTypeChars=defargsYYtext; } YY_BREAK case 47: YY_RULE_SETUP #line 482 "defargs.l" { g_curArgDocs+=defargsYYtext; } YY_BREAK case 48: YY_RULE_SETUP #line 485 "defargs.l" { g_curArgDocs+=defargsYYtext; } YY_BREAK case 49: YY_RULE_SETUP #line 488 "defargs.l" { if (g_lastDocChar!=0) unput(g_lastDocChar); BEGIN(g_lastDocContext); } YY_BREAK case 50: /* rule 50 can match eol */ YY_RULE_SETUP #line 493 "defargs.l" { if (g_lastDocChar!=0) unput(g_lastDocChar); BEGIN(g_lastDocContext); } YY_BREAK case 51: /* rule 51 can match eol */ YY_RULE_SETUP #line 498 "defargs.l" { g_curArgDocs+=*defargsYYtext; } YY_BREAK case 52: YY_RULE_SETUP #line 501 "defargs.l" { g_curArgDocs+=*defargsYYtext; } YY_BREAK case 53: YY_RULE_SETUP #line 504 "defargs.l" { g_lastDocContext=YY_START; g_lastDocChar=0; if (defargsYYtext[1]=='/') BEGIN( ReadDocLine ); else BEGIN( ReadDocBlock ); } YY_BREAK case 54: /* rule 54 can match eol */ YY_RULE_SETUP #line 512 "defargs.l" YY_BREAK case 55: YY_RULE_SETUP #line 513 "defargs.l" YY_BREAK case 56: YY_RULE_SETUP #line 515 "defargs.l" ECHO; YY_BREAK #line 1868 "" case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(Start): case YY_STATE_EOF(CopyArgString): case YY_STATE_EOF(CopyRawString): case YY_STATE_EOF(CopyArgRound): case YY_STATE_EOF(CopyArgRound2): case YY_STATE_EOF(CopyArgSharp): case YY_STATE_EOF(CopyArgCurly): case YY_STATE_EOF(ReadFuncArgType): case YY_STATE_EOF(ReadFuncArgDef): case YY_STATE_EOF(ReadFuncArgPtr): case YY_STATE_EOF(FuncQual): case YY_STATE_EOF(ReadDocBlock): case YY_STATE_EOF(ReadDocLine): case YY_STATE_EOF(TrailingReturn): yyterminate(); case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed defargsYYin at a new source and called * defargsYYlex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = defargsYYin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_c_buf_p); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( defargsYYwrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * defargsYYtext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of defargsYYlex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { yy_size_t num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ YY_FATAL_ERROR( "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; defargsYYrestart(defargsYYin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) defargsYYrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 243 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register YY_CHAR yy_c = 1; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 243 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 242); if ( ! yy_is_jam ) *(yy_state_ptr)++ = yy_current_state; return yy_is_jam ? 0 : yy_current_state; } static void yyunput (int c, register char * yy_bp ) { register char *yy_cp; yy_cp = (yy_c_buf_p); /* undo effects of setting up defargsYYtext */ *yy_cp = (yy_hold_char); if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) { /* need to shift things up to make room */ /* +2 for EOB chars. */ register yy_size_t number_to_move = (yy_n_chars) + 2; register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; register char *source = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) *--dest = *--source; yy_cp += (int) (dest - source); yy_bp += (int) (dest - source); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) YY_FATAL_ERROR( "flex scanner push-back overflow" ); } *--yy_cp = (char) c; (yytext_ptr) = yy_bp; (yy_hold_char) = *yy_cp; (yy_c_buf_p) = yy_cp; } #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ defargsYYrestart(defargsYYin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( defargsYYwrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve defargsYYtext */ (yy_hold_char) = *++(yy_c_buf_p); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void defargsYYrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ defargsYYensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = defargsYY_create_buffer(defargsYYin,YY_BUF_SIZE ); } defargsYY_init_buffer(YY_CURRENT_BUFFER,input_file ); defargsYY_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void defargsYY_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * defargsYYpop_buffer_state(); * defargsYYpush_buffer_state(new_buffer); */ defargsYYensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; defargsYY_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (defargsYYwrap()) processing, but the only time this flag * is looked at is after defargsYYwrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void defargsYY_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; defargsYYin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE defargsYY_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) defargsYYalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in defargsYY_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) defargsYYalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in defargsYY_create_buffer()" ); b->yy_is_our_buffer = 1; defargsYY_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with defargsYY_create_buffer() * */ void defargsYY_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) defargsYYfree((void *) b->yy_ch_buf ); defargsYYfree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a defargsYYrestart() or at EOF. */ static void defargsYY_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; defargsYY_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then defargsYY_init_buffer was _probably_ * called from defargsYYrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void defargsYY_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) defargsYY_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void defargsYYpush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; defargsYYensure_buffer_stack(); /* This block is copied from defargsYY_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from defargsYY_switch_to_buffer. */ defargsYY_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void defargsYYpop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; defargsYY_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { defargsYY_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void defargsYYensure_buffer_stack (void) { yy_size_t num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)defargsYYalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in defargsYYensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)defargsYYrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in defargsYYensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE defargsYY_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) defargsYYalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in defargsYY_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; defargsYY_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to defargsYYlex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * defargsYY_scan_bytes() instead. */ YY_BUFFER_STATE defargsYY_scan_string (yyconst char * yystr ) { return defargsYY_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to defargsYYlex() will * scan from a @e copy of @a bytes. * @param yybytes the byte buffer to scan * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE defargsYY_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) defargsYYalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in defargsYY_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = defargsYY_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in defargsYY_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up defargsYYtext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ defargsYYtext[defargsYYleng] = (yy_hold_char); \ (yy_c_buf_p) = defargsYYtext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ defargsYYleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int defargsYYget_lineno (void) { return defargsYYlineno; } /** Get the input stream. * */ FILE *defargsYYget_in (void) { return defargsYYin; } /** Get the output stream. * */ FILE *defargsYYget_out (void) { return defargsYYout; } /** Get the length of the current token. * */ yy_size_t defargsYYget_leng (void) { return defargsYYleng; } /** Get the current token. * */ char *defargsYYget_text (void) { return defargsYYtext; } /** Set the current line number. * @param line_number * */ void defargsYYset_lineno (int line_number ) { defargsYYlineno = line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param in_str A readable stream. * * @see defargsYY_switch_to_buffer */ void defargsYYset_in (FILE * in_str ) { defargsYYin = in_str ; } void defargsYYset_out (FILE * out_str ) { defargsYYout = out_str ; } int defargsYYget_debug (void) { return defargsYY_flex_debug; } void defargsYYset_debug (int bdebug ) { defargsYY_flex_debug = bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from defargsYYlex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; (yy_state_buf) = 0; (yy_state_ptr) = 0; (yy_full_match) = 0; (yy_lp) = 0; /* Defined in main.c */ #ifdef YY_STDINIT defargsYYin = stdin; defargsYYout = stdout; #else defargsYYin = (FILE *) 0; defargsYYout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * defargsYYlex_init() */ return 0; } /* defargsYYlex_destroy is for both reentrant and non-reentrant scanners. */ int defargsYYlex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ defargsYY_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; defargsYYpop_buffer_state(); } /* Destroy the stack itself. */ defargsYYfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; defargsYYfree ( (yy_state_buf) ); (yy_state_buf) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * defargsYYlex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *defargsYYalloc (yy_size_t size ) { return (void *) malloc( size ); } void *defargsYYrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void defargsYYfree (void * ptr ) { free( (char *) ptr ); /* see defargsYYrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 515 "defargs.l" /* ---------------------------------------------------------------------------- */ /*! Converts an argument string into an ArgumentList. * \param[in] argsString the list of Arguments. * \param[out] al a reference to resulting argument list pointer. * \param[out] extraTypeChars point to string to which trailing characters * for complex types are written to */ void stringToArgumentList(const char *argsString,ArgumentList* al,QCString *extraTypeChars) { if (al==0) return; if (argsString==0) return; printlex(defargsYY_flex_debug, TRUE, __FILE__, NULL); g_copyArgValue=0; g_curArgDocs.resize(0); g_curArgAttrib.resize(0); g_curArgArray.resize(0); g_extraTypeChars.resize(0); g_argRoundCount = 0; g_argSharpCount = 0; g_argCurlyCount = 0; g_lastDocChar = 0; g_inputString = argsString; g_inputPosition = 0; g_curArgTypeName.resize(0); g_curArgDefValue.resize(0); g_curArgName.resize(0); g_argList = al; defargsYYrestart( defargsYYin ); BEGIN( Start ); defargsYYlex(); if (extraTypeChars) *extraTypeChars=g_extraTypeChars; //printf("stringToArgumentList(%s) result=%s\n",argsString,argListToString(al).data()); printlex(defargsYY_flex_debug, FALSE, __FILE__, NULL); } #if !defined(YY_FLEX_SUBMINOR_VERSION) extern "C" { // some bogus code to keep the compiler happy void defargsYYdummy() { yy_flex_realloc(0,0); } } #endif