src/algo/phy_tree/lex.newick.cpp File Reference

#include <ncbi_pch.hpp>
#include <stdio.h>
#include <string.h>
#include <corelib/stream_utils.hpp>
#include <algo/phy_tree/phy_node.hpp>
#include "newick.tab.hpp"

Include dependency graph for lex.newick.cpp:

Go to the source code of this file.

Classes

struct  yy_buffer_state

Defines

#define yy_create_buffer   newick_create_buffer
#define yy_delete_buffer   newick_delete_buffer
#define yy_scan_buffer   newick_scan_buffer
#define yy_scan_string   newick_scan_string
#define yy_scan_bytes   newick_scan_bytes
#define yy_flex_debug   newick_flex_debug
#define yy_init_buffer   newick_init_buffer
#define yy_flush_buffer   newick_flush_buffer
#define yy_load_buffer_state   newick_load_buffer_state
#define yy_switch_to_buffer   newick_switch_to_buffer
#define yyin   newickin
#define yyleng   newickleng
#define yylex   newicklex
#define yyout   newickout
#define yyrestart   newickrestart
#define yytext   newicktext
#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 yywrap()   1
#define YY_SKIP_YYWRAP
#define yytext_ptr   yytext
#define YY_DO_BEFORE_ACTION
#define YY_NUM_RULES   7
#define YY_END_OF_BUFFER   8
#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_INPUT(buf, result, max_size)
#define YY_NEVER_INTERACTIVE   1
#define EXPECT_NUM   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 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

Functions

void newickrestart ()
void newick_switch_to_buffer ()
void newick_load_buffer_state ()
YY_BUFFER_STATE newick_create_buffer ()
void newick_delete_buffer ()
void newick_init_buffer ()
void newick_flush_buffer ()
YY_BUFFER_STATE newick_scan_buffer ()
YY_BUFFER_STATE newick_scan_string ()
YY_BUFFER_STATE newick_scan_bytes ()
static void * yy_flex_alloc ()
static void * yy_flex_realloc ()
static void yy_flex_free ()
static yy_state_type yy_get_previous_state ()
static yy_state_type yy_try_NUL_trans ()
static int yy_get_next_buffer ()
static void yy_fatal_error ()
 USING_SCOPE (ncbi)
static int input ()
int newicklex ()
static yy_state_type yy_try_NUL_trans (yy_current_state) yy_state_type yy_current_state

Variables

int newickleng
FILE * newickin
FILE * newickout
static YY_BUFFER_STATE yy_current_buffer = 0
static char yy_hold_char
static int yy_n_chars
int newickleng
static char * yy_c_buf_p = (char *) 0
static int yy_init = 1
static int yy_start = 0
static int yy_did_buffer_switch_on_eof
FILE * newickin = (FILE *) 0
FILE * newickout = (FILE *) 0
char * newicktext
static short int yy_accept [26]
static int yy_ec [256]
static int yy_meta [11]
static short int yy_base [28]
static short int yy_def [28]
static short int yy_nxt [41]
static short int yy_chk [41]
static yy_state_type yy_last_accepting_state
static char * yy_last_accepting_cpos
char * newicktext
static string g_Buffer
CNcbiIstreamg_NewickIstr
int size
FILE * file
yy_size_t size
int len
yy_size_t size


Define Documentation

#define BEGIN   yy_start = 1 + 2 *
 

Definition at line 99 of file lex.newick.cpp.

Referenced by newicklex().

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

Definition at line 542 of file lex.newick.cpp.

Referenced by newicklex(), and readpassphrase().

#define EOB_ACT_CONTINUE_SCAN   0
 

Definition at line 124 of file lex.newick.cpp.

Referenced by newicklex().

#define EOB_ACT_END_OF_FILE   1
 

Definition at line 125 of file lex.newick.cpp.

Referenced by newicklex(), and yy_get_next_buffer().

#define EOB_ACT_LAST_MATCH   2
 

Definition at line 126 of file lex.newick.cpp.

Referenced by newicklex(), and yy_get_next_buffer().

#define EXPECT_NUM   1
 

Definition at line 460 of file lex.newick.cpp.

Referenced by newicklex().

#define FLEX_SCANNER
 

Definition at line 27 of file lex.newick.cpp.

#define INITIAL   0
 

Definition at line 396 of file lex.newick.cpp.

Referenced by newicklex().

#define REJECT   reject_used_but_not_detected
 

Definition at line 390 of file lex.newick.cpp.

#define unput  )     yyunput( c, yytext_ptr )
 

Definition at line 155 of file lex.newick.cpp.

 
#define YY_AT_BOL  )     (yy_current_buffer->yy_at_bol)
 

Definition at line 282 of file lex.newick.cpp.

#define YY_BREAK   break;
 

Definition at line 601 of file lex.newick.cpp.

Referenced by newicklex().

#define YY_BUF_SIZE   16384
 

Definition at line 117 of file lex.newick.cpp.

Referenced by newicklex().

#define YY_BUFFER_EOF_PENDING   2
 

Definition at line 218 of file lex.newick.cpp.

Referenced by yy_get_next_buffer().

#define YY_BUFFER_NEW   0
 

Definition at line 206 of file lex.newick.cpp.

Referenced by newicklex().

#define YY_BUFFER_NORMAL   1
 

Definition at line 207 of file lex.newick.cpp.

Referenced by newicklex().

#define yy_create_buffer   newick_create_buffer
 

Definition at line 3 of file lex.newick.cpp.

Referenced by newicklex().

#define YY_CURRENT_BUFFER   yy_current_buffer
 

Definition at line 227 of file lex.newick.cpp.

#define YY_DECL   int yylex YY_PROTO(( void ))
 

Definition at line 589 of file lex.newick.cpp.

#define yy_delete_buffer   newick_delete_buffer
 

Definition at line 4 of file lex.newick.cpp.

#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 301 of file lex.newick.cpp.

Referenced by newicklex().

#define YY_END_OF_BUFFER   8
 

Definition at line 309 of file lex.newick.cpp.

Referenced by newicklex().

#define YY_END_OF_BUFFER_CHAR   0
 

Definition at line 114 of file lex.newick.cpp.

#define YY_EXIT_FAILURE   2
 

#define YY_FATAL_ERROR msg   )     yy_fatal_error( msg )
 

Definition at line 582 of file lex.newick.cpp.

Referenced by newicklex(), and yy_get_next_buffer().

#define yy_flex_debug   newick_flex_debug
 

Definition at line 8 of file lex.newick.cpp.

#define YY_FLEX_MAJOR_VERSION   2
 

Definition at line 28 of file lex.newick.cpp.

#define YY_FLEX_MINOR_VERSION   5
 

Definition at line 29 of file lex.newick.cpp.

#define YY_FLUSH_BUFFER   yy_flush_buffer( yy_current_buffer )
 

Definition at line 256 of file lex.newick.cpp.

#define yy_flush_buffer   newick_flush_buffer
 

Definition at line 10 of file lex.newick.cpp.

#define yy_init_buffer   newick_init_buffer
 

Definition at line 9 of file lex.newick.cpp.

#define YY_INPUT buf,
result,
max_size   ) 
 

Value:

{ \
    result = CStreamUtils::Readsome(*g_NewickIstr, buf, max_size); \
    if (result == 0 && !*g_NewickIstr) { \
        result = YY_NULL; \
    } \
}

Definition at line 451 of file lex.newick.cpp.

#define yy_load_buffer_state   newick_load_buffer_state
 

Definition at line 11 of file lex.newick.cpp.

Referenced by newicklex().

#define YY_MORE_ADJ   0
 

Definition at line 392 of file lex.newick.cpp.

Referenced by newicklex(), yy_get_next_buffer(), and yy_get_previous_state().

#define YY_NEVER_INTERACTIVE   1
 

Definition at line 459 of file lex.newick.cpp.

#define yy_new_buffer   yy_create_buffer
 

Definition at line 266 of file lex.newick.cpp.

#define YY_NEW_FILE   yyrestart( yyin )
 

Definition at line 112 of file lex.newick.cpp.

Referenced by newicklex().

#define YY_NO_POP_STATE   1
 

Definition at line 512 of file lex.newick.cpp.

#define YY_NO_PUSH_STATE   1
 

Definition at line 511 of file lex.newick.cpp.

#define YY_NO_TOP_STATE   1
 

Definition at line 513 of file lex.newick.cpp.

#define YY_NO_UNPUT   1
 

Definition at line 441 of file lex.newick.cpp.

#define YY_NULL   0
 

Definition at line 86 of file lex.newick.cpp.

#define YY_NUM_RULES   7
 

Definition at line 308 of file lex.newick.cpp.

#define YY_PROTO proto   )     ()
 

Definition at line 82 of file lex.newick.cpp.

#define YY_READ_BUF_SIZE   8192
 

Definition at line 533 of file lex.newick.cpp.

#define YY_RESTORE_YY_MORE_OFFSET
 

Definition at line 393 of file lex.newick.cpp.

Referenced by newicklex().

#define YY_RULE_SETUP   YY_USER_ACTION
 

Definition at line 604 of file lex.newick.cpp.

Referenced by newicklex().

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

Definition at line 93 of file lex.newick.cpp.

Referenced by newicklex(), and yy_get_previous_state().

#define yy_scan_buffer   newick_scan_buffer
 

Definition at line 5 of file lex.newick.cpp.

#define yy_scan_bytes   newick_scan_bytes
 

Definition at line 7 of file lex.newick.cpp.

#define yy_scan_string   newick_scan_string
 

Definition at line 6 of file lex.newick.cpp.

#define yy_set_bol at_bol   ) 
 

Value:

Definition at line 275 of file lex.newick.cpp.

#define yy_set_interactive is_interactive   ) 
 

Value:

Definition at line 268 of file lex.newick.cpp.

#define YY_SKIP_YYWRAP
 

Definition at line 286 of file lex.newick.cpp.

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

Definition at line 105 of file lex.newick.cpp.

Referenced by newicklex().

#define YY_START_STACK_INCR   25
 

Definition at line 577 of file lex.newick.cpp.

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

Definition at line 109 of file lex.newick.cpp.

Referenced by newicklex().

#define yy_switch_to_buffer   newick_switch_to_buffer
 

Definition at line 12 of file lex.newick.cpp.

#define yyconst
 

Definition at line 75 of file lex.newick.cpp.

#define yyin   newickin
 

Definition at line 13 of file lex.newick.cpp.

#define yyleng   newickleng
 

Definition at line 14 of file lex.newick.cpp.

#define yyless  ) 
 

Value:

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 )

Definition at line 144 of file lex.newick.cpp.

#define yyless  ) 
 

Value:

do \
        { \
        /* Undo effects of setting up yytext. */ \
        *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 */ \
        } \
    while ( 0 )

Definition at line 144 of file lex.newick.cpp.

#define yylex   newicklex
 

Definition at line 15 of file lex.newick.cpp.

 
#define yymore  )     yymore_used_but_not_detected
 

Definition at line 391 of file lex.newick.cpp.

#define yyout   newickout
 

Definition at line 16 of file lex.newick.cpp.

Referenced by newicklex().

#define yyrestart   newickrestart
 

Definition at line 17 of file lex.newick.cpp.

#define YYSTATE   YY_START
 

Definition at line 106 of file lex.newick.cpp.

 
#define yyterminate  )     return YY_NULL
 

Definition at line 572 of file lex.newick.cpp.

Referenced by newicklex().

#define yytext   newicktext
 

Definition at line 18 of file lex.newick.cpp.

#define yytext_ptr   yytext
 

Definition at line 291 of file lex.newick.cpp.

Referenced by newicklex(), yy_get_next_buffer(), and yy_get_previous_state().

 
#define yywrap  )     1
 

Definition at line 285 of file lex.newick.cpp.

Referenced by newicklex().


Typedef Documentation

typedef struct yy_buffer_state* YY_BUFFER_STATE
 

Definition at line 119 of file lex.newick.cpp.

typedef unsigned char YY_CHAR
 

Definition at line 287 of file lex.newick.cpp.

typedef unsigned int yy_size_t
 

Definition at line 161 of file lex.newick.cpp.

typedef int yy_state_type
 

Definition at line 289 of file lex.newick.cpp.


Function Documentation

static int input  )  [static]
 

Referenced by xslt::stylesheet::apply(), BOOST_AUTO_TEST_CASE(), CDebugDumpViewer::Bpt(), ComputeFileChecksum(), CPssmEngine::CPssmEngine(), CDbIndex_Factory::Create(), CBlastDBAliasApp::CreateAliasFile(), CreateBlastMatrix(), CDbIndex_Factory::do_create(), CDbIndex_Factory::do_create_1_2(), CFormatGuess::Format(), CMultiFileInput::GetFilenames(), CTableSortMultiChoice::GetLevels(), CPssmCreateTestFixture::GetNumAlignedSequences(), CDbIndex::MakeIndex(), CMultiFileInput::OnBrowseBtn(), CObjectsSniffer::Probe(), CObjectsSniffer::ProbeASN1_Bin(), CObjectsSniffer::ProbeText(), CNetScheduleHandler::ProcessStatus(), PsiBlastComputePssmFromAlignment(), readpassphrase(), ReadSequencesToBlast(), CNetScheduleJob::Reset(), CSampleNetScheduleClient::Run(), CNetScheduleCheck::Run(), CGuideTreeApplication::Run(), CBlastDBAliasApp::Run(), CTblastxApp::Run(), CTblastnApp::Run(), CRPSTBlastnApp::Run(), CRPSBlastApp::Run(), CPsiBlastApp::Run(), CBlastxApp::Run(), CBlastpApp::Run(), CBlastnApp::Run(), CBlastInputDemoApplication::Run(), CNetScheduleSubmitter::SubmitJobBatch(), CFormatGuess::TestFormatXml(), CLDS_Object::UpdateFileObjects(), CMultiFileInput::x_AddFilenameRow(), CTableSortMultiChoice::x_AddLevelRow(), CMultiFileInput::x_DeleteFilename(), CTableSortMultiChoice::x_DeleteLevel(), SegMaskerApplication::x_GetReader(), and CConvert2BlastMaskApplication::x_GetReader().

YY_BUFFER_STATE newick_create_buffer  ) 
 

void newick_delete_buffer  ) 
 

void newick_flush_buffer  ) 
 

void newick_init_buffer  ) 
 

void newick_load_buffer_state  ) 
 

YY_BUFFER_STATE newick_scan_buffer  ) 
 

YY_BUFFER_STATE newick_scan_bytes  ) 
 

YY_BUFFER_STATE newick_scan_string  ) 
 

void newick_switch_to_buffer  ) 
 

int newicklex void   ) 
 

Definition at line 607 of file lex.newick.cpp.

References BEGIN, YYSTYPE::dblval, ECHO, EOB_ACT_CONTINUE_SCAN, EOB_ACT_END_OF_FILE, EOB_ACT_LAST_MATCH, EXPECT_NUM, INITIAL, LABEL, newicklval, NUM, YYSTYPE::strval, YY_BREAK, YY_BUF_SIZE, YY_BUFFER_NEW, YY_BUFFER_NORMAL, yy_buffer_state::yy_buffer_status, yy_c_buf_p, yy_buffer_state::yy_ch_buf, yy_create_buffer, yy_current_buffer, yy_did_buffer_switch_on_eof, YY_DO_BEFORE_ACTION, YY_END_OF_BUFFER, YY_FATAL_ERROR, yy_get_next_buffer(), yy_get_previous_state(), yy_hold_char, yy_init, yy_buffer_state::yy_input_file, yy_load_buffer_state, YY_MORE_ADJ, yy_n_chars, yy_buffer_state::yy_n_chars, YY_NEW_FILE, YY_RESTORE_YY_MORE_OFFSET, YY_RULE_SETUP, YY_SC_TO_UI, yy_start, YY_START, YY_STATE_EOF, yy_try_NUL_trans(), yyout, yyterminate, yytext_ptr, and yywrap.

void newickrestart  ) 
 

USING_SCOPE ncbi   ) 
 

static void yy_fatal_error  )  [static]
 

static void* yy_flex_alloc  )  [static]
 

static void yy_flex_free  )  [static]
 

static void* yy_flex_realloc  )  [static]
 

Referenced by yy_get_next_buffer().

static int yy_get_next_buffer  )  [static]
 

Definition at line 904 of file lex.newick.cpp.

References EOB_ACT_END_OF_FILE, EOB_ACT_LAST_MATCH, yy_buffer_state::yy_buf_size, YY_BUFFER_EOF_PENDING, yy_buffer_state::yy_buffer_status, yy_c_buf_p, yy_buffer_state::yy_ch_buf, yy_current_buffer, YY_FATAL_ERROR, yy_buffer_state::yy_fill_buffer, yy_flex_realloc(), yy_buffer_state::yy_is_our_buffer, YY_MORE_ADJ, yy_buffer_state::yy_n_chars, yy_n_chars, and yytext_ptr.

Referenced by newicklex().

static yy_state_type yy_get_previous_state  )  [static]
 

Definition at line 1036 of file lex.newick.cpp.

References yy_c_buf_p, YY_MORE_ADJ, YY_SC_TO_UI, yy_start, and yytext_ptr.

Referenced by newicklex().

static yy_state_type yy_try_NUL_trans yy_current_state   )  [static]
 

static yy_state_type yy_try_NUL_trans  )  [static]
 

Referenced by newicklex().


Variable Documentation

FILE* file
 

Definition at line 1310 of file lex.newick.cpp.

Referenced by CCodeGenerator::AddType(), CanExecRemoteApp(), CGeneFileUtils::CheckExistence(), CBDB_Env::CleanLog(), CNCFileSystem::CloseDBFile(), CNCDBFileObjFactory< TFile >::CreateTlsObject(), CRemoteAppJob::CRemoteAppJob(), CRemoteCgiJob::CRemoteCgiJob(), CSeqDB_Path::CSeqDB_Path(), CNCFileSystem::DeleteFileOnClose(), CRemoteAppRequestSB_Impl::Deserialize(), pythonpp::CEngine::ExecuteFile(), CDataType::FileName(), CWinMaskConfig::FillIdList(), GetFavoritesFile(), CSplitCacheApp::GetFileName(), CMultiFileInput::GetFilenames(), CGeneFileUtils::GetLength(), init_common(), CAnalysisFile::Load(), main(), CRegionMap::MapFile(), CNCFileSystem::OpenNewDBFile(), xml::event_parser::parse_file(), CMetaRegistry::SEntry::Reload(), CFileDBEngine::RollbackTransaction(), ASNIOTestApp::Run(), COmssa2pepxmlApplication::Run(), CUnimodApplication::Run(), s_CheckSorted(), s_CollectFileInfo(), s_CopyFile(), s_FileContents2String(), CSeqDBGiMask::s_GetFileRange(), s_LoadGuide(), s_RemoveFile(), s_TouchFile(), CRemoteAppRequestSB_Impl::Serialize(), CRemoteAppRequestMB_Impl::Serialize(), CNCFileSystem::SetFileInitialized(), SourceFileExt(), test_gzio(), TruncateCache(), CMsvcConfigure::WriteNcbiconfMsvcSite(), CNCFileSystem::WriteToFile(), CGuiRegistry::x_AppendToView(), CNCFileSystem::x_DoCloseFile(), CNCFileSystem::x_DoWriteToFile(), CNetBLASTUIDataSource::x_GetDBTree(), CSeqDBColumn::x_GetFileRange(), CGwasTrackLoadManager::x_IsValid(), CNetBLASTUIDataSource::x_LoadJobDescriptors(), CNetBLASTUIDataSource::x_NeedToRefreshCachedDBs(), CMakeBlastDBApp::x_ProcessInputData(), and CNCFileSystem::x_RemoveFileFromList().

string g_Buffer [static]
 

Definition at line 447 of file lex.newick.cpp.

CNcbiIstream* g_NewickIstr
 

Definition at line 126 of file newick.tab.cpp.

Referenced by ReadNewickTree().

int len
 

Definition at line 1432 of file lex.newick.cpp.

Referenced by _ct_bind_data(), _SQLFetch(), CAlnMixMatches::Add(), CDirEntry::AddTrailingPathSeparator(), bm::mem_alloc< BA, PA >::alloc_gap_block(), bm::blocks_manager< Alloc, MS >::allocate_gap_block(), CBDB_BufferManager::ArrangePtrsPacked(), asprintf(), BASE64_Encode(), BDB_compare_prefix(), bm::bit_convert_to_gap(), CDUpdater::blast(), BlastCompressBlastnaSequence(), blk_describe(), BOOST_AUTO_TEST_CASE(), BuildAdjacentDiags(), CAutoDefSatelliteClause::CAutoDefSatelliteClause(), check_header(), CValidError_feat::CheckForRaggedEnd(), CAlnVecPrinter::ClustalStyle(), gap_vector::combine_and(), gap_vector::combine_or(), gap_vector::combine_sub(), gap_vector::combine_xor(), CTrSequence< bitst, bitsc >::ComputeSubjectLength(), CTrVector< T >::ComputeSubjectLength(), CONN_ReadLine(), ConnNetInfo_AdjustForHttpProxy(), ConnNetInfo_AppendArg(), ConnNetInfo_Create(), ConnNetInfo_ParseURL(), ConnNetInfo_PrependArg(), ConnNetInfo_URL(), ContainsSgml(), gap_vector::control(), Convert(), ConvertDendiagToPairwiseAln(), ConvertDensegToPairwiseAln(), CPepXML::ConvertDouble(), CSeq_loc_Conversion::ConvertInterval(), impl::ConvertN2A(), CNucProp::CountNmers(), CSeqAnnotFromFasta::CountNonAlphaToPositions(), CountQueryCoverage(), CSymLink::Create(), CreateAlignRow(), CreateBioseqFromBioseq(), CBlastBioseqMaker::CreateBioseqFromId(), cs_convert(), ct_cmd_props(), ct_describe(), ddAcumAliCord(), CExtraDecoder::Decode(), bm::dgap_2_gap(), CGlGeometry::DrawCylinder(), OpenGLRenderer::DrawHalfWorm(), CSimpleMakeFileContents::Dump(), bm::serializer< BV >::encode_gap_block(), EvaluateInitialScore(), ExcludeBadExons(), Block::extend(), bm::blocks_manager< Alloc, MS >::extend_gap_block(), extend_inputline(), FillSetsIntervals(), CAlnMixSegments::FillUnalignedRegions(), FindMultiplyIncluded(), flush_pending(), bm::mem_alloc< BA, PA >::free_gap_block(), impl::g_SubstituteParam(), bm::serializer< BV >::gamma_gap_block(), bm::gap_free_elements(), bm::gap_overhead(), GenerateKey(), CRangeMapTraitsBase< Position, Mapped >::get_max_length(), GetAlignColl(), CAlnMap::GetAlnPosFromSeqPos(), CSparseAlignment::GetAlnSeqString(), CSplign::GetCds(), GetCpuCount(), GetGenomicBounds(), CAlignMap::GetInDels(), COpenRange< TSignedSeqPos >::GetLength(), CReadBlastApp::getLenScore(), GetMemoryUsage(), CSequenceTickGraph::GetModelRect(), CSequenceTextGraph::GetModelRect(), CNucProp::GetPercentGC(), GetPhysicalMemorySize(), AalookupTestFixture::GetSeqBlk(), GetSeqLength(), CFeatGlyph::GetTooltip(), BlockModel::getTotalBlockLength(), AlignmentCollection::GetUpperBound(), CFIntron::GetW1len(), CAlnVec::GetWholeAlnSeqString(), gz_compress(), CSocketAPI::HostPortToString(), CHTMLHelper::HTMLDecode(), CCdFromFasta::ImportAlignmentData(), inflate(), inflate_fast(), inflate_table(), inflateBack(), InframeFraction(), CSeqScores::Init(), CAliPiece::Init(), NStr::IsBlank(), mu::ParserTokenReader::IsBuiltIn(), mu::ParserComplex::IsVal(), CScoreVector< Key, Score >::Length2(), CRawScoreVector< Key, Score >::Length2(), longest_match(), longest_match_fast(), main(), CSeqAnnotFromFasta::MakeAsIsSeqAnnot(), CSeqAnnotFromFasta::MakeIBMSeqAnnot(), MakeSeqLocFromDD(), BlockModel::mask(), CdPssmInput::moveUpLongestRow(), NStr::NeedsURLEncoding(), odbc_get_param_len(), odbc_set_return_params(), odbc_set_return_status(), CSeqGraphicWidget::OnSeqGoto(), CQueryTreeFieldResolveFunc::operator()(), bm::blocks_manager< Alloc, MS >::block_copy_func::operator()(), bm::blocks_manager< Alloc, MS >::block_opt_func::operator()(), bm::blocks_manager< Alloc, MS >::gap_level_func::operator()(), CLightString::operator<(), operator<<(), CDB_LongChar::operator=(), CDB_Char::operator=(), CBDB_FieldLString::operator=(), CBDB_FieldFixedByteString::operator=(), CBDB_FieldString::operator=(), CSeq_id_General_Str_Info::Parse(), CSeq_id_Textseq_Info::ParseAcc(), CDiagCompileInfo::ParseCurrFunctName(), CFastaReader::ParseDefLine(), pcre_get_substring_list(), CAlnVecPrinter::PopsetStyle(), print_gap(), PrintDGap(), PrintDGapGamma(), PrintGap(), CEUtils_Request::Read(), read_buf(), CObjectIStreamAsnBinary::ReadBitString(), readGFF3Gap(), ReadStrWithLen(), CSeqDBRawFile::ReadSwapped(), RemoveDeltaSeqGaps(), CGeneModel::RemoveShortHolesAndRescore(), RemoveWhitespace_CJL(), CDirEntry::Reset(), RetrieveGi555WithTimeOut(), RetrieveLargeNuclSequence(), RetrieveLargeProteinWithTimeOut(), RetrievePartsOfLargeChromosome(), ReverseComplement(), CTestTranscript_TranscriptLength::RunTest(), CTestProtProd_ProteinLength::RunTest(), s_AdjustNetParams(), s_BlockIsConsistent(), s_CalculateStarts(), s_CheckGZipHeader(), s_CreateOrderedOrgCommentList(), s_DoesBlockHaveIds(), s_DumpHeader(), s_EvaluateNewScore(), s_ExonLen(), s_FlyCG_PtoR(), s_FromSize(), s_GetAlignmentLength(), s_GetAttrByTag(), s_GetBlockPattern(), s_GetCountIdentityMismatch(), s_GetCoveredBases(), s_GetDigits(), s_HasPrefix(), s_HTMLEncode(), s_IsBlank(), s_IsConnected(), s_IsContentTypeDefined(), s_IsOrganismComment(), s_LineInfoMergeAndStripSpaces(), s_MakeFrom(), s_ModifyUserHeader(), s_NuclUngappedExtend(), s_Printable(), s_ProcessBlockLines(), s_ReadAlignFileRaw(), s_ReadLine(), s_ReportLineLengthError(), s_SeqDbGetSequence(), s_ServiceName(), s_SkipAllowedSymbols(), s_TarChecksum(), s_TooFar(), s_Trim(), s_TrimEndSpace(), s_URLDecode(), s_VT_Descr(), SelectCompartmentsHits(), CODBC_BCPInCmd::Send(), CTL_BCPInCmd::Send(), SERV_Update(), CAlnMap::SetAnchor(), SetErrorsAccessions(), TKmerMethods< TKmerCounts >::SetParams(), CCgiArgs_Parser::SetQueryString(), CRuler::SetRange(), oligofar::CSpacialRanges::SetSeqdataFrom(), SOCK_GetPeerAddressStringEx(), SOCK_ntoa(), CWinMaskConfig::CIdSet_TextMatch::split(), sql2tds(), SQLSetDescField(), CIntervalTree::Stat(), string_to_result(), tds_answer_challenge(), tds_build_param_def_from_params(), tds_connect(), tds_get_data(), tds_goodread(), tds_iconv(), tds_open_socket(), tds_process_col_name(), tds_process_login_tokens(), tds_process_msg(), tds_read_packet(), test_compress(), test_deflate(), test_flush(), test_gzio(), CdBlaster::truncateBioseq(), TruncateText(), TruncTextLength(), CByteStreamBuf::underflow(), NStr::URLEncode(), UTIL_NcbiLocalHostName(), CValidError_bioseq::ValidateNsAndGaps(), CValidError_bioseq::ValidateRawConst(), CValidError_bioseq::ValidateSeqLen(), vasprintf(), NStr::Wrap(), CObjectOStreamAsnBinary::WriteBitString(), SNetServerConnectionImpl::WriteLine(), oligofar::CQueryHash::x_AddQuery(), CMapItem::x_CalculateRealTextWidth(), CAlnMap::x_CreateAlnStarts(), CTranslationGlyph::x_DrawSequence(), CMapItem::x_DrawText(), x_ExpandRange(), CCleanup_imp::x_ExtractSuffixFromInitials(), CDeflineGenerator::x_FlyCG_PtoR(), CAlnMap::x_GetLen(), CSequenceSearchJob::x_GetMatches(), CWig2tableApplication::x_GetParamName(), CWig2tableApplication::x_GetParamValue(), CAlignedFeatureGraph::x_GetRecsSortedByLength(), CCompartApp::x_GetSeqLength(), CWig2tableApplication::x_GetWord(), CSeq_align_Mapper_Base::x_Init(), CCpGIslands::x_IsIsland(), CAlignedFeatureGraph::x_Layout(), CAgpValidateApplication::x_LoadLenFa(), CAlnMixMerger::x_Merge(), IClipboardHandler::x_OnPaste(), CCleanup_imp::x_ParseCodeBreak(), CFeature_table_reader_imp::x_ParseFeatureTableLine(), CTar::x_ParsePAXHeader(), CPdfObject::x_PrintTo(), IRWRegistry::x_Read(), CCompartApp::x_ReadSeqLens(), CAlnVecRow::x_RenderInserts(), CLayoutTrack::x_RenderProgressBar(), CAlnVecRow::x_RenderUnaligned(), CSequenceSearchJob::x_SearchSequence(), CAlnMixMerger::x_SecondRowFits(), CSeqMap_CI::x_Select(), CODBC_Connection::x_SendData(), CCgiArgs_Parser::x_SetIndexString(), CWig2tableApplication::x_SkipWS(), CValidError_align::x_ValidateSegmentGap(), CValidError_align::x_ValidateSeqLength(), CBlastDbBlob::x_WriteRaw(), and CSeqGraphicWidget::ZoomOnRange().

FILE* newickin = (FILE *) 0
 

Definition at line 288 of file lex.newick.cpp.

FILE* newickin
 

Definition at line 288 of file lex.newick.cpp.

int newickleng
 

Definition at line 236 of file lex.newick.cpp.

int newickleng
 

Definition at line 236 of file lex.newick.cpp.

FILE * newickout = (FILE *) 0
 

Definition at line 288 of file lex.newick.cpp.

FILE * newickout
 

Definition at line 288 of file lex.newick.cpp.

char* newicktext
 

Definition at line 394 of file lex.newick.cpp.

char* newicktext
 

Definition at line 394 of file lex.newick.cpp.

yy_size_t size
 

Definition at line 1543 of file lex.newick.cpp.

yy_size_t size
 

Definition at line 1363 of file lex.newick.cpp.

int size
 

Definition at line 1221 of file lex.newick.cpp.

Referenced by __WORKAROUND_RENAME(), _bcp_measure_terminated_field(), _SQLGetStmtAttr(), CProtProp::AACount(), CObjectList::AddColumn(), CMRUCache::AddItem(), CMsHdf5::addMetadata(), CMRUCache::AddProject(), CMRUCache::AddWorkspace(), bm::mem_alloc< BA, PA >::alloc_ptr(), COMSSASearch::AppendSearch(), CDistanceMatrix::AsMatrix(), BiggerBufferSize(), Blast_IntervalTreeInit(), Blast_PrelimEditBlockToGapEditScript(), BOOST_AUTO_TEST_CASE(), BSearchContextInfo(), BUF_Size(), buildAveragesTable(), CCompositeTextItem::CalcSize(), CFlatFileTextItem::CalcSize(), CFlatFileSeqBlockCollapsed::CalcSize(), CFlatFileHeader::CalcSize(), CFlatFileFeatureCollapsed::CalcSize(), CFastaSeqBlockItem::CalcSize(), CColorPanel::CColorPanel(), CDocsumTableModel::CDocsumTableModel(), CSeq_loc::ChangeToPackedInt(), CSeqTextPane::CharacterSize(), COMSSASearch::CheckLibraryNameAndSize(), CStd_seg::CheckNumRows(), CSparse_seg::CheckNumRows(), CDense_seg::CheckNumRows(), CDense_diag::CheckNumRows(), CSparse_align::CheckNumSegs(), checkReevaluateResultsGapped(), CHitGlyph::CHitGlyph(), pythonpp::CList::CList(), CNamespace::CloseAllAbove(), CAsnSizer::CloseDataStream(), CSplitDataMaker::CloseDataStream(), CNCFSOpenFile::CNCFSOpenFile(), CBlobSplitterImpl::CollectPieces(), CAlignRangeCollection< CAlignRange< TSeqPos > >::CombineAbutting(), CDense_seg::Compact(), CSize::Compare(), CMSMatchedPeakSet::Compare(), CSearch_Base< LEGACY, NHITS, derived_t >::ComputeSeeds(), convert_1_to_2(), convert_1_to_4(), CIDs::CountIDs(), CSeqMaskerOstatFactory::create(), CAnnotationASN1::CImplementationData::create_5prime_stop_feature(), CAnyTypeClassInfo::CreateAnyTypeClass(), CSeqMaskerOstatOpt::createCacheBitArray(), CSeq_align::CreateDensegFromDisc(), CMSMatchedPeakSetMap::CreateSeries(), CUnfocusedScrollbar::CUnfocusedScrollbar(), CGeneModel::CutExons(), CwxThemeConfigPanel::CwxThemeConfigPanel(), CClassTypeInfoBase::Deregister(), DesrializationTest2(), DFS::DFS(), CExpandGlyph::Draw(), CBDB_FileDumper::Dump(), CGlFeedbackFont::EncodeText(), CScannerFunctorOR::Eval(), CScannerFunctorAND::Eval(), SequenceViewer::ExportAlignment(), CChainMembers::FillGapsInAlignments(), array_set< T, Cmp >::find_pos(), array_map< K, V, Cmp, kCapacityIncrement >::find_pos(), BlockExtender::findCommonExtension(), COMSSASearch::FindMinMaxSearchSettingId(), COMSSASearch::FindMinMaxSpectrumNumber(), FindStartsStops(), NStr::FormatVarargs(), bm::mem_alloc< BA, PA >::free_ptr(), CGlBitmapFont::FromString(), CContElemConverter< CCgiEntry >::FromString(), GapEditScriptPartialCopy(), Colors::Get(), CContextTranslator::GetAbsoluteContext(), CSparseAlignment::GetAlnSeqString(), CFileCode::GetBaseFileBaseName(), GetBlobReader(), CUser_object::GetCategory(), CHTML_tr_Cache::GetCellCache(), CSeqportUtil_implementation::GetCodeOrName(), CMatrixScoringMethod::GetColorForScore(), CColumnScoringMethod::GetColorForScore(), CSimpleScoringMethod::GetColorForScore(), CQualityScoringMethod::GetColorForScore(), CFeatTableDS::GetColumnName(), CBlastSeqVectorOM::GetCompressedPlusStrand(), CSplitter::GetHeights(), CIndexedOctetStrings::GetIndex(), CSeqportUtil_implementation::GetIndex(), CSeqportUtil_implementation::GetIndexComplement(), CSeq_annot_Info::GetInfo(), CProt_ref::GetLabel(), CGene_ref::GetLabel(), CQueryDataPerChunk::GetLastChunk(), oligofar::TAligner_SW< CQuery, CSubject >::GetMatrix(), GetMemoryUsage(), CCdCore::GetNumAlignmentAnnotations(), CCdCore::GetNumPending(), CCdCore::GetNumSequences(), CSeqTextPane::GetPreferredModelRect(), GetProteinWeight(), CQueryDataPerChunk::GetQueryLength(), CPhyloTreeWidget::GetRenderersNames(), CAlnVec::GetResidue(), CAlnMap::GetResidueIndexMap(), CHTML_table_Cache::GetRowCache(), CGnomonEngine::GetScore(), CFeatureTypesBrowser::GetSelected(), CSeq_align::GetSeq_id(), CAlnReader::GetSeqAlign(), CCdCore::GetSeqIndex(), CDense_seg::GetSeqStart(), CDense_seg::GetSeqStop(), CDense_diag::GetSeqStrand(), CSparseAln::GetSeqString(), CSparseAlignment::GetSeqString(), CAlnVec::GetSeqString(), CAlnMixSeq::GetSeqString(), BlockMultipleAlignment::GetSequenceOfRow(), GetSequenceSingleNucleotideStrand(), CCalcSizeOStream::GetSize(), CBDB_Cache::GetSize(), CNCFSVirtFile::GetSize(), CBlockingQueue< TRequest >::GetSize(), CIndexedOctetStrings::GetSize(), CMsHdf5::getSpectraMap(), CSQLITE_Statement::GetString(), CTitle::GetTitle(), CPluginArg::GetType(), CPrimitiveTypeInfoString::GetValueChar(), CSplitter::GetWidths(), GlFontSizeTo_wxString(), gzseek(), HEAP_Attach(), HEAP_Copy(), HEAP_Trim(), HINFO_Create(), CDockPanel::HitTest(), CPhyTreeNode::Init(), CSeqportUtil_implementation::InitCodes(), CSeqportUtil_implementation::InitFastIupacnaNcbi2na(), CSeqportUtil_implementation::InitFastIupacnaNcbi4na(), CSeqportUtil_implementation::InitFastNcbi4naNcbi2na(), CValidError_imp::InitializeSourceQualTags(), CSeqportUtil_implementation::InitMaps(), CSeqScores::IntergenicScore(), CCdCore::IsInPendingList(), CCdCore::IsMaster3DOK(), CGeneModel::isNMD(), CGene_ref::IsSuppressed(), CMinPanelContainer::Layout(), CGraphContainer::Layout(), CFeatureGraph::Layout(), CAlignRowGraphCont::Layout(), LoadIndexedStringsFrom(), loadMatrix(), LoadRegistry(), CHTMLPage::LoadTemplateLibString(), LookupNCBIStdaaNumberFromThreaderResidueNumber(), main(), CSQLITE3_Cache::CWriterThread::Main(), NCBI_strdup(), NCBI_strndup(), CBlobSplitterImpl::NextChunk(), CBaseClusterer::NumItems(), odbc_get_param_len(), odbc_sql_to_displaysize(), ON_MESSAGE(), BMARefinerOptionsDialog::OnCheck(), PreferencesDialog::OnCloseWindow(), CTextItemPanel::OnContextMenu(), CFontDemoPanel::OnFontSelected(), CGLTestWMClient::OnSize(), CRulerDemoPanel::OnSize(), CGl3dWindow::OnSize(), CSize::operator+(), CSize::operator+=(), CSize::operator-=(), CCalcSizeOStream::operator<<(), operator<<(), CVectorSet< T >::operator==(), CSize::operator>(), CDUpdater::OssToDefline(), CSeq_id_Textseq_Info::ParseAccNumber(), CAgpRow::ParseComponentCols(), CRmOutReader::ParseRecord(), CSeq_id_General_Str_Info::ParseStrNumber(), pcre_compile2(), pcre_get_substring_list(), CEventHandler::CPostQueue::Post(), CAbstractProjectItem::PostRead(), CSequenceTickGraph::PreferredSize(), CSequenceTextGraph::PreferredSize(), CHitMatrixSeqGraph::PreferredSize(), CGraphContainer::PreferredSize(), CPluginValue::Print(), PrintBLOB_Table(), PrintDemoDB(), CDataMemberContainerType::PrintDTDElement(), xml::impl::printf2string(), CMsHdf5::printSpectra(), CGBRequestStatistics::PrintStat(), CProcessor_St_SE_SNPT::ProcessStream(), CSQLITE3_Cache::Read(), Ctbl_seg::Read(), read_size(), CBDB_ExtBlobStore< TBV >::ReadBlob(), CSocket::ReadLine(), ReadMap(), CMsHdf5::readMetadata(), ReadStringFromStream(), CSeq_annot_Info::Remove(), CDense_seg::RemovePureGapSegs(), CHitGlyph::Render(), CLegendHandler::Render(), CSeq_annot_Info::Replace(), CSRSearch::CResCache::resize(), CSeq_id_Textseq_Info::Restore(), CDense_seg::Reverse(), ASNIOTestApp::Run(), CSnpFilterJob::Run(), CFixMsHdf5Application::Run(), COMSSA::Run(), CReadresult::Run(), s_DumpHeader(), s_DynamicSGenCodeNodeArray_BinSearch(), s_FTPExecute(), s_OssToDefline(), s_ReadBufToString(), s_ReadHeader(), s_ReadStrFromBUF(), s_WipeRBuf(), s_WipeWBuf(), CBDB_ExtBlobStore< TBV >::Save(), CFeatureTypesBrowser::Select(), SeqDB_CombineAndQuote(), SerializationTest(), SERV_CopyInfoEx(), CSearch< LEGACY, NHITS >::SetIons(), CwxScoreDlg::SetItems(), oligofar::TAligner_SW< CQuery, CSubject >::SetMatrix(), oligofar::CBatch::SetPass(), CCompositeTextItem::SetPosition(), SetRegistryDefaults(), COMSSABase::SetSearchSettings(), CCrossAlnPane::SHH_OnChanged(), CRangeMapBase< CRangeMapTraits< Position, Mapped > >::size(), CSelListModelImpl< Item >::SLM_GetSelectedIndices(), CSelListModelImpl< Item >::SLM_GetSelectedItems(), CMsHdf5::spectraDimensions(), CMsHdf5::spectraInfoDimensions(), SplitString(), StoreIndexedStringsTo(), StressTest(), NStr::StringToDouble(), Tabbed(), tds5_fix_dot_query(), tds7_build_param_def_from_params(), tds7_build_param_def_from_query(), tds_build_param_def_from_params(), tds_build_param_def_from_query(), tds_get_column_declaration(), tds_process_default_tokens(), tds_process_env_chg(), CConn_MemoryStream::ToCStr(), CExpandItem::Toggle(), CConn_MemoryStream::ToString(), CConn_MemoryStream::ToVector(), CDense_seg::TrimEndGaps(), TruncateCache(), CSeq_annot_Info::Update(), URL_ConnectEx(), CAlnVwrApp::View9(), CRenderingContext::WillLabelFit(), Write(), CSeqMaskerOstatOptBin::write_out(), CSeqMaskerOstatOptAscii::write_out(), WriteTabbed(), wxStringsToGlFont(), CEpigenomicsTrack::x_AddGraphs(), CMultiAligner::x_AlignInClusters(), CTar::x_AppendFile(), CSnpTableJob::x_ApplyFilter(), CDBL_CursorCmd::x_AssignParams(), CTL_CursorCmdExpl::x_AssignParams(), CFeatCheckBrowser::x_BrowserClicked(), CWriteDB_GiMaskIndex::x_BuildHeaderFields(), oligofar::TAligner_SW< CQuery, CSubject >::x_BuildMatrix(), CGlDrawScale::x_CalcMaxLabelSize(), CMapItem::x_CalculateRealTextWidth(), CMultiAligner::x_ComputeClusterTrees(), CMaskWriterBlastDbMaskInfo::x_ConsolidateListOfMasks(), CSeqConvert_imp::x_Convert2naTo4na(), CMessageSlot::x_CreateGaugeIfNeeded(), CAnalysisFileLoader::x_CreateSeqGraph(), CBDB_RawFile::x_DB_CPut(), CBDB_RawFile::x_DB_Put(), CShowBlastDefline::x_DisplayDeflineTable(), CSplitter::x_DoDragSeparator(), CCpgSearchJob::x_DoSearch(), CRnaCdsGroup::x_DrawLabels(), CSnpTableJob::x_FetchAll(), CSnpTableJob::x_FetchOnlySpecial(), CDockContainer::x_Full_AddSiblingInContainer(), CFlatGatherer::x_GatherSequence(), CStatementBase::x_GetCurDataSize(), CSeqDBVol::x_GetFilteredBinaryHeader(), CStatementBase::x_GetMaxDataSize(), CAppTaskServiceSlot::x_GetTextAreaSize(), CShowBlastDefline::x_InitDeflineTable(), CBoyerMooreMatcher::x_InitPattern(), CSGFeatureJob::x_LoadFeatures(), CScope_Impl::x_LockMatchSet(), CMinPanelContainer::x_MeasureItem(), CDockManager::x_MoveToFloatingFrame(), CSeqVector_CI::x_NextCacheSeg(), CAnnot_Collector::x_NoMoreObjects(), CFeatureTypesBrowser::x_OnClicked(), CTar::x_PackName(), CGl3dWindow::x_Pan(), CTar::x_ParsePAXHeader(), CWig2tableApplication::x_PreprocessValues(), CSeqVector_CI::x_PrevCacheSeg(), oligofar::TAligner_SW< CQuery, CSubject >::x_PrintMatrix(), CAgpValidateReader::x_PrintPatterns(), CTar::x_ProcessEntry(), CBufferedLineReader::x_ReadBuffer(), CWigBufferedLineReader::x_ReadBuffer(), CBDB_ExtBlobStore< TBV >::x_ReadCache(), CCompartApp::x_ReadSeqLens(), CQueue::x_RemoveTags(), CGlPaneWidgetChildDemo::x_Render(), CGl3dWindow::x_Render(), CFontWindow::x_Render(), CRuler::x_RenderHorzPosLabel(), CRuler::x_RenderVertPosLabel(), oligofar::TAligner_SW< CQuery, CSubject >::x_Reset(), CDBL_Connection::x_SendData(), CTL_Connection::x_SendData(), CId2FetchApp::x_SendRequestPacket(), CNetScheduleHandler::x_SerializeBitVector(), CFontDemoUI::x_SetFont(), CSeqVector_CI::x_SetPos(), CGBenchGUI::x_SetupStatusBar(), CTracebackSearchTestFixture::x_Traceback(), CLayoutGroup::x_UpdateBoundingBox(), CClonePlacementGlyph::x_UpdateBoundingBox(), CSplitQueryTestFixture::x_ValidateContextOffsetsPerChunkAssignment(), CSplitQueryTestFixture::x_ValidateQueriesPerChunkAssignment(), CSplitQueryTestFixture::x_ValidateQueryContextsPerChunkAssignment(), and CScannerFunctorArgN::~CScannerFunctorArgN().

short int yy_accept[26] [static]
 

Initial value:

    {   0,
        4,    4,    4,    4,    8,    3,    2,    2,    6,    6,
        5,    3,    3,    1,    3,    0,    4,    3,    1,    1,
        3,    0,    3,    1,    0
    }

Definition at line 310 of file lex.newick.cpp.

short int yy_base[28] [static]
 

Initial value:

    {   0,
        0,    0,    5,    0,   29,    0,   30,   30,   24,   30,
       30,    7,   19,   16,    0,   21,   20,    0,    0,   13,
       10,   18,   13,    0,   30,   16,   18
    }

Definition at line 354 of file lex.newick.cpp.

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

Definition at line 239 of file lex.newick.cpp.

Referenced by newicklex(), yy_get_next_buffer(), and yy_get_previous_state().

short int yy_chk[41] [static]
 

Initial value:

    {   0,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        3,    3,    3,   12,   12,   21,   26,   21,   27,   27,
       23,   22,   20,   17,   16,   14,   13,    9,    5,   25,
       25,   25,   25,   25,   25,   25,   25,   25,   25,   25
    }

Definition at line 376 of file lex.newick.cpp.

YY_BUFFER_STATE yy_current_buffer = 0 [static]
 

Definition at line 221 of file lex.newick.cpp.

Referenced by newicklex(), and yy_get_next_buffer().

short int yy_def[28] [static]
 

Initial value:

    {   0,
       25,    1,    1,    3,   25,   26,   25,   25,   27,   25,
       25,   26,   26,   12,   26,   27,   25,   13,   14,   13,
       13,   27,   13,   23,    0,   25,   25
    }

Definition at line 361 of file lex.newick.cpp.

int yy_did_buffer_switch_on_eof [static]
 

Definition at line 246 of file lex.newick.cpp.

Referenced by newicklex().

int yy_ec[256] [static]
 

Definition at line 317 of file lex.newick.cpp.

char yy_hold_char [static]
 

Definition at line 231 of file lex.newick.cpp.

Referenced by newicklex().

int yy_init = 1 [static]
 

Definition at line 240 of file lex.newick.cpp.

Referenced by newicklex().

char* yy_last_accepting_cpos [static]
 

Definition at line 385 of file lex.newick.cpp.

yy_state_type yy_last_accepting_state [static]
 

Definition at line 384 of file lex.newick.cpp.

int yy_meta[11] [static]
 

Initial value:

    {   0,
        1,    2,    2,    2,    2,    1,    1,    1,    2,    1
    }

Definition at line 349 of file lex.newick.cpp.

int yy_n_chars [static]
 

Definition at line 233 of file lex.newick.cpp.

Referenced by newicklex(), and yy_get_next_buffer().

short int yy_nxt[41] [static]
 

Initial value:

    {   0,
        6,    7,    8,    9,   10,    6,    6,    6,   11,    6,
       12,   13,   14,   18,   19,   23,   15,   24,   16,   16,
       24,   17,   21,   22,   17,   21,   20,   17,   25,    5,
       25,   25,   25,   25,   25,   25,   25,   25,   25,   25
    }

Definition at line 368 of file lex.newick.cpp.

int yy_start = 0 [static]
 

Definition at line 241 of file lex.newick.cpp.

Referenced by newicklex(), and yy_get_previous_state().


Generated on Mon Dec 7 07:12:06 2009 for NCBI C++ ToolKit by  doxygen 1.4.6
Modified on Mon Dec 07 16:21:41 2009 by modify_doxy.py rev. 173732