Searched refs:_gSrcStart (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dcjparser.cpp39 static char* _gSrcStart = 0; variable
195 while( cur >= _gSrcStart &&
216 while( cur >= _gSrcStart &&
997 _gSrcStart = start;
1088 int curOfs = ( (m_cur+1) - _gSrcStart );
1559 mpPlugin->ParseContext( _gSrcStart, cur, _gSrcEnd, mpCurCtx );
1570 pOp->mSrcOffset = int( start - _gSrcStart );
1972 int curOfs = int ( cur - _gSrcStart );
2068 pClass->mSrcOffset = int( ctxStart - _gSrcStart );

Completed in 57 milliseconds