Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

rule-scan.cc File Reference

#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "RuleMatcher.h"
#include "rule-parse.h"

Include dependency graph for rule-scan.cc:

Include dependency graph

Go to the source code of this file.

Classes

struct  yy_buffer_state

Defines

#define yy_create_buffer   rules__create_buffer
#define yy_delete_buffer   rules__delete_buffer
#define yy_scan_buffer   rules__scan_buffer
#define yy_scan_string   rules__scan_string
#define yy_scan_bytes   rules__scan_bytes
#define yy_flex_debug   rules__flex_debug
#define yy_init_buffer   rules__init_buffer
#define yy_flush_buffer   rules__flush_buffer
#define yy_load_buffer_state   rules__load_buffer_state
#define yy_switch_to_buffer   rules__switch_to_buffer
#define yyin   rules_in
#define yyleng   rules_leng
#define yylex   rules_lex
#define yyout   rules_out
#define yyrestart   rules_restart
#define yytext   rules_text
#define yywrap   rules_wrap
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION   2
#define YY_FLEX_MINOR_VERSION   5
#define yyconst
#define YY_PROTO(proto)   ()
#define YY_NULL   0
#define YY_SC_TO_UI(c)   ((unsigned int) (unsigned char) c)
#define BEGIN   yy_start = 1 + 2 *
#define YY_START   ((yy_start - 1) / 2)
#define YYSTATE   YY_START
#define YY_STATE_EOF(state)   (YY_END_OF_BUFFER + state + 1)
#define YY_NEW_FILE   yyrestart( yyin )
#define YY_END_OF_BUFFER_CHAR   0
#define YY_BUF_SIZE   16384
#define EOB_ACT_CONTINUE_SCAN   0
#define EOB_ACT_END_OF_FILE   1
#define EOB_ACT_LAST_MATCH   2
#define yyless(n)
#define unput(c)   yyunput( c, yytext_ptr )
#define YY_BUFFER_NEW   0
#define YY_BUFFER_NORMAL   1
#define YY_BUFFER_EOF_PENDING   2
#define YY_CURRENT_BUFFER   yy_current_buffer
#define YY_FLUSH_BUFFER   yy_flush_buffer( yy_current_buffer )
#define yy_new_buffer   yy_create_buffer
#define yy_set_interactive(is_interactive)
#define yy_set_bol(at_bol)
#define YY_AT_BOL()   (yy_current_buffer->yy_at_bol)
#define yytext_ptr   yytext
#define YY_DO_BEFORE_ACTION
#define YY_NUM_RULES   55
#define YY_END_OF_BUFFER   56
#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
#define INITIAL   0
#define YY_NO_UNPUT   1
#define YY_NO_PUSH_STATE   1
#define YY_NO_POP_STATE   1
#define YY_NO_TOP_STATE   1
#define YY_READ_BUF_SIZE   8192
#define ECHO   (void) fwrite( yytext, yyleng, 1, yyout )
#define YY_INPUT(buf, result, max_size)
#define yyterminate()   return YY_NULL
#define YY_START_STACK_INCR   25
#define YY_FATAL_ERROR(msg)   yy_fatal_error( msg )
#define YY_DECL   int yylex YY_PROTO(( void ))
#define YY_BREAK   break;
#define YY_RULE_SETUP   YY_USER_ACTION
#define YY_EXIT_FAILURE   2
#define yyless(n)

Typedefs

typedef yy_buffer_stateYY_BUFFER_STATE
typedef unsigned int yy_size_t
typedef unsigned char YY_CHAR
typedef int yy_state_type
typedef unsigned int uint32

Functions

void yyrestart YY_PROTO ((FILE *input_file))
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))
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))
void *yy_flex_alloc YY_PROTO ((yy_size_t))
void *yy_flex_realloc YY_PROTO ((void *, yy_size_t))
void yy_flex_free YY_PROTO ((void *))
yy_state_type yy_try_NUL_trans YY_PROTO ((yy_state_type current_state))
void yy_fatal_error YY_PROTO ((yyconst char msg[]))

Variables

int yyleng
FILE * yyin = (FILE *) 0 *yyout = (FILE *) 0
FILE * yyout
YY_BUFFER_STATE yy_current_buffer = 0
char yy_hold_char
int yy_n_chars
char * yy_c_buf_p = (char *) 0
int yy_init = 1
int yy_start = 0
int yy_did_buffer_switch_on_eof
char * yytext
yyconst short int yy_accept [246]
yyconst int yy_ec [256]
yyconst int yy_meta [42]
yyconst short int yy_base [252]
yyconst short int yy_def [252]
yyconst short int yy_nxt [352]
yyconst short int yy_chk [352]
yy_state_type yy_last_accepting_state
char * yy_last_accepting_cpos
int rules_line_number = 0
int size
FILE * file
int len


Define Documentation

#define BEGIN   yy_start = 1 + 2 *
 

Definition at line 98 of file rule-scan.cc.

#define ECHO   (void) fwrite( yytext, yyleng, 1, yyout )
 

Definition at line 635 of file rule-scan.cc.

#define EOB_ACT_CONTINUE_SCAN   0
 

Definition at line 123 of file rule-scan.cc.

#define EOB_ACT_END_OF_FILE   1
 

Definition at line 124 of file rule-scan.cc.

#define EOB_ACT_LAST_MATCH   2
 

Definition at line 125 of file rule-scan.cc.

#define FLEX_SCANNER
 

Definition at line 26 of file rule-scan.cc.

#define INITIAL   0
 

Definition at line 540 of file rule-scan.cc.

#define REJECT   reject_used_but_not_detected
 

Definition at line 534 of file rule-scan.cc.

#define unput  )     yyunput( c, yytext_ptr )
 

Definition at line 154 of file rule-scan.cc.

 
#define YY_AT_BOL  )     (yy_current_buffer->yy_at_bol)
 

Definition at line 281 of file rule-scan.cc.

#define YY_BREAK   break;
 

Definition at line 694 of file rule-scan.cc.

#define YY_BUF_SIZE   16384
 

Definition at line 116 of file rule-scan.cc.

#define YY_BUFFER_EOF_PENDING   2
 

Definition at line 217 of file rule-scan.cc.

#define YY_BUFFER_NEW   0
 

Definition at line 205 of file rule-scan.cc.

#define YY_BUFFER_NORMAL   1
 

Definition at line 206 of file rule-scan.cc.

#define yy_create_buffer   rules__create_buffer
 

Definition at line 1 of file rule-scan.cc.

#define YY_CURRENT_BUFFER   yy_current_buffer
 

Definition at line 226 of file rule-scan.cc.

#define YY_DECL   int yylex YY_PROTO(( void ))
 

Definition at line 682 of file rule-scan.cc.

#define yy_delete_buffer   rules__delete_buffer
 

Definition at line 2 of file rule-scan.cc.

#define YY_DO_BEFORE_ACTION
 

Value:

yytext_ptr = yy_bp; \
        yyleng = (int) (yy_cp - yy_bp); \
        yy_hold_char = *yy_cp; \
        *yy_cp = '\0'; \
        yy_c_buf_p = yy_cp;

Definition at line 297 of file rule-scan.cc.

#define YY_END_OF_BUFFER   56
 

Definition at line 305 of file rule-scan.cc.

#define YY_END_OF_BUFFER_CHAR   0
 

Definition at line 113 of file rule-scan.cc.

#define YY_EXIT_FAILURE   2
 

#define YY_FATAL_ERROR msg   )     yy_fatal_error( msg )
 

Definition at line 675 of file rule-scan.cc.

#define yy_flex_debug   rules__flex_debug
 

Definition at line 6 of file rule-scan.cc.

#define YY_FLEX_MAJOR_VERSION   2
 

Definition at line 27 of file rule-scan.cc.

#define YY_FLEX_MINOR_VERSION   5
 

Definition at line 28 of file rule-scan.cc.

#define YY_FLUSH_BUFFER   yy_flush_buffer( yy_current_buffer )
 

Definition at line 255 of file rule-scan.cc.

#define yy_flush_buffer   rules__flush_buffer
 

Definition at line 8 of file rule-scan.cc.

#define yy_init_buffer   rules__init_buffer
 

Definition at line 7 of file rule-scan.cc.

#define YY_INPUT buf,
result,
max_size   ) 
 

Value:

if ( yy_current_buffer->yy_is_interactive ) \
                { \
                int c = '*', n; \
                for ( n = 0; n < max_size && \
                             (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
                        buf[n] = (char) c; \
                if ( c == '\n' ) \
                        buf[n++] = (char) c; \
                if ( c == EOF && ferror( yyin ) ) \
                        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" );

Definition at line 642 of file rule-scan.cc.

#define yy_load_buffer_state   rules__load_buffer_state
 

Definition at line 9 of file rule-scan.cc.

#define YY_MORE_ADJ   0
 

Definition at line 536 of file rule-scan.cc.

#define yy_new_buffer   yy_create_buffer
 

Definition at line 265 of file rule-scan.cc.

#define YY_NEW_FILE   yyrestart( yyin )
 

Definition at line 111 of file rule-scan.cc.

#define YY_NO_POP_STATE   1
 

Definition at line 605 of file rule-scan.cc.

#define YY_NO_PUSH_STATE   1
 

Definition at line 604 of file rule-scan.cc.

#define YY_NO_TOP_STATE   1
 

Definition at line 606 of file rule-scan.cc.

#define YY_NO_UNPUT   1
 

Definition at line 554 of file rule-scan.cc.

#define YY_NULL   0
 

Definition at line 85 of file rule-scan.cc.

#define YY_NUM_RULES   55
 

Definition at line 304 of file rule-scan.cc.

#define YY_PROTO proto   )     ()
 

Definition at line 81 of file rule-scan.cc.

#define YY_READ_BUF_SIZE   8192
 

Definition at line 626 of file rule-scan.cc.

#define YY_RESTORE_YY_MORE_OFFSET
 

Definition at line 537 of file rule-scan.cc.

#define YY_RULE_SETUP   YY_USER_ACTION
 

Definition at line 697 of file rule-scan.cc.

#define YY_SC_TO_UI  )     ((unsigned int) (unsigned char) c)
 

Definition at line 92 of file rule-scan.cc.

#define yy_scan_buffer   rules__scan_buffer
 

Definition at line 3 of file rule-scan.cc.

#define yy_scan_bytes   rules__scan_bytes
 

Definition at line 5 of file rule-scan.cc.

#define yy_scan_string   rules__scan_string
 

Definition at line 4 of file rule-scan.cc.

#define yy_set_bol at_bol   ) 
 

Value:

{ \
        if ( ! yy_current_buffer ) \
                yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
        yy_current_buffer->yy_at_bol = at_bol; \
        }

Definition at line 274 of file rule-scan.cc.

#define yy_set_interactive is_interactive   ) 
 

Value:

{ \
        if ( ! yy_current_buffer ) \
                yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
        yy_current_buffer->yy_is_interactive = is_interactive; \
        }

Definition at line 267 of file rule-scan.cc.

#define YY_START   ((yy_start - 1) / 2)
 

Definition at line 104 of file rule-scan.cc.

#define YY_START_STACK_INCR   25
 

Definition at line 670 of file rule-scan.cc.

#define YY_STATE_EOF state   )     (YY_END_OF_BUFFER + state + 1)
 

Definition at line 108 of file rule-scan.cc.

#define yy_switch_to_buffer   rules__switch_to_buffer
 

Definition at line 10 of file rule-scan.cc.

#define yyconst
 

Definition at line 74 of file rule-scan.cc.

#define yyin   rules_in
 

Definition at line 11 of file rule-scan.cc.

#define yyleng   rules_leng
 

Definition at line 12 of file rule-scan.cc.

#define yyless  ) 
 

Value:

do \
                { \
                  \
                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 )

Definition at line 143 of file rule-scan.cc.

#define yyless  ) 
 

Value:

do \
                { \
                  \
                *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;   \
                } \
        while ( 0 )

Definition at line 143 of file rule-scan.cc.

#define yylex   rules_lex
 

Definition at line 13 of file rule-scan.cc.

 
#define yymore  )     yymore_used_but_not_detected
 

Definition at line 535 of file rule-scan.cc.

#define yyout   rules_out
 

Definition at line 14 of file rule-scan.cc.

#define yyrestart   rules_restart
 

Definition at line 15 of file rule-scan.cc.

#define YYSTATE   YY_START
 

Definition at line 105 of file rule-scan.cc.

 
#define yyterminate  )     return YY_NULL
 

Definition at line 665 of file rule-scan.cc.

#define yytext   rules_text
 

Definition at line 16 of file rule-scan.cc.

#define yytext_ptr   yytext
 

Definition at line 287 of file rule-scan.cc.

#define yywrap   rules_wrap
 

Definition at line 17 of file rule-scan.cc.


Typedef Documentation

typedef unsigned int uint32
 

Definition at line 543 of file rule-scan.cc.

Referenced by TCP_Endpoint::AckSeq(), PacketSortConnPQ::Add(), ODesc::Add(), PacketFilter::AddDst(), FragReassembler::AddFragment(), Rule::AddPattern(), RemoteSerializer::AddPeer(), addr_eq(), addr_port_canon_lt(), addr_to_class(), addr_to_net(), DNS_Mgr::AddResult(), DivideExpr::AddrFold(), AddrVal::AddrVal(), PacketFilter::AddSrc(), SSL_Interpreter::analyzeCertificate(), SSLv3_Interpreter::analyzeCiphers(), SSLv2_Interpreter::analyzeCiphers(), bi_ffs(), MutableVal::Bind(), TCP_Connection::BuildOSVal(), OSFingerprint::CacheMatch(), CertStore::CertStore(), PortmapperInterp::CheckPort(), ChunkedIOFd::ChunkAvailable(), SSLv2_Interpreter::ClientMasterKeyRecord(), OSFingerprint::collide(), NetSessions::CompareWithPreviousOSMatch(), BPF_Program::Compile(), CompositeHash::ComputeSingletonHash(), RemoteSerializer::Connect(), SubNetVal::Contains(), copy_addr(), TCP_Contents::DataPending(), Base64Decoder::Decode(), TCP_Contents_RPC::Deliver(), RPC_Interpreter::DeliverRPC(), SSLv3_Interpreter::DeliverSSLv3_Record(), DNS_Mapping::DNS_Mapping(), DNS_Mgr_Request::DNS_Mgr_Request(), RuleConditionPayloadSize::DoMatch(), NetSessions::DoNextPacket(), dotted_addr(), dotted_net(), dotted_net6(), dotted_to_addr(), IP_Hdr::DstAddr(), ConnCompressor::DstAddr(), IP_Hdr::DstAddr4(), SerializationFormat::EndWrite(), error(), extract_uint32(), extract_XDR_time(), extract_XDR_uint32(), extract_XDR_uint64_as_double(), ChunkedIOFd::ExtractChunk(), ICMP_Connection::ExtractICMPContext(), SSLv3_Record::ExtractInt24(), DNS_Interpreter::ExtractLong(), PortmapperInterp::ExtractMapping(), OSFingerprint::FindMatch(), SSL_Interpreter::fire_ssl_conn_established(), PacketSortPQ::FixDown(), ChunkedIOFd::FlushWriteBuffer(), FragReassembler::FragReassembler(), get_map_result(), NetSessions::Get_OS_From_SYN(), TCP_TracePacket::GetAck(), TCP_TracePacket::GetSeq(), getval(), TwoWise::Hash(), HashKey::HashBytes(), HashKey::HashKey(), icmp_checksum(), id_to_uint(), SubNetVal::Init(), AddrVal::Init(), DNS_Mapping::Init(), init_hash_function(), init_random_seed(), TCP_Endpoint::InitAckSeq(), TCP_Endpoint::InitLastSeq(), TCP_Endpoint::InitStartSeq(), ip2a(), NetSessions::IsLikelyServerTCPPort(), NetSessions::IsLikelyServerUDPPort(), TCP_Connection::IsReuse(), TCP_Endpoint::LastSeq(), SocketComm::Listen(), RemoteSerializer::Listen(), OSFingerprint::load_config(), load_mapping_table(), DNS_Mgr::LoadCache(), DNS_Mgr::LookupAddr(), make_prefix(), SubNetVal::Mask(), mask_addr(), AddrVal::MemoryAllocation(), NetVal::NetVal(), NetSessions::NewConn(), FTP_Conn::NewLine(), SSLv2_Interpreter::NewSSLRecord(), NetSessions::NextFragment(), NextIP_ID(), TCP_Connection::NextPacket(), NetSessions::NextPacket(), Discarder::NextPacket(), ConnCompressor::NextPacket(), NetSessions::NextPacketSecondary(), TCP_RewriterEndpoint::NextSeq(), ones_complement_checksum(), Connection::OrigAddr(), Connection::OrigPort(), TCP_Connection::OrigSeq(), PacketSortElement::PacketSortElement(), parse_dotted(), DNS_Interpreter::ParseRR_A(), DNS_Interpreter::ParseRR_AAAA(), DNS_Interpreter::ParseRR_SOA(), DNS_Interpreter::ParseRR_TSIG(), HTTP_Conn::ParseVersion(), ConnCompressor::PendingConnToPacket(), PktInterfaceSrc::PktInterfaceSrc(), PortVal::Port(), PortVal::PortVal(), FileSerializer::PrepareForWriting(), AnonymizeIPAddr_A50::PreservePrefix(), RPC_CallInfo::Proc(), RemoteSerializer::ProcessCapsMsg(), RemoteSerializer::ProcessConnected(), SocketComm::ProcessConnectTo(), SocketComm::ProcessListen(), SocketComm::ProcessParentCompress(), RemoteSerializer::ProcessVersionMsg(), RPC_CallInfo::Program(), ChunkedIOFd::PutIntoWriteBuffer(), rand32(), raw_bytes_to_addr(), XMLSerializationFormat::Read(), BinarySerializationFormat::Read(), FileSerializer::ReadHeader(), Reassembler::Reassembler(), recover_val(), DNS_Mapping::ReqAddr(), DNS_Mgr_Request::ReqAddr(), Connection::RespAddr(), Connection::RespPort(), TCP_Connection::RespSeq(), NFS_Interp::RPC_BuildCall(), PortmapperInterp::RPC_BuildReply(), NFS_Interp::RPC_BuildReply(), RPC_CallInfo::RPC_CallInfo(), RuleConditionPayloadSize::RuleConditionPayloadSize(), RuleHdrTest::RuleHdrTest(), RemoteSerializer::SendCapabilities(), RemoteSerializer::SendPing(), sendToIO(), seq_between(), seq_delta(), SSLv2_Interpreter::ServerHelloRecord(), TCP_TracePacket::SetAck(), TCP_TracePacket::SetSeq(), skip_XDR_opaque_auth(), IP_Hdr::SrcAddr(), ConnCompressor::SrcAddr(), IP_Hdr::SrcAddr4(), SerializationFormat::StartRead(), TCP_Endpoint::StartSeq(), SubNetVal::SubNetVal(), tcp_checksum(), TCP_Reassembler::TCP_Reassembler(), TwoWise::TestSpeed(), to_v4_addr(), TwoWise::TwoWise(), udp_checksum(), Connection::UnparsedVersionFoundEvent(), Packet::Unserialize(), TCP_Endpoint::UpdateAckSeq(), TCP_Endpoint::UpdateLastSeq(), Val::Val(), PortVal::ValDescribe(), TCP_Endpoint::ValidChecksum(), X509_Cert::verify(), X509_Cert::verifyChain(), RPC_CallInfo::Version(), Connection::VersionFoundEvent(), XMLSerializationFormat::Write(), BinarySerializationFormat::Write(), ChunkedIOFd::Write(), ChunkedIOFd::WriteChunk(), and RPC_CallInfo::XID().

typedef struct yy_buffer_state* YY_BUFFER_STATE
 

Definition at line 118 of file rule-scan.cc.

typedef unsigned char YY_CHAR
 

Definition at line 283 of file rule-scan.cc.

typedef unsigned int yy_size_t
 

Definition at line 160 of file rule-scan.cc.

typedef int yy_state_type
 

Definition at line 285 of file rule-scan.cc.


Function Documentation

void yy_fatal_error YY_PROTO (yyconst char msg[])   )  [static]
 

yy_state_type yy_try_NUL_trans YY_PROTO (yy_state_type current_state)   )  [static]
 

void yy_flex_free YY_PROTO (void *)   )  [static]
 

void* yy_flex_realloc YY_PROTO (void *, yy_size_t  )  [static]
 

void* yy_flex_alloc YY_PROTO (yy_size_t  )  [static]
 

YY_BUFFER_STATE yy_scan_bytes YY_PROTO (yyconst char *bytes, int len  ) 
 

YY_BUFFER_STATE yy_scan_string YY_PROTO (yyconst char *yy_str)   ) 
 

YY_BUFFER_STATE yy_scan_buffer YY_PROTO (char *base, yy_size_t size  ) 
 

void yy_init_buffer YY_PROTO (YY_BUFFER_STATE b, FILE *file)   ) 
 

void yy_delete_buffer YY_PROTO (YY_BUFFER_STATE b)   ) 
 

YY_BUFFER_STATE yy_create_buffer YY_PROTO (FILE *file, int size  ) 
 

void yy_load_buffer_state YY_PROTO (void)   ) 
 

void yy_switch_to_buffer YY_PROTO (YY_BUFFER_STATE new_buffer)   ) 
 

void yyrestart YY_PROTO (FILE *input_file)   ) 
 


Variable Documentation

FILE* file
 

Definition at line 1691 of file rule-scan.cc.

int len
 

Definition at line 1804 of file rule-scan.cc.

int rules_line_number = 0
 

Definition at line 553 of file rule-scan.cc.

Referenced by RuleMatcher::ReadFiles(), rules_error(), and rules_parse().

yy_size_t size
 

Definition at line 1972 of file rule-scan.cc.

yyconst short int yy_accept[246] [static]
 

Initial value:

    {   0,
        0,    0,   56,   54,    2,    4,    5,   54,    1,    5,
       52,   54,   54,   49,   49,    8,   10,    9,   52,   52,
       52,   52,   52,   52,   52,   52,   52,   52,   52,   52,
       52,    2,   12,    0,   51,    0,    1,   52,    0,    0,
       53,    0,    0,   49,   52,    6,   11,    7,   52,   52,
       52,   52,   52,   52,   52,   52,   52,   52,   13,   52,
       52,   52,   52,   25,   52,   52,   52,   52,   52,   52,
       52,   52,   51,    0,    0,    0,   53,    0,    0,   50,
       52,   52,   52,   52,   52,   52,   52,   45,   52,   52,
       52,   52,   52,   52,   52,   52,   52,   52,   52,   52,

       52,   52,   15,   52,   16,    3,    3,   53,    0,   52,
       52,   52,   29,   52,   52,   52,   52,   44,   14,   52,
       52,   23,   52,   52,   52,   52,   52,   52,   52,   26,
       52,   52,   17,    0,   52,   52,   52,   52,   30,   18,
       52,   52,   52,   52,   24,   52,   52,   52,   52,   52,
       52,   52,   52,   52,   52,    0,   42,   27,   52,   52,
       46,   31,   52,   52,   52,   52,   52,   52,   52,   52,
       39,   52,   52,   52,   48,   52,   52,   52,   52,   52,
       43,   52,   52,   38,   52,   52,   52,   52,    0,   28,
       52,   52,   33,   52,   52,   52,   52,   52,   40,   52,

       52,   47,   52,   52,   52,   52,   52,   21,   37,   22,
       41,   52,   32,   20,   52,   52,   52,   19,   52,   52,
       52,   34,   52,   52,   52,   52,   52,   52,   52,   52,
       52,   52,   52,   52,   52,   35,   52,   52,   52,   52,
       52,   52,   52,   36,    0
    }

Definition at line 306 of file rule-scan.cc.

yyconst short int yy_base[252] [static]
 

Definition at line 378 of file rule-scan.cc.

char* yy_c_buf_p = (char *) 0 [static]
 

Definition at line 238 of file rule-scan.cc.

yyconst short int yy_chk[352] [static]
 

Definition at line 485 of file rule-scan.cc.

YY_BUFFER_STATE yy_current_buffer = 0 [static]
 

Definition at line 220 of file rule-scan.cc.

yyconst short int yy_def[252] [static]
 

Definition at line 410 of file rule-scan.cc.

int yy_did_buffer_switch_on_eof [static]
 

Definition at line 245 of file rule-scan.cc.

yyconst int yy_ec[256] [static]
 

Definition at line 337 of file rule-scan.cc.

char yy_hold_char [static]
 

Definition at line 230 of file rule-scan.cc.

int yy_init = 1 [static]
 

Definition at line 239 of file rule-scan.cc.

char* yy_last_accepting_cpos [static]
 

Definition at line 529 of file rule-scan.cc.

yy_state_type yy_last_accepting_state [static]
 

Definition at line 528 of file rule-scan.cc.

yyconst int yy_meta[42] [static]
 

Initial value:

    {   0,
        1,    2,    3,    1,    1,    1,    1,    4,    1,    1,
        4,    4,    1,    1,    1,    4,    4,    1,    4,    4,
        4,    4,    4,    4,    4,    4,    4,    4,    4,    4,
        4,    4,    4,    4,    4,    4,    4,    4,    4,    4,
        4
    }

Definition at line 369 of file rule-scan.cc.

int yy_n_chars [static]
 

Definition at line 232 of file rule-scan.cc.