271 |
|
|
272 |
#define yywrap() 1 |
#define yywrap() 1 |
273 |
#define YY_SKIP_YYWRAP |
#define YY_SKIP_YYWRAP |
274 |
|
|
275 |
|
#define FLEX_DEBUG |
276 |
typedef unsigned char YY_CHAR; |
typedef unsigned char YY_CHAR; |
277 |
FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; |
FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; |
278 |
typedef int yy_state_type; |
typedef int yy_state_type; |
279 |
|
|
280 |
|
#define FLEX_DEBUG |
281 |
extern char *yytext; |
extern char *yytext; |
282 |
#define yytext_ptr yytext |
#define yytext_ptr yytext |
283 |
|
|
1402 |
static yy_state_type yy_last_accepting_state; |
static yy_state_type yy_last_accepting_state; |
1403 |
static char *yy_last_accepting_cpos; |
static char *yy_last_accepting_cpos; |
1404 |
|
|
1405 |
|
extern int yy_flex_debug; |
1406 |
|
int yy_flex_debug = 1; |
1407 |
|
|
1408 |
|
static yyconst short int yy_rule_linenum[289] = |
1409 |
|
{ 0, |
1410 |
|
71, 72, 74, 76, 77, 79, 81, 126, 127, 128, |
1411 |
|
129, 130, 131, 132, 133, 134, 135, 136, 137, 138, |
1412 |
|
139, 140, 141, 142, 143, 144, 145, 146, 147, 148, |
1413 |
|
149, 150, 151, 152, 153, 154, 155, 156, 157, 158, |
1414 |
|
159, 160, 161, 162, 163, 164, 165, 166, 167, 168, |
1415 |
|
169, 170, 171, 172, 173, 174, 175, 176, 177, 178, |
1416 |
|
179, 180, 181, 182, 183, 184, 185, 186, 187, 188, |
1417 |
|
189, 190, 191, 192, 193, 194, 195, 196, 197, 198, |
1418 |
|
199, 200, 201, 202, 203, 204, 205, 206, 207, 208, |
1419 |
|
209, 210, 211, 212, 213, 214, 215, 216, 217, 218, |
1420 |
|
|
1421 |
|
219, 220, 221, 222, 223, 224, 225, 226, 227, 228, |
1422 |
|
229, 230, 231, 232, 233, 234, 235, 236, 237, 238, |
1423 |
|
239, 240, 241, 242, 243, 244, 245, 246, 247, 248, |
1424 |
|
249, 250, 251, 252, 253, 254, 255, 256, 257, 258, |
1425 |
|
259, 260, 261, 262, 263, 264, 265, 266, 267, 268, |
1426 |
|
269, 270, 271, 272, 273, 274, 275, 276, 277, 278, |
1427 |
|
279, 280, 281, 282, 283, 284, 285, 286, 287, 288, |
1428 |
|
289, 290, 291, 292, 293, 294, 295, 296, 297, 298, |
1429 |
|
299, 300, 301, 302, 303, 304, 305, 306, 307, 308, |
1430 |
|
309, 310, 311, 312, 313, 314, 315, 316, 317, 318, |
1431 |
|
|
1432 |
|
319, 320, 322, 323, 324, 325, 326, 327, 328, 329, |
1433 |
|
330, 331, 332, 333, 334, 336, 337, 338, 339, 340, |
1434 |
|
341, 342, 343, 344, 345, 346, 347, 348, 349, 351, |
1435 |
|
352, 354, 355, 356, 357, 358, 359, 360, 361, 362, |
1436 |
|
363, 364, 365, 366, 367, 368, 369, 370, 371, 372, |
1437 |
|
373, 374, 375, 376, 378, 379, 380, 381, 382, 383, |
1438 |
|
384, 385, 386, 387, 389, 390, 391, 392, 393, 394, |
1439 |
|
395, 396, 397, 398, 399, 400, 401, 402, 403, 404, |
1440 |
|
405, 406, 407, 408, 409, 410, 411, 413 |
1441 |
|
} ; |
1442 |
|
|
1443 |
/* The intent behind this definition is that it'll catch |
/* The intent behind this definition is that it'll catch |
1444 |
* any uses of REJECT which flex missed. |
* any uses of REJECT which flex missed. |
1445 |
*/ |
*/ |
1509 |
static void ccomment(void); |
static void ccomment(void); |
1510 |
static void cinclude(void); |
static void cinclude(void); |
1511 |
static int ieof(void); |
static int ieof(void); |
1512 |
#line 1471 "lex.yy.c" |
#line 1513 "lex.yy.c" |
1513 |
|
|
1514 |
/* Macros after this point can all be overridden by user definitions in |
/* Macros after this point can all be overridden by user definitions in |
1515 |
* section 1. |
* section 1. |
1662 |
|
|
1663 |
#line 70 "ircd_lexer.l" |
#line 70 "ircd_lexer.l" |
1664 |
|
|
1665 |
#line 1624 "lex.yy.c" |
#line 1666 "lex.yy.c" |
1666 |
|
|
1667 |
if ( yy_init ) |
if ( yy_init ) |
1668 |
{ |
{ |
1741 |
|
|
1742 |
do_action: /* This label is used only to access EOF actions. */ |
do_action: /* This label is used only to access EOF actions. */ |
1743 |
|
|
1744 |
|
if ( yy_flex_debug ) |
1745 |
|
{ |
1746 |
|
if ( yy_act == 0 ) |
1747 |
|
fprintf( stderr, "--scanner backing up\n" ); |
1748 |
|
else if ( yy_act < 289 ) |
1749 |
|
fprintf( stderr, "--accepting rule at line %d (\"%s\")\n", |
1750 |
|
yy_rule_linenum[yy_act], yytext ); |
1751 |
|
else if ( yy_act == 289 ) |
1752 |
|
fprintf( stderr, "--accepting default rule (\"%s\")\n", |
1753 |
|
yytext ); |
1754 |
|
else if ( yy_act == 290 ) |
1755 |
|
fprintf( stderr, "--(end of buffer or a NUL)\n" ); |
1756 |
|
else |
1757 |
|
fprintf( stderr, "--EOF (start condition %d)\n", YY_START ); |
1758 |
|
} |
1759 |
|
|
1760 |
switch ( yy_act ) |
switch ( yy_act ) |
1761 |
{ /* beginning of action switch */ |
{ /* beginning of action switch */ |
3258 |
#line 416 "ircd_lexer.l" |
#line 416 "ircd_lexer.l" |
3259 |
ECHO; |
ECHO; |
3260 |
YY_BREAK |
YY_BREAK |
3261 |
#line 3205 "lex.yy.c" |
#line 3262 "lex.yy.c" |
3262 |
|
|
3263 |
case YY_END_OF_BUFFER: |
case YY_END_OF_BUFFER: |
3264 |
{ |
{ |