packaging: Initial packaging
[platform/upstream/cmake.git] / Source / cmCommandArgumentLexer.h
1 /*============================================================================
2   CMake - Cross Platform Makefile Generator
3   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
4
5   Distributed under the OSI-approved BSD License (the "License");
6   see accompanying file Copyright.txt for details.
7
8   This software is distributed WITHOUT ANY WARRANTY; without even the
9   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10   See the License for more information.
11 ============================================================================*/
12 #ifndef cmCommandArgument_yyHEADER_H
13 #define cmCommandArgument_yyHEADER_H 1
14 #define cmCommandArgument_yyIN_HEADER 1
15
16 #define  YY_INT_ALIGNED short int
17
18 /* A lexical scanner generated by flex */
19
20 #define FLEX_SCANNER
21 #define YY_FLEX_MAJOR_VERSION 2
22 #define YY_FLEX_MINOR_VERSION 5
23 #define YY_FLEX_SUBMINOR_VERSION 35
24 #if YY_FLEX_SUBMINOR_VERSION > 0
25 #define FLEX_BETA
26 #endif
27
28 /* First, we deal with  platform-specific or compiler-specific issues. */
29
30 /* begin standard C headers. */
31 #include <stdio.h>
32 #include <string.h>
33 #include <errno.h>
34 #include <stdlib.h>
35
36 /* end standard C headers. */
37
38 /* flex integer type definitions */
39
40 #ifndef FLEXINT_H
41 #define FLEXINT_H
42
43 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
44
45 #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
46
47 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
48  * if you want the limit (max/min) macros for int types.
49  */
50 #ifndef __STDC_LIMIT_MACROS
51 #define __STDC_LIMIT_MACROS 1
52 #endif
53
54 #include <inttypes.h>
55 typedef int8_t flex_int8_t;
56 typedef uint8_t flex_uint8_t;
57 typedef int16_t flex_int16_t;
58 typedef uint16_t flex_uint16_t;
59 typedef int32_t flex_int32_t;
60 typedef uint32_t flex_uint32_t;
61 #else
62 typedef signed char flex_int8_t;
63 typedef short int flex_int16_t;
64 typedef int flex_int32_t;
65 typedef unsigned char flex_uint8_t;
66 typedef unsigned short int flex_uint16_t;
67 typedef unsigned int flex_uint32_t;
68
69 /* Limits of integral types. */
70 #ifndef INT8_MIN
71 #define INT8_MIN               (-128)
72 #endif
73 #ifndef INT16_MIN
74 #define INT16_MIN              (-32767-1)
75 #endif
76 #ifndef INT32_MIN
77 #define INT32_MIN              (-2147483647-1)
78 #endif
79 #ifndef INT8_MAX
80 #define INT8_MAX               (127)
81 #endif
82 #ifndef INT16_MAX
83 #define INT16_MAX              (32767)
84 #endif
85 #ifndef INT32_MAX
86 #define INT32_MAX              (2147483647)
87 #endif
88 #ifndef UINT8_MAX
89 #define UINT8_MAX              (255U)
90 #endif
91 #ifndef UINT16_MAX
92 #define UINT16_MAX             (65535U)
93 #endif
94 #ifndef UINT32_MAX
95 #define UINT32_MAX             (4294967295U)
96 #endif
97
98 #endif /* ! C99 */
99
100 #endif /* ! FLEXINT_H */
101
102 #ifdef __cplusplus
103
104 /* The "const" storage-class-modifier is valid. */
105 #define YY_USE_CONST
106
107 #else   /* ! __cplusplus */
108
109 /* C99 requires __STDC__ to be defined as 1. */
110 #if defined (__STDC__)
111
112 #define YY_USE_CONST
113
114 #endif  /* defined (__STDC__) */
115 #endif  /* ! __cplusplus */
116
117 #ifdef YY_USE_CONST
118 #define yyconst const
119 #else
120 #define yyconst
121 #endif
122
123 /* An opaque pointer. */
124 #ifndef YY_TYPEDEF_YY_SCANNER_T
125 #define YY_TYPEDEF_YY_SCANNER_T
126 typedef void* yyscan_t;
127 #endif
128
129 /* For convenience, these vars (plus the bison vars far below)
130    are macros in the reentrant scanner. */
131 #define yyin yyg->yyin_r
132 #define yyout yyg->yyout_r
133 #define yyextra yyg->yyextra_r
134 #define yyleng yyg->yyleng_r
135 #define yytext yyg->yytext_r
136 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)
137 #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
138 #define yy_flex_debug yyg->yy_flex_debug_r
139
140 /* Size of default input buffer. */
141 #ifndef YY_BUF_SIZE
142 #define YY_BUF_SIZE 16384
143 #endif
144
145 #ifndef YY_TYPEDEF_YY_BUFFER_STATE
146 #define YY_TYPEDEF_YY_BUFFER_STATE
147 typedef struct yy_buffer_state *YY_BUFFER_STATE;
148 #endif
149
150 #ifndef YY_TYPEDEF_YY_SIZE_T
151 #define YY_TYPEDEF_YY_SIZE_T
152 typedef size_t yy_size_t;
153 #endif
154
155 #ifndef YY_STRUCT_YY_BUFFER_STATE
156 #define YY_STRUCT_YY_BUFFER_STATE
157 struct yy_buffer_state
158         {
159         FILE *yy_input_file;
160
161         char *yy_ch_buf;                /* input buffer */
162         char *yy_buf_pos;               /* current position in input buffer */
163
164         /* Size of input buffer in bytes, not including room for EOB
165          * characters.
166          */
167         yy_size_t yy_buf_size;
168
169         /* Number of characters read into yy_ch_buf, not including EOB
170          * characters.
171          */
172         int yy_n_chars;
173
174         /* Whether we "own" the buffer - i.e., we know we created it,
175          * and can realloc() it to grow it, and should free() it to
176          * delete it.
177          */
178         int yy_is_our_buffer;
179
180         /* Whether this is an "interactive" input source; if so, and
181          * if we're using stdio for input, then we want to use getc()
182          * instead of fread(), to make sure we stop fetching input after
183          * each newline.
184          */
185         int yy_is_interactive;
186
187         /* Whether we're considered to be at the beginning of a line.
188          * If so, '^' rules will be active on the next match, otherwise
189          * not.
190          */
191         int yy_at_bol;
192
193     int yy_bs_lineno; /**< The line count. */
194     int yy_bs_column; /**< The column count. */
195
196         /* Whether to try to fill the input buffer when we reach the
197          * end of it.
198          */
199         int yy_fill_buffer;
200
201         int yy_buffer_status;
202
203         };
204 #endif /* !YY_STRUCT_YY_BUFFER_STATE */
205
206 void cmCommandArgument_yyrestart (FILE *input_file ,yyscan_t yyscanner );
207 void cmCommandArgument_yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
208 YY_BUFFER_STATE cmCommandArgument_yy_create_buffer (FILE *file,int size ,yyscan_t yyscanner );
209 void cmCommandArgument_yy_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
210 void cmCommandArgument_yy_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
211 void cmCommandArgument_yypush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
212 void cmCommandArgument_yypop_buffer_state (yyscan_t yyscanner );
213
214 YY_BUFFER_STATE cmCommandArgument_yy_scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
215 YY_BUFFER_STATE cmCommandArgument_yy_scan_string (yyconst char *yy_str ,yyscan_t yyscanner );
216 YY_BUFFER_STATE cmCommandArgument_yy_scan_bytes (yyconst char *bytes,int len ,yyscan_t yyscanner );
217
218 void *cmCommandArgument_yyalloc (yy_size_t ,yyscan_t yyscanner );
219 void *cmCommandArgument_yyrealloc (void *,yy_size_t ,yyscan_t yyscanner );
220 void cmCommandArgument_yyfree (void * ,yyscan_t yyscanner );
221
222 /* Begin user sect3 */
223
224 #define cmCommandArgument_yywrap(n) 1
225 #define YY_SKIP_YYWRAP
226
227 #define yytext_ptr yytext_r
228
229 #ifdef YY_HEADER_EXPORT_START_CONDITIONS
230 #define INITIAL 0
231 #define ESCAPES 1
232 #define NOESCAPES 2
233
234 #endif
235
236 #ifndef YY_EXTRA_TYPE
237 #define YY_EXTRA_TYPE void *
238 #endif
239
240 int cmCommandArgument_yylex_init (yyscan_t* scanner);
241
242 int cmCommandArgument_yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
243
244 /* Accessor methods to globals.
245    These are made visible to non-reentrant scanners for convenience. */
246
247 int cmCommandArgument_yylex_destroy (yyscan_t yyscanner );
248
249 int cmCommandArgument_yyget_debug (yyscan_t yyscanner );
250
251 void cmCommandArgument_yyset_debug (int debug_flag ,yyscan_t yyscanner );
252
253 YY_EXTRA_TYPE cmCommandArgument_yyget_extra (yyscan_t yyscanner );
254
255 void cmCommandArgument_yyset_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
256
257 FILE *cmCommandArgument_yyget_in (yyscan_t yyscanner );
258
259 void cmCommandArgument_yyset_in  (FILE * in_str ,yyscan_t yyscanner );
260
261 FILE *cmCommandArgument_yyget_out (yyscan_t yyscanner );
262
263 void cmCommandArgument_yyset_out  (FILE * out_str ,yyscan_t yyscanner );
264
265 int cmCommandArgument_yyget_leng (yyscan_t yyscanner );
266
267 char *cmCommandArgument_yyget_text (yyscan_t yyscanner );
268
269 int cmCommandArgument_yyget_lineno (yyscan_t yyscanner );
270
271 void cmCommandArgument_yyset_lineno (int line_number ,yyscan_t yyscanner );
272
273 /* Macros after this point can all be overridden by user definitions in
274  * section 1.
275  */
276
277 #ifndef YY_SKIP_YYWRAP
278 #ifdef __cplusplus
279 extern "C" int cmCommandArgument_yywrap (yyscan_t yyscanner );
280 #else
281 extern int cmCommandArgument_yywrap (yyscan_t yyscanner );
282 #endif
283 #endif
284
285 #ifndef yytext_ptr
286 static void yy_flex_strncpy (char *,yyconst char *,int ,yyscan_t yyscanner);
287 #endif
288
289 #ifdef YY_NEED_STRLEN
290 static int yy_flex_strlen (yyconst char * ,yyscan_t yyscanner);
291 #endif
292
293 #ifndef YY_NO_INPUT
294
295 #endif
296
297 /* Amount of stuff to slurp up with each read. */
298 #ifndef YY_READ_BUF_SIZE
299 #define YY_READ_BUF_SIZE 8192
300 #endif
301
302 /* Number of entries by which start-condition stack grows. */
303 #ifndef YY_START_STACK_INCR
304 #define YY_START_STACK_INCR 25
305 #endif
306
307 /* Default declaration of generated scanner - a define so the user can
308  * easily add parameters.
309  */
310 #ifndef YY_DECL
311 #define YY_DECL_IS_OURS 1
312
313 extern int cmCommandArgument_yylex (yyscan_t yyscanner);
314
315 #define YY_DECL int cmCommandArgument_yylex (yyscan_t yyscanner)
316 #endif /* !YY_DECL */
317
318 /* yy_get_previous_state - get the state just before the EOB char was reached */
319
320 #undef YY_NEW_FILE
321 #undef YY_FLUSH_BUFFER
322 #undef yy_set_bol
323 #undef yy_new_buffer
324 #undef yy_set_interactive
325 #undef YY_DO_BEFORE_ACTION
326
327 #ifdef YY_DECL_IS_OURS
328 #undef YY_DECL_IS_OURS
329 #undef YY_DECL
330 #endif
331
332 #undef cmCommandArgument_yyIN_HEADER
333 #endif /* cmCommandArgument_yyHEADER_H */