Skip to content

Instantly share code, notes, and snippets.

@arnested
Created June 1, 2012 09:49
Show Gist options
  • Select an option

  • Save arnested/2850838 to your computer and use it in GitHub Desktop.

Select an option

Save arnested/2850838 to your computer and use it in GitHub Desktop.
libparser/php.c generated by flex 2.5.35
--- a/libparser/php.c 2012-05-30 11:30:15.000000000 +0200
+++ b/libparser/php.c 2012-06-01 11:41:58.000000000 +0200
@@ -1,8 +1,13 @@
+#line 2 "libparser/php.c"
+
+#line 4 "libparser/php.c"
+
+#define YY_INT_ALIGNED short int
+
+/* A lexical scanner generated by flex */
+
#define yy_create_buffer php__create_buffer
#define yy_delete_buffer php__delete_buffer
-#define yy_scan_buffer php__scan_buffer
-#define yy_scan_string php__scan_string
-#define yy_scan_bytes php__scan_bytes
#define yy_flex_debug php__flex_debug
#define yy_init_buffer php__init_buffer
#define yy_flush_buffer php__flush_buffer
@@ -11,76 +16,117 @@
#define yyin php_in
#define yyleng php_leng
#define yylex php_lex
+#define yylineno php_lineno
#define yyout php_out
#define yyrestart php_restart
#define yytext php_text
-#define yylineno php_lineno
-
-#line 20 "php.c"
-/* A lexical scanner generated by flex */
-
-/* Scanner skeleton version:
- * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $
- */
+#define yywrap php_wrap
+#define yyalloc php_alloc
+#define yyrealloc php_realloc
+#define yyfree php_free
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
+#define YY_FLEX_SUBMINOR_VERSION 35
+#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 <stdio.h>
+#include <string.h>
+#include <errno.h>
+#include <stdlib.h>
+/* end standard C headers. */
-/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
-#ifdef c_plusplus
-#ifndef __cplusplus
-#define __cplusplus
-#endif
+/* flex integer type definitions */
+
+#ifndef FLEXINT_H
+#define FLEXINT_H
+
+/* C99 systems have <inttypes.h>. 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 <inttypes.h>
+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;
+#endif /* ! C99 */
-#ifdef __cplusplus
+/* 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
-#include <stdlib.h>
-#include <unistd.h>
+#endif /* ! FLEXINT_H */
-/* Use prototypes in function declarations. */
-#define YY_USE_PROTOS
+#ifdef __cplusplus
/* The "const" storage-class-modifier is valid. */
#define YY_USE_CONST
#else /* ! __cplusplus */
-#if __STDC__
+/* C99 requires __STDC__ to be defined as 1. */
+#if defined (__STDC__)
-#define YY_USE_PROTOS
#define YY_USE_CONST
-#endif /* __STDC__ */
+#endif /* defined (__STDC__) */
#endif /* ! __cplusplus */
-#ifdef __TURBOC__
- #pragma warn -rch
- #pragma warn -use
-#include <io.h>
-#include <stdlib.h>
-#define YY_USE_CONST
-#define YY_USE_PROTOS
-#endif
-
#ifdef YY_USE_CONST
#define yyconst const
#else
#define yyconst
#endif
-
-#ifdef YY_USE_PROTOS
-#define YY_PROTO(proto) proto
-#else
-#define YY_PROTO(proto) ()
-#endif
-
/* Returned upon end-of-file. */
#define YY_NULL 0
@@ -95,71 +141,83 @@
* but we do it the disgusting crufty way forced on us by the ()-less
* definition of BEGIN.
*/
-#define BEGIN yy_start = 1 + 2 *
+#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 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 yyrestart( yyin )
+#define YY_NEW_FILE php_restart(php_in )
#define YY_END_OF_BUFFER_CHAR 0
/* Size of default input buffer. */
+#ifndef YY_BUF_SIZE
#define YY_BUF_SIZE 16384
+#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
-extern int yyleng;
-extern FILE *yyin, *yyout;
+extern int php_leng;
+
+extern FILE *php_in, *php_out;
#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2
-/* The funky do-while in the following #define is used to turn the definition
- * int a single C statement (which needs a semi-colon terminator). This
- * avoids problems with code like:
- *
- * if ( condition_holds )
- * yyless( 5 );
- * else
- * do_something_else();
- *
- * Prior to using the do-while the compiler would get upset at the
- * "else" because it interpreted the "if" statement as being all
- * done when it reached the ';' after the yyless() call.
- */
-
-/* Return all but the first 'n' matched characters back to the input stream. */
-
+ /* Note: We specifically omit the test for yy_rule_can_match_eol because it requires
+ * access to the local variable yy_act. Since yyless() is a macro, it would break
+ * existing scanners that call yyless() from OUTSIDE php_lex.
+ * One obvious solution it to make yy_act a global. I tried that, and saw
+ * a 5% performance hit in a non-php_lineno scanner, because yy_act is
+ * normally declared as a register variable-- so it is not worth it.
+ */
+ #define YY_LESS_LINENO(n) \
+ do { \
+ int yyl;\
+ for ( yyl = n; yyl < php_leng; ++yyl )\
+ if ( php_text[yyl] == '\n' )\
+ --php_lineno;\
+ }while(0)
+
+/* Return all but the first "n" matched characters back to the input stream. */
#define yyless(n) \
do \
{ \
- /* Undo effects of setting up yytext. */ \
- *yy_cp = yy_hold_char; \
+ /* Undo effects of setting up php_text. */ \
+ 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 + n - YY_MORE_ADJ; \
- YY_DO_BEFORE_ACTION; /* set up yytext again */ \
+ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
+ YY_DO_BEFORE_ACTION; /* set up php_text again */ \
} \
while ( 0 )
-#define unput(c) yyunput( c, yytext_ptr )
-
-/* The following is because we cannot portably get our hands on size_t
- * (without autoconf's help, which isn't available because we want
- * flex-generated scanners to compile on their own).
- */
-typedef unsigned int yy_size_t;
+#define unput(c) yyunput( c, (yytext_ptr) )
+#ifndef YY_TYPEDEF_YY_SIZE_T
+#define YY_TYPEDEF_YY_SIZE_T
+typedef size_t yy_size_t;
+#endif
+#ifndef YY_STRUCT_YY_BUFFER_STATE
+#define YY_STRUCT_YY_BUFFER_STATE
struct yy_buffer_state
{
FILE *yy_input_file;
@@ -196,12 +254,16 @@
*/
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
@@ -211,148 +273,162 @@
* possible backing-up.
*
* When we actually see the EOF, we change the status to "new"
- * (via yyrestart()), so that the user can continue scanning by
- * just pointing yyin at a new input file.
+ * (via php_restart()), so that the user can continue scanning by
+ * just pointing php_in at a new input file.
*/
#define YY_BUFFER_EOF_PENDING 2
+
};
+#endif /* !YY_STRUCT_YY_BUFFER_STATE */
-static YY_BUFFER_STATE yy_current_buffer = 0;
+/* 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_current_buffer
+#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 yytext is formed. */
+/* yy_hold_char holds the character lost when php_text is formed. */
static char yy_hold_char;
-
static int yy_n_chars; /* number of characters read into yy_ch_buf */
-
-
-int yyleng;
+int php_leng;
/* Points to current character in buffer. */
static char *yy_c_buf_p = (char *) 0;
-static int yy_init = 1; /* whether we need to initialize */
+static int yy_init = 0; /* whether we need to initialize */
static int yy_start = 0; /* start state number */
-/* Flag which is used to allow yywrap()'s to do buffer switches
- * instead of setting up a fresh yyin. A bit of a hack ...
+/* Flag which is used to allow php_wrap()'s to do buffer switches
+ * instead of setting up a fresh php_in. A bit of a hack ...
*/
static int yy_did_buffer_switch_on_eof;
-void yyrestart YY_PROTO(( FILE *input_file ));
+void php_restart (FILE *input_file );
+void php__switch_to_buffer (YY_BUFFER_STATE new_buffer );
+YY_BUFFER_STATE php__create_buffer (FILE *file,int size );
+void php__delete_buffer (YY_BUFFER_STATE b );
+void php__flush_buffer (YY_BUFFER_STATE b );
+void php_push_buffer_state (YY_BUFFER_STATE new_buffer );
+void php_pop_buffer_state (void );
+
+static void php_ensure_buffer_stack (void );
+static void php__load_buffer_state (void );
+static void php__init_buffer (YY_BUFFER_STATE b,FILE *file );
+
+#define YY_FLUSH_BUFFER php__flush_buffer(YY_CURRENT_BUFFER )
+
+YY_BUFFER_STATE php__scan_buffer (char *base,yy_size_t size );
+YY_BUFFER_STATE php__scan_string (yyconst char *yy_str );
+YY_BUFFER_STATE php__scan_bytes (yyconst char *bytes,int len );
+
+void *php_alloc (yy_size_t );
+void *php_realloc (void *,yy_size_t );
+void php_free (void * );
-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 ));
-void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
-#define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
-
-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 ));
-static void yy_flex_free YY_PROTO(( void * ));
-
-#define yy_new_buffer yy_create_buffer
+#define yy_new_buffer php__create_buffer
#define yy_set_interactive(is_interactive) \
{ \
- if ( ! yy_current_buffer ) \
- yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
- yy_current_buffer->yy_is_interactive = is_interactive; \
+ if ( ! YY_CURRENT_BUFFER ){ \
+ php_ensure_buffer_stack (); \
+ YY_CURRENT_BUFFER_LVALUE = \
+ php__create_buffer(php_in,YY_BUF_SIZE ); \
+ } \
+ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
}
#define yy_set_bol(at_bol) \
{ \
- if ( ! yy_current_buffer ) \
- yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
- yy_current_buffer->yy_at_bol = at_bol; \
+ if ( ! YY_CURRENT_BUFFER ){\
+ php_ensure_buffer_stack (); \
+ YY_CURRENT_BUFFER_LVALUE = \
+ php__create_buffer(php_in,YY_BUF_SIZE ); \
+ } \
+ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}
-#define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
-
+#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
-#define YY_USES_REJECT
+/* Begin user sect3 */
-#define yywrap() 1
+#define php_wrap(n) 1
#define YY_SKIP_YYWRAP
+
typedef unsigned char YY_CHAR;
-FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
+
+FILE *php_in = (FILE *) 0, *php_out = (FILE *) 0;
+
typedef int yy_state_type;
-extern int yylineno;
-int yylineno = 1;
-extern char *yytext;
-#define yytext_ptr yytext
-
-static yy_state_type yy_get_previous_state YY_PROTO(( void ));
-static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
-static int yy_get_next_buffer YY_PROTO(( void ));
-static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
+
+extern int php_lineno;
+
+int php_lineno = 1;
+
+extern char *php_text;
+#define yytext_ptr php_text
+
+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 yytext.
+ * corresponding action - sets up php_text.
*/
#define YY_DO_BEFORE_ACTION \
- yytext_ptr = yy_bp; \
- yyleng = (int) (yy_cp - yy_bp); \
- yy_hold_char = *yy_cp; \
+ (yytext_ptr) = yy_bp; \
+ php_leng = (size_t) (yy_cp - yy_bp); \
+ (yy_hold_char) = *yy_cp; \
*yy_cp = '\0'; \
- yy_c_buf_p = yy_cp;
+ (yy_c_buf_p) = yy_cp;
#define YY_NUM_RULES 39
#define YY_END_OF_BUFFER 40
-static yyconst short int yy_acclist[140] =
- { 0,
- 40, 7, 39, 1, 39, 7, 25, 39, 7, 39,
- 38, 39, 38, 39, 14, 38, 39, 13, 38, 39,
- 37, 38, 39, 33, 38, 39, 33, 38, 39, 18,
- 38, 39, 32, 38, 39, 32, 38, 39, 33, 38,
- 39, 33, 38, 39, 38, 39, 33, 38, 39, 29,
- 38, 39, 25, 38, 39, 38, 39, 38, 39, 38,
- 39, 30, 38, 39, 31, 38, 39, 38, 39, 17,
- 39, 15, 17, 39, 17, 39, 17, 25, 39, 17,
- 39, 21, 39, 19, 21, 39, 21, 25, 39, 21,
- 39, 28, 39, 28, 39, 25, 28, 39, 28, 39,
-
- 23, 28, 39, 5, 3, 34, 13, 27, 33, 9,
- 35, 29, 29, 11, 12, 29, 35, 35, 36, 8,
- 30, 16, 20, 23, 23, 2, 27, 35, 12, 29,
- 26, 29, 22, 4, 24, 29, 22, 10, 6
- } ;
-
-static yyconst short int yy_accept[181] =
+/* 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_accept[187] =
{ 0,
- 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
- 1, 2, 4, 6, 9, 11, 13, 15, 18, 21,
- 24, 27, 30, 33, 36, 39, 42, 45, 47, 50,
- 53, 56, 58, 60, 62, 65, 68, 70, 72, 75,
- 77, 80, 82, 84, 87, 90, 92, 94, 96, 99,
- 101, 104, 105, 106, 106, 107, 108, 109, 109, 110,
- 111, 112, 112, 112, 112, 112, 112, 112, 112, 112,
- 112, 112, 113, 114, 115, 116, 116, 117, 117, 118,
- 120, 121, 122, 123, 124, 124, 125, 126, 127, 127,
- 127, 128, 128, 129, 129, 129, 129, 129, 129, 129,
-
- 129, 129, 129, 130, 131, 131, 131, 131, 131, 131,
- 132, 132, 132, 132, 132, 132, 132, 132, 132, 132,
- 133, 133, 133, 134, 135, 135, 135, 135, 135, 135,
- 135, 136, 136, 136, 136, 136, 136, 137, 137, 138,
- 138, 138, 138, 138, 138, 138, 138, 138, 138, 138,
- 138, 138, 138, 138, 139, 139, 139, 139, 139, 139,
- 139, 139, 139, 139, 139, 139, 139, 139, 139, 139,
- 139, 139, 139, 139, 139, 139, 139, 139, 140, 140
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 40, 7, 1, 7, 7, 38, 38, 14, 13, 37,
+ 33, 33, 18, 32, 32, 33, 33, 38, 33, 29,
+ 25, 38, 38, 38, 30, 31, 38, 17, 15, 17,
+ 17, 17, 21, 19, 21, 21, 28, 28, 25, 28,
+ 23, 5, 3, 0, 34, 13, 27, 0, 33, 9,
+ 35, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 29, 29, 11, 12, 0, 29, 0, 35, 35,
+ 8, 30, 16, 20, 0, 23, 23, 2, 0, 0,
+ 27, 0, 35, 0, 0, 0, 0, 0, 0, 0,
+
+ 0, 0, 12, 29, 0, 0, 0, 0, 0, 26,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 29,
+ 0, 0, 22, 4, 0, 0, 0, 0, 0, 0,
+ 24, 0, 0, 0, 0, 0, 29, 0, 22, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 10, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 6, 0
} ;
-static yyconst int yy_ec[256] =
+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,
@@ -360,209 +436,260 @@
1, 4, 5, 6, 7, 8, 9, 10, 11, 12,
13, 14, 15, 1, 16, 17, 18, 19, 19, 19,
19, 19, 19, 19, 19, 19, 19, 1, 20, 21,
- 22, 23, 24, 1, 30, 31, 32, 33, 34, 35,
- 36, 37, 38, 39, 29, 40, 29, 41, 42, 43,
- 29, 44, 45, 46, 47, 29, 29, 29, 48, 29,
- 25, 26, 27, 28, 29, 1, 30, 31, 32, 33,
-
- 34, 35, 36, 37, 38, 39, 29, 40, 29, 41,
- 42, 43, 29, 44, 45, 46, 47, 29, 29, 29,
- 48, 29, 49, 50, 51, 28, 1, 29, 29, 29,
- 29, 29, 29, 29, 29, 29, 29, 29, 29, 29,
- 29, 29, 29, 29, 29, 29, 29, 29, 29, 29,
- 29, 29, 29, 29, 29, 29, 29, 29, 29, 29,
- 29, 29, 29, 29, 29, 29, 29, 29, 29, 29,
- 29, 29, 29, 29, 29, 29, 29, 29, 29, 29,
- 29, 29, 29, 29, 29, 29, 29, 29, 29, 29,
- 29, 29, 29, 29, 29, 29, 29, 29, 29, 29,
-
- 29, 29, 29, 29, 29, 29, 29, 29, 29, 29,
- 29, 29, 29, 29, 29, 29, 29, 29, 29, 29,
- 29, 29, 29, 29, 29, 29, 29, 29, 29, 29,
- 29, 29, 29, 29, 29, 29, 29, 29, 29, 29,
- 29, 29, 29, 29, 29, 29, 29, 29, 29, 29,
- 29, 29, 29, 29, 29
+ 22, 23, 24, 1, 25, 26, 27, 28, 29, 30,
+ 31, 32, 33, 34, 35, 36, 35, 37, 38, 39,
+ 35, 40, 41, 42, 43, 35, 35, 35, 44, 35,
+ 45, 46, 47, 48, 35, 1, 49, 50, 51, 52,
+
+ 53, 54, 55, 56, 57, 58, 35, 59, 35, 60,
+ 61, 62, 35, 63, 64, 65, 66, 35, 35, 35,
+ 67, 35, 68, 69, 70, 48, 1, 35, 35, 35,
+ 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
+ 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
+ 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
+ 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
+ 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
+ 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
+ 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
+
+ 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
+ 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
+ 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
+ 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
+ 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
+ 35, 35, 35, 35, 35
} ;
-static yyconst int yy_meta[52] =
+static yyconst flex_int32_t yy_meta[71] =
{ 0,
- 1, 2, 3, 2, 1, 1, 1, 1, 1, 4,
- 1, 1, 1, 1, 4, 4, 4, 1, 5, 1,
- 4, 4, 4, 1, 1, 1, 1, 1, 6, 6,
- 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
- 6, 6, 6, 6, 6, 6, 6, 6, 7, 4,
- 8
+ 1, 2, 3, 2, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 4, 1,
+ 1, 1, 1, 1, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 1, 1, 1, 1, 5, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 5, 6, 1, 7
} ;
-static yyconst short int yy_base[198] =
+static yyconst flex_int16_t yy_base[204] =
{ 0,
- 0, 2, 23, 0, 72, 73, 74, 84, 81, 109,
- 368, 369, 369, 369, 73, 369, 345, 369, 0, 317,
- 68, 109, 369, 158, 369, 343, 86, 345, 147, 69,
- 369, 194, 156, 340, 0, 369, 171, 369, 369, 313,
- 369, 0, 369, 369, 369, 0, 369, 312, 369, 0,
- 0, 369, 80, 328, 369, 0, 0, 0, 369, 369,
- 337, 0, 314, 315, 314, 315, 313, 322, 318, 305,
- 331, 97, 87, 369, 0, 330, 369, 303, 105, 325,
- 369, 0, 369, 369, 4, 0, 0, 369, 309, 301,
- 0, 293, 369, 299, 300, 294, 298, 293, 299, 307,
-
- 292, 0, 0, 88, 303, 0, 291, 295, 281, 369,
- 301, 290, 295, 288, 171, 276, 269, 270, 282, 274,
- 148, 235, 0, 369, 200, 194, 195, 201, 194, 5,
- 369, 203, 206, 172, 196, 217, 216, 196, 0, 187,
- 202, 197, 196, 182, 191, 183, 200, 183, 179, 176,
- 216, 196, 216, 369, 187, 198, 171, 177, 160, 162,
- 148, 160, 147, 148, 158, 158, 162, 145, 112, 92,
- 97, 90, 116, 114, 102, 72, 60, 369, 369, 244,
- 252, 260, 268, 276, 279, 283, 284, 290, 298, 305,
- 307, 309, 5, 315, 319, 4, 323
+ 0, 2, 23, 0, 91, 92, 93, 98, 99, 144,
+ 451, 540, 540, 540, 206, 540, 428, 540, 0, 381,
+ 83, 206, 540, 274, 540, 426, 216, 428, 102, 200,
+ 540, 234, 250, 423, 0, 540, 267, 540, 540, 377,
+ 540, 0, 540, 540, 540, 0, 540, 376, 540, 0,
+ 0, 540, 201, 76, 540, 0, 0, 0, 540, 540,
+ 421, 0, 68, 72, 79, 182, 183, 198, 205, 203,
+ 421, 250, 245, 540, 0, 383, 540, 220, 93, 369,
+ 540, 0, 540, 540, 4, 0, 0, 540, 249, 247,
+ 0, 289, 540, 253, 256, 252, 259, 264, 255, 276,
+
+ 271, 0, 0, 303, 294, 0, 288, 297, 279, 540,
+ 308, 303, 314, 316, 340, 314, 311, 315, 327, 289,
+ 106, 311, 0, 540, 313, 311, 369, 322, 318, 5,
+ 540, 330, 336, 128, 329, 277, 273, 335, 0, 334,
+ 249, 352, 350, 382, 351, 346, 359, 355, 246, 359,
+ 403, 357, 408, 411, 358, 276, 423, 424, 256, 252,
+ 540, 199, 227, 370, 383, 381, 378, 387, 406, 403,
+ 406, 203, 131, 136, 123, 111, 399, 407, 403, 122,
+ 123, 115, 102, 100, 540, 540, 465, 472, 479, 486,
+ 493, 496, 499, 504, 511, 517, 519, 521, 6, 526,
+ 530, 5, 534
} ;
-static yyconst short int yy_def[198] =
+static yyconst flex_int16_t yy_def[204] =
{ 0,
- 180, 180, 179, 3, 181, 181, 182, 182, 183, 183,
- 179, 179, 179, 179, 179, 179, 179, 179, 184, 185,
- 179, 179, 179, 179, 179, 179, 186, 179, 179, 179,
- 179, 179, 179, 179, 187, 179, 179, 179, 179, 185,
- 179, 188, 179, 179, 179, 189, 179, 185, 179, 190,
- 191, 179, 179, 179, 179, 184, 192, 193, 179, 179,
- 179, 24, 179, 179, 179, 179, 179, 179, 179, 179,
- 179, 179, 179, 179, 194, 179, 179, 179, 179, 179,
- 179, 187, 179, 179, 190, 191, 191, 179, 179, 179,
- 192, 195, 179, 179, 179, 179, 179, 179, 179, 179,
-
- 179, 179, 194, 179, 179, 196, 179, 179, 195, 179,
- 179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
- 179, 179, 197, 179, 179, 179, 179, 179, 179, 179,
- 179, 179, 179, 179, 179, 179, 179, 179, 197, 179,
- 179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
- 179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
- 179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
- 179, 179, 179, 179, 179, 179, 179, 179, 0, 179,
- 179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
- 179, 179, 179, 179, 179, 179, 179
+ 187, 187, 186, 3, 188, 188, 189, 189, 190, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 191, 192,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186, 186, 193, 186, 186, 186, 186, 192,
+ 186, 194, 186, 186, 186, 195, 186, 192, 186, 196,
+ 197, 186, 186, 186, 186, 191, 198, 199, 186, 186,
+ 186, 24, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186, 186, 200, 186, 186, 186, 186, 186,
+ 186, 193, 186, 186, 196, 197, 197, 186, 186, 186,
+ 198, 201, 186, 186, 186, 186, 186, 186, 186, 186,
+
+ 186, 186, 200, 186, 186, 202, 186, 186, 201, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 203, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 203, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186, 186, 186, 0, 186, 186, 186, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186
} ;
-static yyconst short int yy_nxt[421] =
+static yyconst flex_int16_t yy_nxt[611] =
{ 0,
- 179, 85, 13, 85, 13, 85, 130, 85, 130, 123,
- 92, 179, 179, 179, 119, 119, 179, 131, 120, 14,
+ 186, 85, 13, 85, 13, 85, 130, 85, 130, 123,
+ 92, 186, 186, 186, 119, 119, 186, 131, 120, 14,
15, 14, 15, 16, 16, 13, 16, 17, 18, 19,
20, 21, 22, 23, 24, 25, 26, 22, 27, 28,
- 29, 30, 31, 32, 17, 33, 34, 25, 16, 25,
+ 29, 30, 31, 32, 17, 33, 34, 35, 35, 35,
+ 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
+ 35, 35, 35, 35, 35, 35, 35, 25, 16, 25,
26, 35, 35, 35, 35, 35, 35, 35, 35, 35,
35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
- 35, 36, 37, 36, 13, 13, 13, 39, 39, 40,
- 40, 52, 178, 13, 44, 76, 13, 72, 48, 59,
- 60, 41, 41, 45, 44, 177, 53, 42, 42, 46,
-
- 49, 88, 71, 45, 72, 73, 104, 59, 77, 46,
- 50, 13, 50, 76, 176, 72, 48, 54, 61, 175,
- 102, 121, 89, 61, 61, 106, 93, 174, 49, 61,
- 59, 61, 173, 172, 171, 170, 77, 51, 51, 51,
+ 36, 37, 36, 13, 13, 13, 39, 39, 40, 40,
+
+ 13, 13, 90, 44, 59, 60, 48, 94, 44, 95,
+ 41, 41, 45, 106, 93, 74, 96, 45, 49, 75,
+ 136, 136, 185, 59, 137, 184, 90, 183, 182, 130,
+ 94, 130, 95, 181, 177, 176, 42, 42, 46, 96,
+ 131, 175, 174, 46, 47, 50, 13, 50, 47, 47,
+ 47, 48, 47, 47, 47, 47, 47, 47, 47, 47,
+ 47, 47, 47, 49, 47, 47, 47, 47, 51, 51,
51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
- 51, 51, 51, 51, 51, 51, 51, 169, 61, 62,
- 74, 62, 136, 136, 75, 61, 137, 168, 59, 167,
- 61, 61, 130, 130, 130, 130, 61, 55, 61, 166,
- 61, 165, 164, 131, 131, 61, 61, 63, 64, 163,
- 65, 61, 66, 61, 162, 67, 130, 161, 130, 68,
-
- 160, 69, 70, 61, 132, 61, 159, 131, 61, 61,
- 158, 78, 157, 156, 79, 55, 80, 155, 154, 153,
- 61, 152, 134, 134, 151, 150, 134, 134, 141, 149,
- 134, 148, 147, 146, 137, 137, 145, 144, 143, 134,
- 142, 134, 140, 61, 12, 12, 12, 12, 12, 12,
- 12, 12, 38, 38, 38, 38, 38, 38, 38, 38,
- 43, 43, 43, 43, 43, 43, 43, 43, 47, 47,
- 47, 47, 47, 47, 47, 47, 56, 56, 138, 56,
- 56, 56, 56, 56, 57, 57, 61, 61, 82, 82,
- 83, 83, 120, 83, 83, 83, 83, 83, 84, 84,
-
- 120, 84, 84, 84, 84, 84, 86, 135, 134, 133,
- 86, 87, 87, 91, 91, 103, 103, 129, 103, 103,
- 103, 103, 103, 109, 109, 128, 109, 139, 139, 127,
- 126, 110, 125, 124, 122, 118, 117, 116, 115, 114,
- 113, 112, 111, 110, 108, 107, 93, 105, 104, 73,
- 101, 100, 99, 98, 97, 96, 95, 94, 93, 90,
- 58, 58, 81, 73, 59, 58, 55, 179, 11, 179,
- 179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
- 179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
- 179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
+ 51, 51, 51, 51, 51, 51, 51, 51, 47, 47,
+ 47, 47, 51, 51, 51, 51, 51, 51, 51, 51,
- 179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
- 179, 179, 179, 179, 179, 179, 179, 179, 179, 179
+ 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
+ 51, 47, 47, 47, 52, 61, 76, 97, 72, 98,
+ 61, 61, 88, 99, 173, 61, 61, 59, 61, 53,
+ 61, 61, 71, 100, 72, 77, 61, 59, 61, 89,
+ 97, 164, 98, 61, 101, 163, 54, 99, 61, 61,
+ 130, 78, 130, 162, 79, 55, 80, 100, 77, 61,
+ 105, 131, 89, 73, 61, 61, 76, 101, 72, 54,
+ 61, 55, 61, 102, 61, 62, 61, 62, 161, 160,
+ 107, 61, 61, 105, 61, 77, 108, 61, 116, 61,
+ 156, 137, 111, 112, 113, 137, 114, 102, 63, 64,
+
+ 117, 65, 61, 66, 107, 115, 67, 120, 77, 108,
+ 118, 68, 116, 69, 70, 111, 112, 113, 61, 114,
+ 122, 104, 63, 64, 117, 65, 124, 66, 115, 125,
+ 67, 121, 126, 118, 68, 61, 69, 70, 127, 128,
+ 129, 130, 133, 130, 122, 120, 134, 135, 110, 124,
+ 138, 140, 131, 125, 141, 121, 126, 143, 110, 144,
+ 145, 127, 146, 128, 129, 147, 133, 148, 132, 134,
+ 130, 135, 130, 138, 140, 149, 150, 141, 151, 152,
+ 143, 131, 144, 130, 145, 130, 146, 153, 147, 154,
+ 93, 148, 132, 155, 131, 157, 158, 142, 149, 159,
+
+ 150, 104, 151, 152, 130, 165, 130, 166, 168, 130,
+ 153, 130, 130, 154, 130, 131, 155, 167, 157, 158,
+ 131, 142, 159, 131, 130, 130, 130, 130, 165, 169,
+ 170, 166, 168, 171, 172, 131, 131, 178, 179, 73,
+ 167, 180, 93, 58, 58, 81, 73, 59, 58, 55,
+ 186, 186, 169, 186, 170, 186, 186, 171, 172, 186,
+ 178, 186, 179, 186, 180, 12, 12, 12, 12, 12,
+ 12, 12, 38, 38, 38, 38, 38, 38, 38, 43,
+ 43, 43, 43, 43, 43, 43, 47, 47, 47, 47,
+ 47, 47, 47, 56, 56, 186, 56, 56, 56, 56,
+
+ 57, 57, 82, 82, 83, 83, 186, 83, 83, 83,
+ 83, 84, 84, 186, 84, 84, 84, 84, 86, 186,
+ 186, 86, 87, 87, 91, 91, 103, 103, 186, 103,
+ 103, 103, 103, 109, 109, 186, 109, 139, 139, 11,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186
} ;
-static yyconst short int yy_chk[421] =
+static yyconst flex_int16_t yy_chk[611] =
{ 0,
- 0, 50, 1, 50, 2, 85, 130, 85, 130, 196,
- 193, 0, 0, 0, 102, 102, 0, 130, 102, 1,
+ 0, 50, 1, 50, 2, 85, 130, 85, 130, 202,
+ 199, 0, 0, 0, 102, 102, 0, 130, 102, 1,
1, 2, 2, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
- 3, 3, 3, 3, 5, 6, 7, 5, 6, 5,
- 6, 15, 177, 9, 7, 30, 8, 30, 9, 21,
- 21, 5, 6, 7, 8, 176, 15, 5, 6, 7,
-
- 9, 53, 27, 8, 27, 73, 104, 27, 30, 8,
- 10, 10, 10, 72, 175, 72, 10, 15, 22, 174,
- 73, 104, 53, 22, 22, 79, 79, 173, 10, 22,
- 22, 22, 172, 171, 170, 169, 72, 10, 10, 10,
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
+ 3, 3, 3, 5, 6, 7, 5, 6, 5, 6,
+
+ 8, 9, 54, 7, 21, 21, 9, 63, 8, 64,
+ 5, 6, 7, 79, 79, 29, 65, 8, 9, 29,
+ 121, 121, 184, 29, 121, 183, 54, 182, 181, 134,
+ 63, 134, 64, 180, 176, 175, 5, 6, 7, 65,
+ 134, 174, 173, 8, 10, 10, 10, 10, 10, 10,
+ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10,
+ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10,
+ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10,
+ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10,
+ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10,
+
10, 10, 10, 10, 10, 10, 10, 10, 10, 10,
- 10, 10, 10, 10, 10, 10, 10, 168, 22, 24,
- 29, 24, 121, 121, 29, 33, 121, 167, 29, 166,
- 33, 33, 115, 134, 115, 134, 33, 33, 33, 165,
- 37, 164, 163, 115, 134, 37, 37, 24, 24, 162,
- 24, 37, 24, 37, 161, 24, 127, 160, 127, 24,
-
- 159, 24, 24, 32, 115, 33, 158, 127, 32, 32,
- 157, 32, 156, 155, 32, 32, 32, 153, 152, 151,
- 37, 150, 149, 148, 147, 146, 145, 144, 127, 143,
- 142, 141, 140, 138, 137, 136, 135, 133, 132, 129,
- 128, 126, 125, 32, 180, 180, 180, 180, 180, 180,
- 180, 180, 181, 181, 181, 181, 181, 181, 181, 181,
- 182, 182, 182, 182, 182, 182, 182, 182, 183, 183,
- 183, 183, 183, 183, 183, 183, 184, 184, 122, 184,
- 184, 184, 184, 184, 185, 185, 186, 186, 187, 187,
- 188, 188, 120, 188, 188, 188, 188, 188, 189, 189,
-
- 119, 189, 189, 189, 189, 189, 190, 118, 117, 116,
- 190, 191, 191, 192, 192, 194, 194, 114, 194, 194,
- 194, 194, 194, 195, 195, 113, 195, 197, 197, 112,
- 111, 109, 108, 107, 105, 101, 100, 99, 98, 97,
- 96, 95, 94, 92, 90, 89, 80, 78, 76, 71,
- 70, 69, 68, 67, 66, 65, 64, 63, 61, 54,
- 48, 40, 34, 28, 26, 20, 17, 11, 179, 179,
- 179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
- 179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
- 179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
+ 10, 10, 10, 10, 15, 22, 30, 66, 30, 67,
+ 22, 22, 53, 68, 172, 27, 22, 22, 22, 15,
+ 27, 27, 27, 69, 27, 30, 27, 27, 27, 53,
+ 66, 163, 67, 32, 70, 162, 15, 68, 32, 32,
+ 141, 32, 141, 160, 32, 32, 32, 69, 30, 33,
+ 78, 141, 53, 73, 33, 33, 72, 70, 72, 15,
+ 33, 33, 33, 73, 22, 24, 37, 24, 159, 156,
+ 89, 37, 37, 78, 27, 72, 90, 37, 99, 37,
+ 149, 137, 94, 95, 96, 136, 97, 73, 24, 24,
+
+ 100, 24, 32, 24, 89, 98, 24, 120, 72, 90,
+ 101, 24, 99, 24, 24, 94, 95, 96, 33, 97,
+ 105, 104, 24, 24, 100, 24, 107, 24, 98, 108,
+ 24, 104, 111, 101, 24, 37, 24, 24, 112, 113,
+ 114, 115, 116, 115, 105, 119, 117, 118, 109, 107,
+ 122, 125, 115, 108, 126, 104, 111, 128, 92, 129,
+ 132, 112, 133, 113, 114, 135, 116, 138, 115, 117,
+ 127, 118, 127, 122, 125, 140, 142, 126, 143, 145,
+ 128, 127, 129, 144, 132, 144, 133, 146, 135, 147,
+ 80, 138, 115, 148, 144, 150, 152, 127, 140, 155,
+
+ 142, 76, 143, 145, 151, 164, 151, 165, 167, 153,
+ 146, 153, 154, 147, 154, 151, 148, 166, 150, 152,
+ 153, 127, 155, 154, 157, 158, 157, 158, 164, 168,
+ 169, 165, 167, 170, 171, 157, 158, 177, 178, 71,
+ 166, 179, 61, 48, 40, 34, 28, 26, 20, 17,
+ 11, 0, 168, 0, 169, 0, 0, 170, 171, 0,
+ 177, 0, 178, 0, 179, 187, 187, 187, 187, 187,
+ 187, 187, 188, 188, 188, 188, 188, 188, 188, 189,
+ 189, 189, 189, 189, 189, 189, 190, 190, 190, 190,
+ 190, 190, 190, 191, 191, 0, 191, 191, 191, 191,
+
+ 192, 192, 193, 193, 194, 194, 0, 194, 194, 194,
+ 194, 195, 195, 0, 195, 195, 195, 195, 196, 0,
+ 0, 196, 197, 197, 198, 198, 200, 200, 0, 200,
+ 200, 200, 200, 201, 201, 0, 201, 203, 203, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186,
- 179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
- 179, 179, 179, 179, 179, 179, 179, 179, 179, 179
+ 186, 186, 186, 186, 186, 186, 186, 186, 186, 186
} ;
-static yy_state_type yy_state_buf[YY_BUF_SIZE + 2], *yy_state_ptr;
-static char *yy_full_match;
-static int yy_lp;
-#define REJECT \
-{ \
-*yy_cp = yy_hold_char; /* undo effects of setting up yytext */ \
-yy_cp = yy_full_match; /* restore poss. backed-over text */ \
-++yy_lp; \
-goto find_rule; \
-}
+/* Table of booleans, true if rule could match eol. */
+static yyconst flex_int32_t yy_rule_can_match_eol[40] =
+ { 0,
+1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ };
+
+static yy_state_type yy_last_accepting_state;
+static char *yy_last_accepting_cpos;
+
+extern int php__flex_debug;
+int php__flex_debug = 0;
+
+/* The intent behind this definition is that it'll catch
+ * any uses of REJECT which flex missed.
+ */
+#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
-char *yytext;
-#line 1 "php.l"
-#define INITIAL 0
-#line 2 "php.l"
+char *php_text;
+#line 1 "libparser/php.l"
+#line 2 "libparser/php.l"
/*
* Copyright (c) 2003, 2006, 2010 Tama Communications Corporation
*
@@ -673,14 +800,57 @@
} while (0)
/* Definitions */
/* We accept multi-bytes character */
+
+#line 805 "libparser/php.c"
+
+#define INITIAL 0
#define PHP 1
#define STRING 2
#define LITERAL 3
#define HEREDOCUMENT 4
-#define YY_NO_UNPUT 1
-#define YY_NEVER_INTERACTIVE 1
-#line 684 "php.c"
+#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 <unistd.h>
+#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 php_lex_destroy (void );
+
+int php_get_debug (void );
+
+void php_set_debug (int debug_flag );
+
+YY_EXTRA_TYPE php_get_extra (void );
+
+void php_set_extra (YY_EXTRA_TYPE user_defined );
+
+FILE *php_get_in (void );
+
+void php_set_in (FILE * in_str );
+
+FILE *php_get_out (void );
+
+void php_set_out (FILE * out_str );
+
+int php_get_leng (void );
+
+char *php_get_text (void );
+
+int php_get_lineno (void );
+
+void php_set_lineno (int line_number );
/* Macros after this point can all be overridden by user definitions in
* section 1.
@@ -688,65 +858,28 @@
#ifndef YY_SKIP_YYWRAP
#ifdef __cplusplus
-extern "C" int yywrap YY_PROTO(( void ));
+extern "C" int php_wrap (void );
#else
-extern int yywrap YY_PROTO(( void ));
-#endif
+extern int php_wrap (void );
#endif
-
-#ifndef YY_NO_UNPUT
-static void yyunput YY_PROTO(( int c, char *buf_ptr ));
#endif
#ifndef yytext_ptr
-static void yy_flex_strncpy YY_PROTO(( char *, yyconst char *, int ));
+static void yy_flex_strncpy (char *,yyconst char *,int );
#endif
#ifdef YY_NEED_STRLEN
-static int yy_flex_strlen YY_PROTO(( yyconst char * ));
+static int yy_flex_strlen (yyconst char * );
#endif
#ifndef YY_NO_INPUT
+
#ifdef __cplusplus
-static int yyinput YY_PROTO(( void ));
+static int yyinput (void );
#else
-static int input YY_PROTO(( void ));
-#endif
+static int input (void );
#endif
-#if YY_STACK_USED
-static int yy_start_stack_ptr = 0;
-static int yy_start_stack_depth = 0;
-static int *yy_start_stack = 0;
-#ifndef YY_NO_PUSH_STATE
-static void yy_push_state YY_PROTO(( int new_state ));
-#endif
-#ifndef YY_NO_POP_STATE
-static void yy_pop_state YY_PROTO(( void ));
-#endif
-#ifndef YY_NO_TOP_STATE
-static int yy_top_state YY_PROTO(( void ));
-#endif
-
-#else
-#define YY_NO_PUSH_STATE 1
-#define YY_NO_POP_STATE 1
-#define YY_NO_TOP_STATE 1
-#endif
-
-#ifdef YY_MALLOC_DECL
-YY_MALLOC_DECL
-#else
-#if __STDC__
-#ifndef __cplusplus
-#include <stdlib.h>
-#endif
-#else
-/* Just try to get by without declaring the routines. This will fail
- * miserably on non-ANSI systems for which sizeof(size_t) != sizeof(int)
- * or sizeof(void*) != sizeof(int).
- */
-#endif
#endif
/* Amount of stuff to slurp up with each read. */
@@ -755,12 +888,11 @@
#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 (void) fwrite( yytext, yyleng, 1, yyout )
+#define ECHO fwrite( php_text, php_leng, 1, php_out )
#endif
/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
@@ -768,21 +900,35 @@
*/
#ifndef YY_INPUT
#define YY_INPUT(buf,result,max_size) \
- if ( yy_current_buffer->yy_is_interactive ) \
+ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
{ \
- int c = '*', n; \
+ int c = '*'; \
+ yy_size_t n; \
for ( n = 0; n < max_size && \
- (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
+ (c = getc( php_in )) != EOF && c != '\n'; ++n ) \
buf[n] = (char) c; \
if ( c == '\n' ) \
buf[n++] = (char) c; \
- if ( c == EOF && ferror( yyin ) ) \
+ if ( c == EOF && ferror( php_in ) ) \
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" );
+ else \
+ { \
+ errno=0; \
+ while ( (result = fread(buf, 1, max_size, php_in))==0 && ferror(php_in)) \
+ { \
+ if( errno != EINTR) \
+ { \
+ YY_FATAL_ERROR( "input in flex scanner failed" ); \
+ break; \
+ } \
+ errno=0; \
+ clearerr(php_in); \
+ } \
+ }\
+\
+
#endif
/* No semi-colon after return; correct usage is to write "yyterminate();" -
@@ -803,14 +949,20 @@
#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 int yylex YY_PROTO(( void ))
-#endif
+#define YY_DECL_IS_OURS 1
-/* Code executed at the beginning of each rule, after yytext and yyleng
+extern int php_lex (void);
+
+#define YY_DECL int php_lex (void)
+#endif /* !YY_DECL */
+
+/* Code executed at the beginning of each rule, after php_text and php_leng
* have been set up.
*/
#ifndef YY_USER_ACTION
@@ -823,114 +975,115 @@
#endif
#define YY_RULE_SETUP \
- if ( yyleng > 0 ) \
- yy_current_buffer->yy_at_bol = \
- (yytext[yyleng - 1] == '\n'); \
+ if ( php_leng > 0 ) \
+ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \
+ (php_text[php_leng - 1] == '\n'); \
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 124 "libparser/php.l"
-#line 124 "php.l"
-
-#line 840 "php.c"
+#line 994 "libparser/php.c"
- if ( yy_init )
+ if ( !(yy_init) )
{
- yy_init = 0;
+ (yy_init) = 1;
#ifdef YY_USER_INIT
YY_USER_INIT;
#endif
- if ( ! yy_start )
- yy_start = 1; /* first start state */
+ if ( ! (yy_start) )
+ (yy_start) = 1; /* first start state */
- if ( ! yyin )
- yyin = stdin;
+ if ( ! php_in )
+ php_in = stdin;
- if ( ! yyout )
- yyout = stdout;
+ if ( ! php_out )
+ php_out = stdout;
- if ( ! yy_current_buffer )
- yy_current_buffer =
- yy_create_buffer( yyin, YY_BUF_SIZE );
+ if ( ! YY_CURRENT_BUFFER ) {
+ php_ensure_buffer_stack ();
+ YY_CURRENT_BUFFER_LVALUE =
+ php__create_buffer(php_in,YY_BUF_SIZE );
+ }
- yy_load_buffer_state();
+ php__load_buffer_state( );
}
while ( 1 ) /* loops until end-of-file is reached */
{
- yy_cp = yy_c_buf_p;
+ yy_cp = (yy_c_buf_p);
- /* Support of yytext. */
- *yy_cp = yy_hold_char;
+ /* Support of php_text. */
+ *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_current_state = (yy_start);
yy_current_state += YY_AT_BOL();
- 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)];
+ if ( yy_accept[yy_current_state] )
+ {
+ (yy_last_accepting_state) = yy_current_state;
+ (yy_last_accepting_cpos) = 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 >= 180 )
+ if ( yy_current_state >= 187 )
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] != 369 );
+ while ( yy_current_state != 186 );
+ yy_cp = (yy_last_accepting_cpos);
+ yy_current_state = (yy_last_accepting_state);
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];
- {
- yy_full_match = yy_cp;
- break;
- }
- }
- --yy_cp;
- yy_current_state = *--yy_state_ptr;
- yy_lp = yy_accept[yy_current_state];
- }
+ yy_act = yy_accept[yy_current_state];
YY_DO_BEFORE_ACTION;
- if ( yy_act != YY_END_OF_BUFFER )
+ if ( yy_act != YY_END_OF_BUFFER && yy_rule_can_match_eol[yy_act] )
{
- int yyl;
- for ( yyl = 0; yyl < yyleng; ++yyl )
- if ( yytext[yyl] == '\n' )
- ++yylineno;
+ yy_size_t yyl;
+ for ( yyl = 0; yyl < php_leng; ++yyl )
+ if ( php_text[yyl] == '\n' )
+
+ php_lineno++;
+;
}
do_action: /* This label is used only to access EOF actions. */
-
switch ( yy_act )
{ /* beginning of action switch */
+ case 0: /* must back up */
+ /* undo the effects of YY_DO_BEFORE_ACTION */
+ *yy_cp = (yy_hold_char);
+ yy_cp = (yy_last_accepting_cpos);
+ yy_current_state = (yy_last_accepting_state);
+ goto yy_find_action;
+
case 1:
+/* rule 1 can match eol */
YY_RULE_SETUP
-#line 125 "php.l"
+#line 125 "libparser/php.l"
{
ECHO;
if (pre_here_document == 1) {
@@ -943,55 +1096,55 @@
/* Start PHP */
case 2:
YY_RULE_SETUP
-#line 134 "php.l"
+#line 134 "libparser/php.l"
ECHO; BEGIN PHP;
YY_BREAK
case 3:
YY_RULE_SETUP
-#line 135 "php.l"
+#line 135 "libparser/php.l"
ECHO; BEGIN PHP;
YY_BREAK
case 4:
YY_RULE_SETUP
-#line 136 "php.l"
+#line 136 "libparser/php.l"
ECHO; BEGIN PHP;
YY_BREAK
case 5:
YY_RULE_SETUP
-#line 137 "php.l"
+#line 137 "libparser/php.l"
ECHO; BEGIN PHP;
YY_BREAK
case 6:
YY_RULE_SETUP
-#line 138 "php.l"
+#line 138 "libparser/php.l"
ECHO; BEGIN PHP;
YY_BREAK
/* Ignore HTML */
case 7:
YY_RULE_SETUP
-#line 140 "php.l"
+#line 140 "libparser/php.l"
ECHO;
YY_BREAK
/* End of PHP */
case 8:
YY_RULE_SETUP
-#line 142 "php.l"
+#line 142 "libparser/php.l"
ECHO; BEGIN INITIAL;
YY_BREAK
case 9:
YY_RULE_SETUP
-#line 143 "php.l"
+#line 143 "libparser/php.l"
ECHO; BEGIN INITIAL;
YY_BREAK
case 10:
YY_RULE_SETUP
-#line 144 "php.l"
+#line 144 "libparser/php.l"
ECHO; BEGIN INITIAL;
YY_BREAK
/* Comment */
case 11:
YY_RULE_SETUP
-#line 147 "php.l"
+#line 147 "libparser/php.l"
{
int c;
@@ -1013,23 +1166,23 @@
YY_BREAK
case 12:
YY_RULE_SETUP
-#line 165 "php.l"
+#line 165 "libparser/php.l"
DBG_PRINT("<%s>", LEXTEXT);
YY_BREAK
case 13:
YY_RULE_SETUP
-#line 166 "php.l"
+#line 166 "libparser/php.l"
DBG_PRINT("<%s>", LEXTEXT);
YY_BREAK
/* String */
case 14:
YY_RULE_SETUP
-#line 169 "php.l"
+#line 169 "libparser/php.l"
{ strbuf_reset(string); BEGIN STRING; }
YY_BREAK
case 15:
YY_RULE_SETUP
-#line 170 "php.l"
+#line 170 "libparser/php.l"
{
DBG_PRINT("<S:%s>", strbuf_value(string));
BEGIN PHP;
@@ -1039,23 +1192,23 @@
YY_BREAK
case 16:
YY_RULE_SETUP
-#line 176 "php.l"
+#line 176 "libparser/php.l"
strbuf_puts(string, LEXTEXT);
YY_BREAK
case 17:
YY_RULE_SETUP
-#line 177 "php.l"
+#line 177 "libparser/php.l"
strbuf_putc(string, LEXTEXT[0]);
YY_BREAK
/* Literal */
case 18:
YY_RULE_SETUP
-#line 180 "php.l"
+#line 180 "libparser/php.l"
{ strbuf_reset(string); BEGIN LITERAL; }
YY_BREAK
case 19:
YY_RULE_SETUP
-#line 181 "php.l"
+#line 181 "libparser/php.l"
{
DBG_PRINT("<L:%s>", strbuf_value(string));
BEGIN PHP;
@@ -1065,18 +1218,18 @@
YY_BREAK
case 20:
YY_RULE_SETUP
-#line 187 "php.l"
+#line 187 "libparser/php.l"
strbuf_puts(string, LEXTEXT);
YY_BREAK
case 21:
YY_RULE_SETUP
-#line 188 "php.l"
+#line 188 "libparser/php.l"
strbuf_putc(string, LEXTEXT[0]);
YY_BREAK
/* Here document */
case 22:
YY_RULE_SETUP
-#line 191 "php.l"
+#line 191 "libparser/php.l"
{
DBG_PRINT("<L:%s>", LEXTEXT);
/* extract word and save */
@@ -1089,7 +1242,7 @@
YY_BREAK
case 23:
YY_RULE_SETUP
-#line 200 "php.l"
+#line 200 "libparser/php.l"
{
const char *keyword = strtrim((const char *)LEXTEXT, TRIM_HEAD, NULL);
ECHO;
@@ -1103,20 +1256,20 @@
/* Cast */
case 24:
YY_RULE_SETUP
-#line 211 "php.l"
+#line 211 "libparser/php.l"
YY_BREAK
case 25:
YY_RULE_SETUP
-#line 212 "php.l"
+#line 212 "libparser/php.l"
YY_BREAK
case 26:
YY_RULE_SETUP
-#line 213 "php.l"
+#line 213 "libparser/php.l"
{
/*
- * 0123456 yyleng = 6
+ * 0123456 php_leng = 6
* ${abc}\0
*/
if (YY_START == STRING)
@@ -1131,10 +1284,10 @@
YY_BREAK
case 27:
YY_RULE_SETUP
-#line 227 "php.l"
+#line 227 "libparser/php.l"
{
/*
- * 01234 yyleng = 4
+ * 01234 php_leng = 4
* $abc\0
*/
if (YY_START == STRING)
@@ -1149,17 +1302,17 @@
YY_BREAK
case 28:
YY_RULE_SETUP
-#line 241 "php.l"
+#line 241 "libparser/php.l"
ECHO;
YY_BREAK
case 29:
YY_RULE_SETUP
-#line 243 "php.l"
+#line 243 "libparser/php.l"
DBG_PRINT("<N:%s>", LEXTEXT);
YY_BREAK
case 30:
YY_RULE_SETUP
-#line 244 "php.l"
+#line 244 "libparser/php.l"
{
int id = php_reserved_word(LEXTEXT, LEXLENG);
if (id) {
@@ -1174,7 +1327,7 @@
/* Operator */
case 31:
YY_RULE_SETUP
-#line 255 "php.l"
+#line 255 "libparser/php.l"
{
int c = LEXTEXT[0];
if (c == PHP_LBRACE)
@@ -1188,77 +1341,77 @@
YY_BREAK
case 32:
YY_RULE_SETUP
-#line 265 "php.l"
+#line 265 "libparser/php.l"
{
return LEXTEXT[0];
}
YY_BREAK
case 33:
YY_RULE_SETUP
-#line 268 "php.l"
+#line 268 "libparser/php.l"
ECHO;
YY_BREAK
case 34:
YY_RULE_SETUP
-#line 269 "php.l"
+#line 269 "libparser/php.l"
ECHO;
YY_BREAK
case 35:
YY_RULE_SETUP
-#line 270 "php.l"
+#line 270 "libparser/php.l"
ECHO;
YY_BREAK
case 36:
YY_RULE_SETUP
-#line 271 "php.l"
+#line 271 "libparser/php.l"
ECHO;
YY_BREAK
case 37:
YY_RULE_SETUP
-#line 272 "php.l"
+#line 272 "libparser/php.l"
{ ECHO; return PHP_DOLLAR; }
YY_BREAK
case 38:
YY_RULE_SETUP
-#line 273 "php.l"
+#line 273 "libparser/php.l"
ECHO;
YY_BREAK
case 39:
YY_RULE_SETUP
-#line 275 "php.l"
+#line 275 "libparser/php.l"
ECHO;
YY_BREAK
-#line 1232 "php.c"
- case YY_STATE_EOF(INITIAL):
- case YY_STATE_EOF(PHP):
- case YY_STATE_EOF(STRING):
- case YY_STATE_EOF(LITERAL):
- case YY_STATE_EOF(HEREDOCUMENT):
- yyterminate();
+#line 1385 "libparser/php.c"
+case YY_STATE_EOF(INITIAL):
+case YY_STATE_EOF(PHP):
+case YY_STATE_EOF(STRING):
+case YY_STATE_EOF(LITERAL):
+case YY_STATE_EOF(HEREDOCUMENT):
+ 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;
+ 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_cp = (yy_hold_char);
YY_RESTORE_YY_MORE_OFFSET
- if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_NEW )
+ 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 yyin at a new source and called
- * yylex(). If so, then we have to assure
- * consistency between yy_current_buffer and our
+ * just pointed php_in at a new source and called
+ * php_lex(). 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->yy_n_chars;
- yy_current_buffer->yy_input_file = yyin;
- yy_current_buffer->yy_buffer_status = YY_BUFFER_NORMAL;
+ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
+ YY_CURRENT_BUFFER_LVALUE->yy_input_file = php_in;
+ YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
}
/* Note that here we test for yy_c_buf_p "<=" to the position
@@ -1268,13 +1421,13 @@
* end-of-buffer state). Contrast this with the test
* in input().
*/
- if ( yy_c_buf_p <= &yy_current_buffer->yy_ch_buf[yy_n_chars] )
+ 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_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
- yy_current_state = yy_get_previous_state();
+ yy_current_state = yy_get_previous_state( );
/* Okay, we're now positioned to make the NUL
* transition. We couldn't have
@@ -1287,41 +1440,42 @@
yy_next_state = yy_try_NUL_trans( yy_current_state );
- yy_bp = yytext_ptr + YY_MORE_ADJ;
+ yy_bp = (yytext_ptr) + YY_MORE_ADJ;
if ( yy_next_state )
{
/* Consume the NUL. */
- yy_cp = ++yy_c_buf_p;
+ yy_cp = ++(yy_c_buf_p);
yy_current_state = yy_next_state;
goto yy_match;
}
else
{
- yy_cp = yy_c_buf_p;
+ yy_cp = (yy_last_accepting_cpos);
+ yy_current_state = (yy_last_accepting_state);
goto yy_find_action;
}
}
- else switch ( yy_get_next_buffer() )
+ else switch ( yy_get_next_buffer( ) )
{
case EOB_ACT_END_OF_FILE:
{
- yy_did_buffer_switch_on_eof = 0;
+ (yy_did_buffer_switch_on_eof) = 0;
- if ( yywrap() )
+ if ( php_wrap( ) )
{
/* Note: because we've taken care in
* yy_get_next_buffer() to have set up
- * yytext, we can now set up
+ * php_text, 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_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
yy_act = YY_STATE_EOF(YY_START);
goto do_action;
@@ -1329,30 +1483,30 @@
else
{
- if ( ! yy_did_buffer_switch_on_eof )
+ 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_c_buf_p) =
+ (yytext_ptr) + yy_amount_of_matched_text;
- yy_current_state = yy_get_previous_state();
+ yy_current_state = yy_get_previous_state( );
- yy_cp = yy_c_buf_p;
- yy_bp = yytext_ptr + YY_MORE_ADJ;
+ 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->yy_ch_buf[yy_n_chars];
+ (yy_c_buf_p) =
+ &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
- yy_current_state = yy_get_previous_state();
+ yy_current_state = yy_get_previous_state( );
- yy_cp = yy_c_buf_p;
- yy_bp = yytext_ptr + YY_MORE_ADJ;
+ yy_cp = (yy_c_buf_p);
+ yy_bp = (yytext_ptr) + YY_MORE_ADJ;
goto yy_find_action;
}
break;
@@ -1363,8 +1517,7 @@
"fatal flex scanner internal error--no action found" );
} /* end of action switch */
} /* end of scanning one token */
- } /* end of yylex */
-
+} /* end of php_lex */
/* yy_get_next_buffer - try to read in a new buffer
*
@@ -1373,21 +1526,20 @@
* EOB_ACT_CONTINUE_SCAN - continue scanning from current position
* EOB_ACT_END_OF_FILE - end of file
*/
-
-static int yy_get_next_buffer()
- {
- register char *dest = yy_current_buffer->yy_ch_buf;
- register char *source = yytext_ptr;
+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->yy_ch_buf[yy_n_chars + 1] )
+ 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->yy_fill_buffer == 0 )
+ 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 )
+ 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.
@@ -1407,34 +1559,30 @@
/* Try to read more data. */
/* First move last chars to start of buffer. */
- number_to_move = (int) (yy_c_buf_p - yytext_ptr) - 1;
+ 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->yy_buffer_status == YY_BUFFER_EOF_PENDING )
+ 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->yy_n_chars = yy_n_chars = 0;
+ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
else
{
- int num_to_read =
- yy_current_buffer->yy_buf_size - number_to_move - 1;
+ int 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. */
-#ifdef YY_USES_REJECT
- YY_FATAL_ERROR(
-"input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
-#else
/* just a shorter name for the current buffer */
- YY_BUFFER_STATE b = yy_current_buffer;
+ YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
int yy_c_buf_p_offset =
- (int) (yy_c_buf_p - b->yy_ch_buf);
+ (int) ((yy_c_buf_p) - b->yy_ch_buf);
if ( b->yy_is_our_buffer )
{
@@ -1447,8 +1595,7 @@
b->yy_ch_buf = (char *)
/* Include room in for 2 EOB chars. */
- yy_flex_realloc( (void *) b->yy_ch_buf,
- b->yy_buf_size + 2 );
+ php_realloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 );
}
else
/* Can't grow it, we don't own it. */
@@ -1458,35 +1605,35 @@
YY_FATAL_ERROR(
"fatal error - scanner input buffer overflow" );
- yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset];
+ (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
- num_to_read = yy_current_buffer->yy_buf_size -
+ num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
number_to_move - 1;
-#endif
+
}
if ( num_to_read > YY_READ_BUF_SIZE )
num_to_read = YY_READ_BUF_SIZE;
/* Read in more data. */
- YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]),
- yy_n_chars, num_to_read );
+ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
+ (yy_n_chars), (size_t) num_to_read );
- yy_current_buffer->yy_n_chars = yy_n_chars;
+ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
}
- if ( yy_n_chars == 0 )
+ if ( (yy_n_chars) == 0 )
{
if ( number_to_move == YY_MORE_ADJ )
{
ret_val = EOB_ACT_END_OF_FILE;
- yyrestart( yyin );
+ php_restart(php_in );
}
else
{
ret_val = EOB_ACT_LAST_MATCH;
- yy_current_buffer->yy_buffer_status =
+ YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
YY_BUFFER_EOF_PENDING;
}
}
@@ -1494,149 +1641,109 @@
else
ret_val = EOB_ACT_CONTINUE_SCAN;
- yy_n_chars += number_to_move;
- yy_current_buffer->yy_ch_buf[yy_n_chars] = YY_END_OF_BUFFER_CHAR;
- yy_current_buffer->yy_ch_buf[yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR;
+ 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 *) php_realloc((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()" );
+ }
- yytext_ptr = &yy_current_buffer->yy_ch_buf[0];
+ (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;
- return ret_val;
- }
+ (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()
- {
+ 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_current_state = (yy_start);
yy_current_state += YY_AT_BOL();
- 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 )
+ 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);
+ if ( yy_accept[yy_current_state] )
+ {
+ (yy_last_accepting_state) = yy_current_state;
+ (yy_last_accepting_cpos) = 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 >= 180 )
+ if ( yy_current_state >= 187 )
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 );
*/
-
-#ifdef YY_USE_PROTOS
-static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
-#else
-static yy_state_type yy_try_NUL_trans( yy_current_state )
-yy_state_type yy_current_state;
-#endif
- {
+ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
+{
register int yy_is_jam;
+ register char *yy_cp = (yy_c_buf_p);
register YY_CHAR yy_c = 1;
+ if ( yy_accept[yy_current_state] )
+ {
+ (yy_last_accepting_state) = yy_current_state;
+ (yy_last_accepting_cpos) = 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 >= 180 )
+ if ( yy_current_state >= 187 )
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 == 179);
- if ( ! yy_is_jam )
- *yy_state_ptr++ = yy_current_state;
+ yy_is_jam = (yy_current_state == 186);
return yy_is_jam ? 0 : yy_current_state;
- }
-
-
-#ifndef YY_NO_UNPUT
-#ifdef YY_USE_PROTOS
-static void yyunput( int c, register char *yy_bp )
-#else
-static void yyunput( c, yy_bp )
-int c;
-register char *yy_bp;
-#endif
- {
- register char *yy_cp = yy_c_buf_p;
-
- /* undo effects of setting up yytext */
- *yy_cp = yy_hold_char;
-
- if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
- { /* need to shift things up to make room */
- /* +2 for EOB chars. */
- register int number_to_move = yy_n_chars + 2;
- register char *dest = &yy_current_buffer->yy_ch_buf[
- yy_current_buffer->yy_buf_size + 2];
- register char *source =
- &yy_current_buffer->yy_ch_buf[number_to_move];
-
- while ( source > yy_current_buffer->yy_ch_buf )
- *--dest = *--source;
-
- yy_cp += (int) (dest - source);
- yy_bp += (int) (dest - source);
- yy_current_buffer->yy_n_chars =
- yy_n_chars = yy_current_buffer->yy_buf_size;
-
- if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
- YY_FATAL_ERROR( "flex scanner push-back overflow" );
- }
-
- *--yy_cp = (char) c;
-
- if ( c == '\n' )
- --yylineno;
-
- yytext_ptr = yy_bp;
- yy_hold_char = *yy_cp;
- yy_c_buf_p = yy_cp;
- }
-#endif /* ifndef YY_NO_UNPUT */
-
+}
+#ifndef YY_NO_INPUT
#ifdef __cplusplus
-static int yyinput()
+ static int yyinput (void)
#else
-static int input()
+ static int input (void)
#endif
- {
- int c;
- *yy_c_buf_p = yy_hold_char;
+{
+ int c;
+
+ *(yy_c_buf_p) = (yy_hold_char);
- if ( *yy_c_buf_p == YY_END_OF_BUFFER_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->yy_ch_buf[yy_n_chars] )
+ 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';
+ *(yy_c_buf_p) = '\0';
else
{ /* need more input */
- int offset = yy_c_buf_p - yytext_ptr;
- ++yy_c_buf_p;
+ int offset = (yy_c_buf_p) - (yytext_ptr);
+ ++(yy_c_buf_p);
- switch ( yy_get_next_buffer() )
+ switch ( yy_get_next_buffer( ) )
{
case EOB_ACT_LAST_MATCH:
/* This happens because yy_g_n_b()
@@ -1650,16 +1757,16 @@
*/
/* Reset buffer status. */
- yyrestart( yyin );
+ php_restart(php_in );
- /* fall through */
+ /*FALLTHROUGH*/
case EOB_ACT_END_OF_FILE:
{
- if ( yywrap() )
+ if ( php_wrap( ) )
return EOF;
- if ( ! yy_did_buffer_switch_on_eof )
+ if ( ! (yy_did_buffer_switch_on_eof) )
YY_NEW_FILE;
#ifdef __cplusplus
return yyinput();
@@ -1669,175 +1776,171 @@
}
case EOB_ACT_CONTINUE_SCAN:
- yy_c_buf_p = yytext_ptr + offset;
+ (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 yytext */
- yy_hold_char = *++yy_c_buf_p;
-
- yy_current_buffer->yy_at_bol = (c == '\n');
- if ( yy_current_buffer->yy_at_bol )
- ++yylineno;
+ c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
+ *(yy_c_buf_p) = '\0'; /* preserve php_text */
+ (yy_hold_char) = *++(yy_c_buf_p);
+
+ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n');
+ if ( YY_CURRENT_BUFFER_LVALUE->yy_at_bol )
+
+ php_lineno++;
+;
return c;
- }
-
-
-#ifdef YY_USE_PROTOS
-void yyrestart( FILE *input_file )
-#else
-void yyrestart( input_file )
-FILE *input_file;
-#endif
- {
- if ( ! yy_current_buffer )
- yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE );
+}
+#endif /* ifndef YY_NO_INPUT */
- yy_init_buffer( yy_current_buffer, input_file );
- yy_load_buffer_state();
+/** 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 php_restart (FILE * input_file )
+{
+
+ if ( ! YY_CURRENT_BUFFER ){
+ php_ensure_buffer_stack ();
+ YY_CURRENT_BUFFER_LVALUE =
+ php__create_buffer(php_in,YY_BUF_SIZE );
}
+ php__init_buffer(YY_CURRENT_BUFFER,input_file );
+ php__load_buffer_state( );
+}
-#ifdef YY_USE_PROTOS
-void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
-#else
-void yy_switch_to_buffer( new_buffer )
-YY_BUFFER_STATE new_buffer;
-#endif
- {
- if ( yy_current_buffer == new_buffer )
+/** Switch to a different input buffer.
+ * @param new_buffer The new input buffer.
+ *
+ */
+ void php__switch_to_buffer (YY_BUFFER_STATE new_buffer )
+{
+
+ /* TODO. We should be able to replace this entire function body
+ * with
+ * php_pop_buffer_state();
+ * php_push_buffer_state(new_buffer);
+ */
+ php_ensure_buffer_stack ();
+ if ( YY_CURRENT_BUFFER == new_buffer )
return;
- if ( yy_current_buffer )
+ if ( YY_CURRENT_BUFFER )
{
/* Flush out information for old buffer. */
- *yy_c_buf_p = yy_hold_char;
- yy_current_buffer->yy_buf_pos = yy_c_buf_p;
- yy_current_buffer->yy_n_chars = yy_n_chars;
+ *(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 = new_buffer;
- yy_load_buffer_state();
+ YY_CURRENT_BUFFER_LVALUE = new_buffer;
+ php__load_buffer_state( );
/* We don't actually know whether we did this switch during
- * EOF (yywrap()) processing, but the only time this flag
- * is looked at is after yywrap() is called, so it's safe
+ * EOF (php_wrap()) processing, but the only time this flag
+ * is looked at is after php_wrap() is called, so it's safe
* to go ahead and always set it.
*/
- yy_did_buffer_switch_on_eof = 1;
- }
-
-
-#ifdef YY_USE_PROTOS
-void yy_load_buffer_state( void )
-#else
-void yy_load_buffer_state()
-#endif
- {
- yy_n_chars = yy_current_buffer->yy_n_chars;
- yytext_ptr = yy_c_buf_p = yy_current_buffer->yy_buf_pos;
- yyin = yy_current_buffer->yy_input_file;
- yy_hold_char = *yy_c_buf_p;
- }
+ (yy_did_buffer_switch_on_eof) = 1;
+}
+static void php__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;
+ php_in = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
+ (yy_hold_char) = *(yy_c_buf_p);
+}
-#ifdef YY_USE_PROTOS
-YY_BUFFER_STATE yy_create_buffer( FILE *file, int size )
-#else
-YY_BUFFER_STATE yy_create_buffer( file, size )
-FILE *file;
-int size;
-#endif
- {
+/** 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 php__create_buffer (FILE * file, int size )
+{
YY_BUFFER_STATE b;
-
- b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
+
+ b = (YY_BUFFER_STATE) php_alloc(sizeof( struct yy_buffer_state ) );
if ( ! b )
- YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
+ YY_FATAL_ERROR( "out of dynamic memory in php__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 *) yy_flex_alloc( b->yy_buf_size + 2 );
+ b->yy_ch_buf = (char *) php_alloc(b->yy_buf_size + 2 );
if ( ! b->yy_ch_buf )
- YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
+ YY_FATAL_ERROR( "out of dynamic memory in php__create_buffer()" );
b->yy_is_our_buffer = 1;
- yy_init_buffer( b, file );
+ php__init_buffer(b,file );
return b;
- }
-
+}
-#ifdef YY_USE_PROTOS
-void yy_delete_buffer( YY_BUFFER_STATE b )
-#else
-void yy_delete_buffer( b )
-YY_BUFFER_STATE b;
-#endif
- {
+/** Destroy the buffer.
+ * @param b a buffer created with php__create_buffer()
+ *
+ */
+ void php__delete_buffer (YY_BUFFER_STATE b )
+{
+
if ( ! b )
return;
- if ( b == yy_current_buffer )
- yy_current_buffer = (YY_BUFFER_STATE) 0;
+ 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 )
- yy_flex_free( (void *) b->yy_ch_buf );
+ php_free((void *) b->yy_ch_buf );
- yy_flex_free( (void *) b );
- }
-
-
-#ifndef YY_ALWAYS_INTERACTIVE
-#ifndef YY_NEVER_INTERACTIVE
-extern int isatty YY_PROTO(( int ));
-#endif
-#endif
-
-#ifdef YY_USE_PROTOS
-void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )
-#else
-void yy_init_buffer( b, file )
-YY_BUFFER_STATE b;
-FILE *file;
-#endif
+ php_free((void *) b );
+}
+/* Initializes or reinitializes a buffer.
+ * This function is sometimes called more than once on the same buffer,
+ * such as during a php_restart() or at EOF.
+ */
+ static void php__init_buffer (YY_BUFFER_STATE b, FILE * file )
- {
- yy_flush_buffer( b );
+{
+ int oerrno = errno;
+
+ php__flush_buffer(b );
b->yy_input_file = file;
b->yy_fill_buffer = 1;
-#if YY_ALWAYS_INTERACTIVE
- b->yy_is_interactive = 1;
-#else
-#if YY_NEVER_INTERACTIVE
- b->yy_is_interactive = 0;
-#else
- b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
-#endif
-#endif
- }
-
-
-#ifdef YY_USE_PROTOS
-void yy_flush_buffer( YY_BUFFER_STATE b )
-#else
-void yy_flush_buffer( b )
-YY_BUFFER_STATE b;
-#endif
+ /* If b is the current buffer, then php__init_buffer was _probably_
+ * called from php_restart() 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 = 0;
+
+ errno = oerrno;
+}
- {
- if ( ! b )
+/** 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 php__flush_buffer (YY_BUFFER_STATE b )
+{
+ if ( ! b )
return;
b->yy_n_chars = 0;
@@ -1854,31 +1957,127 @@
b->yy_at_bol = 1;
b->yy_buffer_status = YY_BUFFER_NEW;
- if ( b == yy_current_buffer )
- yy_load_buffer_state();
+ if ( b == YY_CURRENT_BUFFER )
+ php__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 php_push_buffer_state (YY_BUFFER_STATE new_buffer )
+{
+ if (new_buffer == NULL)
+ return;
+
+ php_ensure_buffer_stack();
+
+ /* This block is copied from php__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 php__switch_to_buffer. */
+ php__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 php_pop_buffer_state (void)
+{
+ if (!YY_CURRENT_BUFFER)
+ return;
+
+ php__delete_buffer(YY_CURRENT_BUFFER );
+ YY_CURRENT_BUFFER_LVALUE = NULL;
+ if ((yy_buffer_stack_top) > 0)
+ --(yy_buffer_stack_top);
+
+ if (YY_CURRENT_BUFFER) {
+ php__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 php_ensure_buffer_stack (void)
+{
+ int 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**)php_alloc
+ (num_to_alloc * sizeof(struct yy_buffer_state*)
+ );
+ if ( ! (yy_buffer_stack) )
+ YY_FATAL_ERROR( "out of dynamic memory in php_ensure_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;
+ }
-#ifndef YY_NO_SCAN_BUFFER
-#ifdef YY_USE_PROTOS
-YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size )
-#else
-YY_BUFFER_STATE yy_scan_buffer( base, size )
-char *base;
-yy_size_t size;
-#endif
- {
- YY_BUFFER_STATE b;
+ 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**)php_realloc
+ ((yy_buffer_stack),
+ num_to_alloc * sizeof(struct yy_buffer_state*)
+ );
+ if ( ! (yy_buffer_stack) )
+ YY_FATAL_ERROR( "out of dynamic memory in php_ensure_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 php__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) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
+ b = (YY_BUFFER_STATE) php_alloc(sizeof( struct yy_buffer_state ) );
if ( ! b )
- YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
+ YY_FATAL_ERROR( "out of dynamic memory in php__scan_buffer()" );
b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
b->yy_buf_pos = b->yy_ch_buf = base;
@@ -1890,58 +2089,53 @@
b->yy_fill_buffer = 0;
b->yy_buffer_status = YY_BUFFER_NEW;
- yy_switch_to_buffer( b );
+ php__switch_to_buffer(b );
return b;
- }
-#endif
-
-
-#ifndef YY_NO_SCAN_STRING
-#ifdef YY_USE_PROTOS
-YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str )
-#else
-YY_BUFFER_STATE yy_scan_string( yy_str )
-yyconst char *yy_str;
-#endif
- {
- int len;
- for ( len = 0; yy_str[len]; ++len )
- ;
-
- return yy_scan_bytes( yy_str, len );
- }
-#endif
+}
+/** Setup the input buffer state to scan a string. The next call to php_lex() 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
+ * php__scan_bytes() instead.
+ */
+YY_BUFFER_STATE php__scan_string (yyconst char * yystr )
+{
+
+ return php__scan_bytes(yystr,strlen(yystr) );
+}
-#ifndef YY_NO_SCAN_BYTES
-#ifdef YY_USE_PROTOS
-YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len )
-#else
-YY_BUFFER_STATE yy_scan_bytes( bytes, len )
-yyconst char *bytes;
-int len;
-#endif
- {
+/** Setup the input buffer state to scan the given bytes. The next call to php_lex() will
+ * scan from a @e copy of @a bytes.
+ * @param bytes the byte buffer to scan
+ * @param len the number of bytes in the buffer pointed to by @a bytes.
+ *
+ * @return the newly allocated buffer state object.
+ */
+YY_BUFFER_STATE php__scan_bytes (yyconst char * yybytes, int _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 = len + 2;
- buf = (char *) yy_flex_alloc( n );
+ n = _yybytes_len + 2;
+ buf = (char *) php_alloc(n );
if ( ! buf )
- YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
+ YY_FATAL_ERROR( "out of dynamic memory in php__scan_bytes()" );
- for ( i = 0; i < len; ++i )
- buf[i] = bytes[i];
+ for ( i = 0; i < _yybytes_len; ++i )
+ buf[i] = yybytes[i];
- buf[len] = buf[len+1] = YY_END_OF_BUFFER_CHAR;
+ buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
- b = yy_scan_buffer( buf, n );
+ b = php__scan_buffer(buf,n );
if ( ! b )
- YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
+ YY_FATAL_ERROR( "bad buffer in php__scan_bytes()" );
/* It's okay to grow etc. this buffer, and we should throw it
* away when we're done.
@@ -1949,148 +2143,199 @@
b->yy_is_our_buffer = 1;
return b;
- }
-#endif
-
+}
-#ifndef YY_NO_PUSH_STATE
-#ifdef YY_USE_PROTOS
-static void yy_push_state( int new_state )
-#else
-static void yy_push_state( new_state )
-int new_state;
+#ifndef YY_EXIT_FAILURE
+#define YY_EXIT_FAILURE 2
#endif
- {
- if ( yy_start_stack_ptr >= yy_start_stack_depth )
- {
- yy_size_t new_size;
- yy_start_stack_depth += YY_START_STACK_INCR;
- new_size = yy_start_stack_depth * sizeof( int );
+static void yy_fatal_error (yyconst char* msg )
+{
+ (void) fprintf( stderr, "%s\n", msg );
+ exit( YY_EXIT_FAILURE );
+}
- if ( ! yy_start_stack )
- yy_start_stack = (int *) yy_flex_alloc( new_size );
+/* Redefine yyless() so it works in section 3 code. */
- else
- yy_start_stack = (int *) yy_flex_realloc(
- (void *) yy_start_stack, new_size );
+#undef yyless
+#define yyless(n) \
+ do \
+ { \
+ /* Undo effects of setting up php_text. */ \
+ int yyless_macro_arg = (n); \
+ YY_LESS_LINENO(yyless_macro_arg);\
+ php_text[php_leng] = (yy_hold_char); \
+ (yy_c_buf_p) = php_text + yyless_macro_arg; \
+ (yy_hold_char) = *(yy_c_buf_p); \
+ *(yy_c_buf_p) = '\0'; \
+ php_leng = yyless_macro_arg; \
+ } \
+ while ( 0 )
- if ( ! yy_start_stack )
- YY_FATAL_ERROR(
- "out of memory expanding start-condition stack" );
- }
+/* Accessor methods (get/set functions) to struct members. */
- yy_start_stack[yy_start_stack_ptr++] = YY_START;
+/** Get the current line number.
+ *
+ */
+int php_get_lineno (void)
+{
+
+ return php_lineno;
+}
- BEGIN(new_state);
- }
-#endif
+/** Get the input stream.
+ *
+ */
+FILE *php_get_in (void)
+{
+ return php_in;
+}
+/** Get the output stream.
+ *
+ */
+FILE *php_get_out (void)
+{
+ return php_out;
+}
-#ifndef YY_NO_POP_STATE
-static void yy_pop_state()
- {
- if ( --yy_start_stack_ptr < 0 )
- YY_FATAL_ERROR( "start-condition stack underflow" );
+/** Get the length of the current token.
+ *
+ */
+int php_get_leng (void)
+{
+ return php_leng;
+}
- BEGIN(yy_start_stack[yy_start_stack_ptr]);
- }
-#endif
+/** Get the current token.
+ *
+ */
+char *php_get_text (void)
+{
+ return php_text;
+}
-#ifndef YY_NO_TOP_STATE
-static int yy_top_state()
- {
- return yy_start_stack[yy_start_stack_ptr - 1];
- }
-#endif
+/** Set the current line number.
+ * @param line_number
+ *
+ */
+void php_set_lineno (int line_number )
+{
+
+ php_lineno = line_number;
+}
-#ifndef YY_EXIT_FAILURE
-#define YY_EXIT_FAILURE 2
-#endif
+/** Set the input stream. This does not discard the current
+ * input buffer.
+ * @param in_str A readable stream.
+ *
+ * @see php__switch_to_buffer
+ */
+void php_set_in (FILE * in_str )
+{
+ php_in = in_str ;
+}
-#ifdef YY_USE_PROTOS
-static void yy_fatal_error( yyconst char msg[] )
-#else
-static void yy_fatal_error( msg )
-char msg[];
-#endif
- {
- (void) fprintf( stderr, "%s\n", msg );
- exit( YY_EXIT_FAILURE );
- }
+void php_set_out (FILE * out_str )
+{
+ php_out = out_str ;
+}
+int php_get_debug (void)
+{
+ return php__flex_debug;
+}
+void php_set_debug (int bdebug )
+{
+ php__flex_debug = bdebug ;
+}
-/* Redefine yyless() so it works in section 3 code. */
+static int yy_init_globals (void)
+{
+ /* Initialization is the same as for the non-reentrant scanner.
+ * This function is called from php_lex_destroy(), so don't allocate here.
+ */
+
+ /* We do not touch php_lineno unless the option is enabled. */
+ php_lineno = 1;
+
+ (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;
+
+/* Defined in main.c */
+#ifdef YY_STDINIT
+ php_in = stdin;
+ php_out = stdout;
+#else
+ php_in = (FILE *) 0;
+ php_out = (FILE *) 0;
+#endif
+
+ /* For future reference: Set errno on error, since we are called by
+ * php_lex_init()
+ */
+ return 0;
+}
-#undef yyless
-#define yyless(n) \
- 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 = '\0'; \
- yyleng = n; \
- } \
- while ( 0 )
+/* php_lex_destroy is for both reentrant and non-reentrant scanners. */
+int php_lex_destroy (void)
+{
+
+ /* Pop the buffer stack, destroying each element. */
+ while(YY_CURRENT_BUFFER){
+ php__delete_buffer(YY_CURRENT_BUFFER );
+ YY_CURRENT_BUFFER_LVALUE = NULL;
+ php_pop_buffer_state();
+ }
+
+ /* Destroy the stack itself. */
+ php_free((yy_buffer_stack) );
+ (yy_buffer_stack) = NULL;
+
+ /* Reset the globals. This is important in a non-reentrant scanner so the next time
+ * php_lex() is called, initialization will occur. */
+ yy_init_globals( );
+ return 0;
+}
-/* Internal utility routines. */
+/*
+ * Internal utility routines.
+ */
#ifndef yytext_ptr
-#ifdef YY_USE_PROTOS
-static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )
-#else
-static void yy_flex_strncpy( s1, s2, n )
-char *s1;
-yyconst char *s2;
-int n;
-#endif
- {
+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
-#ifdef YY_USE_PROTOS
-static int yy_flex_strlen( yyconst char *s )
-#else
-static int yy_flex_strlen( s )
-yyconst char *s;
-#endif
- {
+static int yy_flex_strlen (yyconst char * s )
+{
register int n;
for ( n = 0; s[n]; ++n )
;
return n;
- }
+}
#endif
-
-#ifdef YY_USE_PROTOS
-static void *yy_flex_alloc( yy_size_t size )
-#else
-static void *yy_flex_alloc( size )
-yy_size_t size;
-#endif
- {
+void *php_alloc (yy_size_t size )
+{
return (void *) malloc( size );
- }
+}
-#ifdef YY_USE_PROTOS
-static void *yy_flex_realloc( void *ptr, yy_size_t size )
-#else
-static void *yy_flex_realloc( ptr, size )
-void *ptr;
-yy_size_t size;
-#endif
- {
+void *php_realloc (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
@@ -2099,26 +2344,17 @@
* as though doing an assignment.
*/
return (void *) realloc( (char *) ptr, size );
- }
+}
-#ifdef YY_USE_PROTOS
-static void yy_flex_free( void *ptr )
-#else
-static void yy_flex_free( ptr )
-void *ptr;
-#endif
- {
- free( ptr );
- }
+void php_free (void * ptr )
+{
+ free( (char *) ptr ); /* see php_realloc() for (char *) cast */
+}
+
+#define YYTABLES_NAME "yytables"
+
+#line 275 "libparser/php.l"
-#if YY_MAIN
-int main()
- {
- yylex();
- return 0;
- }
-#endif
-#line 275 "php.l"
/*
* php: read PHP file and pickup tag entries.
@@ -2202,3 +2438,4 @@
linetable_close();
strbuf_close(string);
}
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment