~ubuntu-branches/ubuntu/jaunty/cmake/jaunty-security

« back to all changes in this revision

Viewing changes to Source/cmCommandArgumentLexer.h

  • Committer: Bazaar Package Importer
  • Author(s): A. Maitland Bottoms
  • Date: 2006-06-18 16:34:11 UTC
  • mfrom: (1.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060618163411-pi234s3v6jwlcmof
Tags: 2.4.2-1
* New upstream release (Closes: #338324)
* Put cmake .vim files into /usr/share/vim/addons/plugin/
  where they can be used. (Closes: #366663)
* Install cmake-mode.el so it can be used. (Closes: #366664)
* Ensure cmake FindKDE locates KDE libraries on Debian
  based distributions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
#endif /* !YY_STRUCT_YY_BUFFER_STATE */
190
190
 
191
191
void cmCommandArgument_yyrestart (FILE *input_file ,yyscan_t yyscanner );
192
 
void cmCommandArgument_yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
193
 
YY_BUFFER_STATE cmCommandArgument_yy_create_buffer (FILE *file,int size ,yyscan_t yyscanner );
194
 
void cmCommandArgument_yy_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
195
 
void cmCommandArgument_yy_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
196
 
void cmCommandArgument_yypush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
 
192
void cmCommandArgument_yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ,
 
193
                                            yyscan_t yyscanner );
 
194
YY_BUFFER_STATE cmCommandArgument_yy_create_buffer (FILE *file,int size ,
 
195
                                                    yyscan_t yyscanner );
 
196
void cmCommandArgument_yy_delete_buffer (YY_BUFFER_STATE b ,
 
197
                                         yyscan_t yyscanner );
 
198
void cmCommandArgument_yy_flush_buffer (YY_BUFFER_STATE b ,
 
199
                                        yyscan_t yyscanner );
 
200
void cmCommandArgument_yypush_buffer_state (YY_BUFFER_STATE new_buffer ,
 
201
                                            yyscan_t yyscanner );
197
202
void cmCommandArgument_yypop_buffer_state (yyscan_t yyscanner );
198
203
 
199
 
YY_BUFFER_STATE cmCommandArgument_yy_scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
200
 
YY_BUFFER_STATE cmCommandArgument_yy_scan_string (yyconst char *yy_str ,yyscan_t yyscanner );
201
 
YY_BUFFER_STATE cmCommandArgument_yy_scan_bytes (yyconst char *bytes,int len ,yyscan_t yyscanner );
 
204
YY_BUFFER_STATE cmCommandArgument_yy_scan_buffer (char *base,yy_size_t size ,
 
205
                                                  yyscan_t yyscanner );
 
206
YY_BUFFER_STATE cmCommandArgument_yy_scan_string (yyconst char *yy_str ,
 
207
                                                  yyscan_t yyscanner );
 
208
YY_BUFFER_STATE cmCommandArgument_yy_scan_bytes (yyconst char *bytes,int len ,
 
209
                                                 yyscan_t yyscanner );
202
210
 
203
211
void *cmCommandArgument_yyalloc (yy_size_t ,yyscan_t yyscanner );
204
212
void *cmCommandArgument_yyrealloc (void *,yy_size_t ,yyscan_t yyscanner );
231
239
 
232
240
YY_EXTRA_TYPE cmCommandArgument_yyget_extra (yyscan_t yyscanner );
233
241
 
234
 
void cmCommandArgument_yyset_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
 
242
void cmCommandArgument_yyset_extra (YY_EXTRA_TYPE user_defined ,
 
243
                                    yyscan_t yyscanner );
235
244
 
236
245
FILE *cmCommandArgument_yyget_in (yyscan_t yyscanner );
237
246
 
294
303
#define YY_DECL int cmCommandArgument_yylex (yyscan_t yyscanner)
295
304
#endif /* !YY_DECL */
296
305
 
297
 
/* yy_get_previous_state - get the state just before the EOB char was reached */
 
306
/* yy_get_previous_state - get the state just before 
 
307
   the EOB char was reached */
298
308
 
299
309
#undef YY_NEW_FILE
300
310
#undef YY_FLUSH_BUFFER