===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
codelite-14.0+dfsg/AutoSave/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/AutoSave/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/AutoSave/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/CMakePlugin/CMakeLists.txt-17-# wxWidgets include
codelite-14.0+dfsg/CMakePlugin/CMakeLists.txt:18:include("${wxWidgets_USE_FILE}")
codelite-14.0+dfsg/CMakePlugin/CMakeLists.txt-19-
##############################################
codelite-14.0+dfsg/CallGraph/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/CallGraph/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/CallGraph/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/CodeCompletionsTests/CMakeLists.txt-9-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/CodeCompletionsTests/CMakeLists.txt:10:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/CodeCompletionsTests/CMakeLists.txt-11-
##############################################
codelite-14.0+dfsg/CodeDesigner/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/CodeDesigner/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/CodeDesigner/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp-173-	haveLineContinuationChar = other.haveLineContinuationChar;
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp:174:	isInAsm = other.isInAsm;
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp-175-	isInAsmOneLine = other.isInAsmOneLine;
##############################################
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp-331-	haveLineContinuationChar = false;
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp:332:	isInAsm = false;
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp-333-	isInAsmOneLine = false;
##############################################
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp-2776-					}
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp:2777:					isInAsm = false;
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp-2778-					isInConditional = false;
##############################################
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp-3182-			}
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp:3183:			else if (isInAsm || isInAsmOneLine || isInAsmBlock)
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp-3184-			{
##############################################
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp-3328-				isInAsmBlock = false;
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp:3329:				isInAsm = isInAsmOneLine = isInQuote = false;	// close these just in case
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp-3330-
##############################################
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp-3488-				{
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp:3489:					isInAsm = true;
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp-3490-				}
##############################################
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp-3494-					int index = 4;
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp:3495:					if (peekNextChar(line, i) == '_')		// check for __asm
codelite-14.0+dfsg/CodeFormatter/ASBeautifier.cpp-3496-						index = 5;
##############################################
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp-233-	isInExecSQL = false;
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp:234:	isInAsm = false;
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp-235-	isInAsmOneLine = false;
##############################################
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp-1412-			         && !isInEnum                   // not an enum with a base type
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp:1413:			         && !isInAsm                    // not in extended assembler
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp-1414-			         && !isInAsmOneLine             // not in extended assembler
##############################################
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp-1496-				{
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp:1497:					isInAsm = true;
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp-1498-				}
##############################################
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp-1502-					int index = 4;
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp:1503:					if (peekNextChar() == '_')	// check for __asm
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp-1504-						index = 5;
##############################################
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp-2478-	if (endOfAsmReached)
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp:2479:		endOfAsmReached = isInAsmBlock = isInAsm = false;
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp-2480-	shouldKeepLineUnbroken = false;
##############################################
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp-3810-	                  && !isInCase
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp:3811:	                  && !isInAsm
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp-3812-	                  && !isInAsmOneLine
##############################################
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp-7079-	        || isInExecSQL
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp:7080:	        || isInAsm || isInAsmOneLine || isInAsmBlock
codelite-14.0+dfsg/CodeFormatter/ASFormatter.cpp-7081-	        || isInTemplate)
##############################################
codelite-14.0+dfsg/CodeFormatter/ASResource.cpp-85-
codelite-14.0+dfsg/CodeFormatter/ASResource.cpp:86:const string ASResource::AS_ASM = string("asm");
codelite-14.0+dfsg/CodeFormatter/ASResource.cpp-87-const string ASResource::AS__ASM__ = string("__asm__");
codelite-14.0+dfsg/CodeFormatter/ASResource.cpp:88:const string ASResource::AS_MS_ASM = string("_asm");
codelite-14.0+dfsg/CodeFormatter/ASResource.cpp:89:const string ASResource::AS_MS__ASM = string("__asm");
codelite-14.0+dfsg/CodeFormatter/ASResource.cpp-90-
##############################################
codelite-14.0+dfsg/CodeFormatter/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/CodeFormatter/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/CodeFormatter/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/CodeLite/CxxScanner.l-86-<INITIAL>and_eq           { return T_AND_EQ;  }
codelite-14.0+dfsg/CodeLite/CxxScanner.l:87:<INITIAL>asm              { return T_ASM;     }
codelite-14.0+dfsg/CodeLite/CxxScanner.l-88-<INITIAL>auto             { return T_AUTO;    }
##############################################
codelite-14.0+dfsg/CodeLite/SocketAPI/clSocketClient.cpp-82-#else
codelite-14.0+dfsg/CodeLite/SocketAPI/clSocketClient.cpp:83:    serv_addr.sin_addr.s_addr = inet_addr(ip_addr);
codelite-14.0+dfsg/CodeLite/SocketAPI/clSocketClient.cpp-84-#endif
##############################################
codelite-14.0+dfsg/CodeLite/SocketAPI/clSocketServer.cpp-101-#ifdef __WXMSW__
codelite-14.0+dfsg/CodeLite/SocketAPI/clSocketServer.cpp:102:    server.sin_addr.s_addr = inet_addr(address.c_str());
codelite-14.0+dfsg/CodeLite/SocketAPI/clSocketServer.cpp-103-#else
##############################################
codelite-14.0+dfsg/CodeLite/CMakeLists.txt-11-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/CodeLite/CMakeLists.txt:12:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/CodeLite/CMakeLists.txt-13-
##############################################
codelite-14.0+dfsg/CodeLiteDiff/CMakeLists.txt-13-# wxWidgets include
codelite-14.0+dfsg/CodeLiteDiff/CMakeLists.txt:14:include("${wxWidgets_USE_FILE}")
codelite-14.0+dfsg/CodeLiteDiff/CMakeLists.txt-15-
##############################################
codelite-14.0+dfsg/ContinuousBuild/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/ContinuousBuild/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/ContinuousBuild/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/Copyright/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/Copyright/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/Copyright/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/CxxParserTests/CMakeLists.txt-9-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/CxxParserTests/CMakeLists.txt:10:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/CxxParserTests/CMakeLists.txt-11-
##############################################
codelite-14.0+dfsg/DatabaseExplorer/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/DatabaseExplorer/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/DatabaseExplorer/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/Debugger/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/Debugger/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/Debugger/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/Docker/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/Docker/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/Docker/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/EOSWiki/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/EOSWiki/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/EOSWiki/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/EditorConfigPlugin/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/EditorConfigPlugin/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/EditorConfigPlugin/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/ExternalTools/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/ExternalTools/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/ExternalTools/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/Gizmos/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/Gizmos/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/Gizmos/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/HelpPlugin/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/HelpPlugin/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/HelpPlugin/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/InnoSetup/output/finalize-upload.sh-4-    cd /cygdrive/c/src/codelite/InnoSetup/output
codelite-14.0+dfsg/InnoSetup/output/finalize-upload.sh:5:    output_file=`ls -l *.exe |awk '{print $9;}'`
codelite-14.0+dfsg/InnoSetup/output/finalize-upload.sh-6-    output_file_7z="${output_file%.*}"
##############################################
codelite-14.0+dfsg/LLDBDebugger/CMakeLists.txt-60-        # wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/LLDBDebugger/CMakeLists.txt:61:        include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/LLDBDebugger/CMakeLists.txt-62-
##############################################
codelite-14.0+dfsg/LanguageServer/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/LanguageServer/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/LanguageServer/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/LanguageServer/codelite-lsp/codelite-lsp-helper-83-        conn.incoming_buffer = command.remainder;
codelite-14.0+dfsg/LanguageServer/codelite-lsp/codelite-lsp-helper:84:       // console.log(`<<< Message is complete. incoming_buffer: ${conn.incoming_buffer.length}`);
codelite-14.0+dfsg/LanguageServer/codelite-lsp/codelite-lsp-helper-85-        processCommand(command.request, conn);
##############################################
codelite-14.0+dfsg/LanguageServer/codelite-lsp/codelite-lsp-helper-160-    socket.on('error', (code) => {
codelite-14.0+dfsg/LanguageServer/codelite-lsp/codelite-lsp-helper:161:        console.log(`Unable to connect to CodeLite. ${code}`);
codelite-14.0+dfsg/LanguageServer/codelite-lsp/codelite-lsp-helper-162-        process.exit(1);
##############################################
codelite-14.0+dfsg/LanguageServer/codelite-lsp/codelite-lsp-helper-173-        // if CodeLite termianted, exit
codelite-14.0+dfsg/LanguageServer/codelite-lsp/codelite-lsp-helper:174:        console.log(`close event ${code}`);
codelite-14.0+dfsg/LanguageServer/codelite-lsp/codelite-lsp-helper-175-        process.exit(0);
##############################################
codelite-14.0+dfsg/LanguageServer/codelite-lsp/codelite-lsp-helper-181-    socket.connect(port, "127.0.0.1", function() {
codelite-14.0+dfsg/LanguageServer/codelite-lsp/codelite-lsp-helper:182:        console.log(`>>> Successfully connected to tcp://127.0.0.1:${port}`);
codelite-14.0+dfsg/LanguageServer/codelite-lsp/codelite-lsp-helper-183-    });
##############################################
codelite-14.0+dfsg/LiteEditor/CMakeLists.txt-11-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/LiteEditor/CMakeLists.txt:12:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/LiteEditor/CMakeLists.txt-13-
##############################################
codelite-14.0+dfsg/MacBundler/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/MacBundler/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/MacBundler/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/MemCheck/CMakeLists.txt-17-    # wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/MemCheck/CMakeLists.txt:18:    include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/MemCheck/CMakeLists.txt-19-
##############################################
codelite-14.0+dfsg/Outline/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/Outline/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/Outline/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/PCH/CMakeLists.txt-33-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/PCH/CMakeLists.txt:34:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/PCH/CMakeLists.txt-35-
##############################################
codelite-14.0+dfsg/PHPLint/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/PHPLint/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/PHPLint/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/PHPRefactoring/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/PHPRefactoring/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/PHPRefactoring/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/Plugin/EclipseCXXThemeImporter.cpp-10-{
codelite-14.0+dfsg/Plugin/EclipseCXXThemeImporter.cpp:11:    SetKeywords0("and and_eq asm auto bitand bitor bool break case catch char class compl const const_cast "
codelite-14.0+dfsg/Plugin/EclipseCXXThemeImporter.cpp-12-                 "continue default delete do double dynamic_cast else enum explicit export extern false final "
##############################################
codelite-14.0+dfsg/Plugin/CMakeLists.txt-11-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/Plugin/CMakeLists.txt:12:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/Plugin/CMakeLists.txt-13-
##############################################
codelite-14.0+dfsg/QmakePlugin/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/QmakePlugin/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/QmakePlugin/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/Runtime/codelite-fix-rpath-2-install_dir=$1
codelite-14.0+dfsg/Runtime/codelite-fix-rpath:3:wx_libs=`ls -l ${install_dir}/libwx*.so|awk '{print $9;}'|xargs readlink|xargs readlink`
codelite-14.0+dfsg/Runtime/codelite-fix-rpath-4-for lib in ${wx_libs}
##############################################
codelite-14.0+dfsg/Runtime/codelite_exec-11-	var=$1
codelite-14.0+dfsg/Runtime/codelite_exec:12:	variable_name=`echo $var | cut -s -d= -f1`
codelite-14.0+dfsg/Runtime/codelite_exec:13:	variable_value=`echo $var | cut -s -d= -f2`
codelite-14.0+dfsg/Runtime/codelite_exec-14-	if [ "$variable_value" != "" ]; then
##############################################
codelite-14.0+dfsg/Runtime/codelite_kill_children-8-if [ "$osname" = "FreeBSD" ]; then
codelite-14.0+dfsg/Runtime/codelite_kill_children:9:    procs=`ps -A -o ppid,pid | sed -e '1d' | awk '{print $1" "$2}' | grep "^$1 " | awk '{print $2}' | xargs`
codelite-14.0+dfsg/Runtime/codelite_kill_children-10-else
codelite-14.0+dfsg/Runtime/codelite_kill_children:11:    procs=`ps --ppid $1 | grep -v PID | awk '{print $1;}'`
codelite-14.0+dfsg/Runtime/codelite_kill_children-12-fi
##############################################
codelite-14.0+dfsg/Runtime/lexers/lexers.json-43472-  "Id": 3,
codelite-14.0+dfsg/Runtime/lexers/lexers.json:43473:  "KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq final override",
codelite-14.0+dfsg/Runtime/lexers/lexers.json-43474-  "KeyWords1": "abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with",
##############################################
codelite-14.0+dfsg/Runtime/lexers/lexers.json-43727-  "Id": 3,
codelite-14.0+dfsg/Runtime/lexers/lexers.json:43728:  "KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq final override",
codelite-14.0+dfsg/Runtime/lexers/lexers.json-43729-  "KeyWords1": "abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with",
##############################################
codelite-14.0+dfsg/Runtime/lexers/lexers.json-43982-  "Id": 3,
codelite-14.0+dfsg/Runtime/lexers/lexers.json:43983:  "KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq final override",
codelite-14.0+dfsg/Runtime/lexers/lexers.json-43984-  "KeyWords1": "abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with",
##############################################
codelite-14.0+dfsg/Runtime/lexers/lexers.json-44237-  "Id": 3,
codelite-14.0+dfsg/Runtime/lexers/lexers.json:44238:  "KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq final override",
codelite-14.0+dfsg/Runtime/lexers/lexers.json-44239-  "KeyWords1": "abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with",
##############################################
codelite-14.0+dfsg/Runtime/lexers/lexers.json-44492-  "Id": 3,
codelite-14.0+dfsg/Runtime/lexers/lexers.json:44493:  "KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq final override",
codelite-14.0+dfsg/Runtime/lexers/lexers.json-44494-  "KeyWords1": "abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with",
##############################################
codelite-14.0+dfsg/Runtime/lexers/lexers.json-44747-  "Id": 3,
codelite-14.0+dfsg/Runtime/lexers/lexers.json:44748:  "KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq final override",
codelite-14.0+dfsg/Runtime/lexers/lexers.json-44749-  "KeyWords1": "abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with",
##############################################
codelite-14.0+dfsg/Runtime/lexers/lexers.json-45002-  "Id": 3,
codelite-14.0+dfsg/Runtime/lexers/lexers.json:45003:  "KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq final override",
codelite-14.0+dfsg/Runtime/lexers/lexers.json-45004-  "KeyWords1": "abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with",
##############################################
codelite-14.0+dfsg/Runtime/lexers/lexers.json-45257-  "Id": 3,
codelite-14.0+dfsg/Runtime/lexers/lexers.json:45258:  "KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq final override",
codelite-14.0+dfsg/Runtime/lexers/lexers.json-45259-  "KeyWords1": "abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with",
##############################################
codelite-14.0+dfsg/Runtime/lexers/lexers.json-45512-  "Id": 3,
codelite-14.0+dfsg/Runtime/lexers/lexers.json:45513:  "KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq final override",
codelite-14.0+dfsg/Runtime/lexers/lexers.json-45514-  "KeyWords1": "abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with",
##############################################
codelite-14.0+dfsg/Runtime/lexers/lexers.json-45767-  "Id": 3,
codelite-14.0+dfsg/Runtime/lexers/lexers.json:45768:  "KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq final override",
codelite-14.0+dfsg/Runtime/lexers/lexers.json-45769-  "KeyWords1": "abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with",
##############################################
codelite-14.0+dfsg/Runtime/lexers/lexers.json-46022-  "Id": 3,
codelite-14.0+dfsg/Runtime/lexers/lexers.json:46023:  "KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq final override",
codelite-14.0+dfsg/Runtime/lexers/lexers.json-46024-  "KeyWords1": "abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with",
##############################################
codelite-14.0+dfsg/Runtime/lexers/lexers.json-46277-  "Id": 3,
codelite-14.0+dfsg/Runtime/lexers/lexers.json:46278:  "KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq final override",
codelite-14.0+dfsg/Runtime/lexers/lexers.json-46279-  "KeyWords1": "abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with",
##############################################
codelite-14.0+dfsg/Runtime/lexers/lexers.json-46532-  "Id": 3,
codelite-14.0+dfsg/Runtime/lexers/lexers.json:46533:  "KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false final float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq override private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq",
codelite-14.0+dfsg/Runtime/lexers/lexers.json-46534-  "KeyWords1": "abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with",
##############################################
codelite-14.0+dfsg/Runtime/lexers/lexers.json-46787-  "Id": 3,
codelite-14.0+dfsg/Runtime/lexers/lexers.json:46788:  "KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false final float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq override private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq",
codelite-14.0+dfsg/Runtime/lexers/lexers.json-46789-  "KeyWords1": "abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with",
##############################################
codelite-14.0+dfsg/Runtime/lexers/lexers.json-47042-  "Id": 3,
codelite-14.0+dfsg/Runtime/lexers/lexers.json:47043:  "KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false final float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq override private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq",
codelite-14.0+dfsg/Runtime/lexers/lexers.json-47044-  "KeyWords1": "abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with",
##############################################
codelite-14.0+dfsg/Runtime/lexers/lexers.json-47297-  "Id": 3,
codelite-14.0+dfsg/Runtime/lexers/lexers.json:47298:  "KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false final float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq override private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq",
codelite-14.0+dfsg/Runtime/lexers/lexers.json-47299-  "KeyWords1": "abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with",
##############################################
codelite-14.0+dfsg/Runtime/lexers/lexers.json-47552-  "Id": 3,
codelite-14.0+dfsg/Runtime/lexers/lexers.json:47553:  "KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false final float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq override private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq",
codelite-14.0+dfsg/Runtime/lexers/lexers.json-47554-  "KeyWords1": "abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with",
##############################################
codelite-14.0+dfsg/Runtime/templates/gizmos/CMakeLists.txt.plugin.wizard-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/Runtime/templates/gizmos/CMakeLists.txt.plugin.wizard:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/Runtime/templates/gizmos/CMakeLists.txt.plugin.wizard-16-
##############################################
codelite-14.0+dfsg/SFTP/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/SFTP/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/SFTP/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/SmartCompletion/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/SmartCompletion/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/SmartCompletion/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/SnipWiz/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/SnipWiz/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/SnipWiz/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/SpellChecker/CMakeLists.txt-52-    # wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/SpellChecker/CMakeLists.txt:53:    include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/SpellChecker/CMakeLists.txt-54-
##############################################
codelite-14.0+dfsg/Subversion2/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/Subversion2/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/Subversion2/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/Tail/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/Tail/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/Tail/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/Tweaks/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/Tweaks/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/Tweaks/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/UnitTestCPP/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/UnitTestCPP/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/UnitTestCPP/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/WebTools/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/WebTools/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/WebTools/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/WordCompletion/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/WordCompletion/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/WordCompletion/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/ZoomNavigator/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/ZoomNavigator/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/ZoomNavigator/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/abbreviation/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/abbreviation/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/abbreviation/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/cmake/Modules/plugin.cmake-34-    # wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/cmake/Modules/plugin.cmake:35:    include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/cmake/Modules/plugin.cmake-36-
##############################################
codelite-14.0+dfsg/cmake/Modules/plugin.cmake-84-                message("-- Found user plugin at ${CMAKE_SOURCE_DIR}/${dir}")
codelite-14.0+dfsg/cmake/Modules/plugin.cmake:85:                include(${CMAKE_SOURCE_DIR}/${dir}/codelite-plugin.cmake)
codelite-14.0+dfsg/cmake/Modules/plugin.cmake-86-            endif ()
##############################################
codelite-14.0+dfsg/codelite-cli/CMakeLists.txt-17-find_package(wxWidgets COMPONENTS base xml REQUIRED)
codelite-14.0+dfsg/codelite-cli/CMakeLists.txt:18:include("${wxWidgets_USE_FILE}")
codelite-14.0+dfsg/codelite-cli/CMakeLists.txt-19-
##############################################
codelite-14.0+dfsg/codelite-cli/codelite-client/CMakeLists.txt-10-find_package(wxWidgets COMPONENTS base xml core std stc xrc REQUIRED)
codelite-14.0+dfsg/codelite-cli/codelite-client/CMakeLists.txt:11:include("${wxWidgets_USE_FILE}")
codelite-14.0+dfsg/codelite-cli/codelite-client/CMakeLists.txt-12-
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-14469-*/
codelite-14.0+dfsg/codelite-cli/sqlite3.c:14470:#define ADDR(X)  (-1-(X))
codelite-14.0+dfsg/codelite-cli/sqlite3.c-14471-
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-14769-#endif
codelite-14.0+dfsg/codelite-cli/sqlite3.c:14770:SQLITE_PRIVATE int sqlite3VdbeCurrentAddr(Vdbe*);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-14771-#ifdef SQLITE_DEBUG
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-25268-**
codelite-14.0+dfsg/codelite-cli/sqlite3.c:25269:** This file contains inline asm code for retrieving "high-performance"
codelite-14.0+dfsg/codelite-cli/sqlite3.c-25270-** counters for x86 class CPUs.
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-25294-  __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){
codelite-14.0+dfsg/codelite-cli/sqlite3.c:25295:     __asm {
codelite-14.0+dfsg/codelite-cli/sqlite3.c-25296-        rdtsc
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-31803-**
codelite-14.0+dfsg/codelite-cli/sqlite3.c:31804:** This file contains inline asm code for retrieving "high-performance"
codelite-14.0+dfsg/codelite-cli/sqlite3.c-31805-** counters for x86 class CPUs.
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-31829-  __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){
codelite-14.0+dfsg/codelite-cli/sqlite3.c:31830:     __asm {
codelite-14.0+dfsg/codelite-cli/sqlite3.c-31831-        rdtsc
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-39528-**
codelite-14.0+dfsg/codelite-cli/sqlite3.c:39529:** This file contains inline asm code for retrieving "high-performance"
codelite-14.0+dfsg/codelite-cli/sqlite3.c-39530-** counters for x86 class CPUs.
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-39554-  __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){
codelite-14.0+dfsg/codelite-cli/sqlite3.c:39555:     __asm {
codelite-14.0+dfsg/codelite-cli/sqlite3.c-39556-        rdtsc
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-75245-  }
codelite-14.0+dfsg/codelite-cli/sqlite3.c:75246:  return ADDR(i);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-75247-}
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-75255-  Parse *p = v->pParse;
codelite-14.0+dfsg/codelite-cli/sqlite3.c:75256:  int j = ADDR(x);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-75257-  assert( v->magic==VDBE_MAGIC_INIT );
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-75279-SQLITE_PRIVATE int sqlite3VdbeLabelHasBeenResolved(Vdbe *v, int x){
codelite-14.0+dfsg/codelite-cli/sqlite3.c:75280:  return v->pParse->aLabel && v->pParse->aLabel[ADDR(x)]>=0;
codelite-14.0+dfsg/codelite-cli/sqlite3.c-75281-}
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-75554-            assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );
codelite-14.0+dfsg/codelite-cli/sqlite3.c:75555:            assert( ADDR(pOp->p2)<pParse->nLabel );
codelite-14.0+dfsg/codelite-cli/sqlite3.c:75556:            pOp->p2 = aLabel[ADDR(pOp->p2)];
codelite-14.0+dfsg/codelite-cli/sqlite3.c-75557-          }
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-75578-*/
codelite-14.0+dfsg/codelite-cli/sqlite3.c:75579:SQLITE_PRIVATE int sqlite3VdbeCurrentAddr(Vdbe *p){
codelite-14.0+dfsg/codelite-cli/sqlite3.c-75580-  assert( p->magic==VDBE_MAGIC_INIT );
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-82356-**
codelite-14.0+dfsg/codelite-cli/sqlite3.c:82357:** This file contains inline asm code for retrieving "high-performance"
codelite-14.0+dfsg/codelite-cli/sqlite3.c-82358-** counters for x86 class CPUs.
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-82382-  __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){
codelite-14.0+dfsg/codelite-cli/sqlite3.c:82383:     __asm {
codelite-14.0+dfsg/codelite-cli/sqlite3.c-82384-        rdtsc
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-89579-      sqlite3VdbeChangeP5(v, 1);
codelite-14.0+dfsg/codelite-cli/sqlite3.c:89580:      assert( sqlite3VdbeCurrentAddr(v)==2 || db->mallocFailed );
codelite-14.0+dfsg/codelite-cli/sqlite3.c-89581-      aOp = sqlite3VdbeAddOpList(v, ArraySize(openBlob), openBlob, iLn);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-97471-              sqlite3VdbeAddOp2(v, OP_MustBeInt, r3,
codelite-14.0+dfsg/codelite-cli/sqlite3.c:97472:                                sqlite3VdbeCurrentAddr(v)+2);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-97473-              VdbeCoverage(v);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-100976-  sqlite3VdbeAddOp2(v, OP_AddImm, r1, -2);
codelite-14.0+dfsg/codelite-cli/sqlite3.c:100977:  sqlite3VdbeAddOp2(v, OP_IfPos, r1, sqlite3VdbeCurrentAddr(v)+2);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-100978-  VdbeCoverage(v);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-102233-    sqlite3VdbeAddOp2(v, OP_Integer, 0, regChng);
codelite-14.0+dfsg/codelite-cli/sqlite3.c:102234:    addrNextRow = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-102235-
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-102252-      sqlite3VdbeAddOp0(v, OP_Goto);
codelite-14.0+dfsg/codelite-cli/sqlite3.c:102253:      addrNextRow = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-102254-      if( nColTest==1 && pIdx->nKeyCol==1 && IsUniqueIndex(pIdx) ){
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-102346-
codelite-14.0+dfsg/codelite-cli/sqlite3.c:102347:      addrNext = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-102348-      callStatGet(v, regStat4, STAT_GET_ROWID, regSampleRowid);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-105919-      pParse->nTab = 2;
codelite-14.0+dfsg/codelite-cli/sqlite3.c:105920:      addrTop = sqlite3VdbeCurrentAddr(v) + 1;
codelite-14.0+dfsg/codelite-cli/sqlite3.c-105921-      sqlite3VdbeAddOp3(v, OP_InitCoroutine, regYield, 0, addrTop);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-106781-    int j2 = sqlite3VdbeGoto(v, 1);
codelite-14.0+dfsg/codelite-cli/sqlite3.c:106782:    addr2 = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-106783-    sqlite3VdbeVerifyAbortable(v, OE_Abort);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-106788-  }else{
codelite-14.0+dfsg/codelite-cli/sqlite3.c:106789:    addr2 = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-106790-  }
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-109638-    /* Invoke BEFORE DELETE trigger programs. */
codelite-14.0+dfsg/codelite-cli/sqlite3.c:109639:    addrStart = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-109640-    sqlite3CodeRowTrigger(pParse, pTrigger, 
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-109651-    */
codelite-14.0+dfsg/codelite-cli/sqlite3.c:109652:    if( addrStart<sqlite3VdbeCurrentAddr(v) ){
codelite-14.0+dfsg/codelite-cli/sqlite3.c-109653-      sqlite3VdbeAddOp4Int(v, opSeek, iDataCur, iLabel, iPk, nPk);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-112159-      sqlite3VdbeGoto(v, iOk);
codelite-14.0+dfsg/codelite-cli/sqlite3.c:112160:      sqlite3VdbeJumpHere(v, sqlite3VdbeCurrentAddr(v)-2);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-112161-      sqlite3VdbeJumpHere(v, iMustBeInt);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-112184-      if( pTab==pFKey->pFrom && nIncr==1 ){
codelite-14.0+dfsg/codelite-cli/sqlite3.c:112185:        int iJump = sqlite3VdbeCurrentAddr(v) + nCol + 1;
codelite-14.0+dfsg/codelite-cli/sqlite3.c-112186-        for(i=0; i<nCol; i++){
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-112523-      sqlite3VdbeVerifyAbortable(v, OE_Abort);
codelite-14.0+dfsg/codelite-cli/sqlite3.c:112524:      sqlite3VdbeAddOp2(v, OP_FkIfZero, 0, sqlite3VdbeCurrentAddr(v)+2);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-112525-      VdbeCoverage(v);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-112699-        Vdbe *v = sqlite3GetVdbe(pParse);
codelite-14.0+dfsg/codelite-cli/sqlite3.c:112700:        int iJump = sqlite3VdbeCurrentAddr(v) + pFKey->nCol + 1;
codelite-14.0+dfsg/codelite-cli/sqlite3.c-112701-        for(i=0; i<pFKey->nCol; i++){
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-113374-  int i;
codelite-14.0+dfsg/codelite-cli/sqlite3.c:113375:  int iEnd = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-113376-#ifndef SQLITE_OMIT_VIRTUALTABLE
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-113573-    assert( sqlite3SchemaMutexHeld(db, 0, pDb->pSchema) );
codelite-14.0+dfsg/codelite-cli/sqlite3.c:113574:    sqlite3VdbeAddOp3(v, OP_Le, memId+2, sqlite3VdbeCurrentAddr(v)+7, memId);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-113575-    VdbeCoverage(v);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-113908-    regYield = ++pParse->nMem;
codelite-14.0+dfsg/codelite-cli/sqlite3.c:113909:    addrTop = sqlite3VdbeCurrentAddr(v) + 1;
codelite-14.0+dfsg/codelite-cli/sqlite3.c-113910-    sqlite3VdbeAddOp3(v, OP_InitCoroutine, regYield, 0, addrTop);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-114057-    addrInsTop = sqlite3VdbeAddOp1(v, OP_Rewind, srcTab); VdbeCoverage(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c:114058:    addrCont = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-114059-  }else if( pSelect ){
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-114177-        }else{
codelite-14.0+dfsg/codelite-cli/sqlite3.c:114178:          addr1 = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-114179-          sqlite3VdbeAddOp2(v, OP_IsNull, regRowid, addr1+2); VdbeCoverage(v);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-114989-          ** KEY values of this row before the update.  */
codelite-14.0+dfsg/codelite-cli/sqlite3.c:114990:          int addrJump = sqlite3VdbeCurrentAddr(v)+pPk->nKeyCol;
codelite-14.0+dfsg/codelite-cli/sqlite3.c-114991-          int op = OP_Ne;
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-115132-    if( pIdx->pPartIdxWhere ){
codelite-14.0+dfsg/codelite-cli/sqlite3.c:115133:      sqlite3VdbeAddOp2(v, OP_IsNull, aRegIdx[i], sqlite3VdbeCurrentAddr(v)+2);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-115134-      VdbeCoverage(v);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-118203-  sqlite3VdbeAddOp2(v, OP_ResultRow, 3, 1);
codelite-14.0+dfsg/codelite-cli/sqlite3.c:118204:  addr = sqlite3VdbeAddOp3(v, OP_IfPos, 1, sqlite3VdbeCurrentAddr(v)+2, 1);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-118205-  VdbeCoverage(v);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-118616-        VdbeOp *aOp;
codelite-14.0+dfsg/codelite-cli/sqlite3.c:118617:        int iAddr = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-118618-        sqlite3VdbeVerifyNoMallocRequired(v, ArraySize(setMeta6));
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-119285-        }else if( pParent ){
codelite-14.0+dfsg/codelite-cli/sqlite3.c:119286:          int jmp = sqlite3VdbeCurrentAddr(v)+2;
codelite-14.0+dfsg/codelite-cli/sqlite3.c-119287-          sqlite3VdbeAddOp3(v, OP_SeekRowid, i, jmp, regRow); VdbeCoverage(v);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-119594-      }
codelite-14.0+dfsg/codelite-cli/sqlite3.c:119595:      sqlite3VdbeChangeP3(v, 0, sqlite3VdbeCurrentAddr(v)-2);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-119596-    }
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-119911-          sqlite3VdbeAddOp3(v, OP_IfSmaller, iTabCur, 
codelite-14.0+dfsg/codelite-cli/sqlite3.c:119912:                         sqlite3VdbeCurrentAddr(v)+2+(opMask&1), szThreshold);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-119913-          VdbeCoverage(v);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-121978-                                           pKI->nAllField-pKI->nKeyField-1);
codelite-14.0+dfsg/codelite-cli/sqlite3.c:121979:    addrJmp = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-121980-    sqlite3VdbeAddOp3(v, OP_Jump, addrJmp+1, 0, addrJmp+1); VdbeCoverage(v);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-122009-    int iCsr = pSort->iECursor;
codelite-14.0+dfsg/codelite-cli/sqlite3.c:122010:    sqlite3VdbeAddOp2(v, OP_IfNotZero, iLimit, sqlite3VdbeCurrentAddr(v)+4);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-122011-    VdbeCoverage(v);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-122030-    sqlite3VdbeChangeP2(v, iSkip,
codelite-14.0+dfsg/codelite-cli/sqlite3.c:122031:         sqlite3VdbeCurrentAddr(v) + pSort->bOrderedInnerLoop);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-122032-  }
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-122342-
codelite-14.0+dfsg/codelite-cli/sqlite3.c:122343:        iJump = sqlite3VdbeCurrentAddr(v) + nResultCol;
codelite-14.0+dfsg/codelite-cli/sqlite3.c-122344-        for(i=0; i<nResultCol; i++){
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-122355-        }
codelite-14.0+dfsg/codelite-cli/sqlite3.c:122356:        assert( sqlite3VdbeCurrentAddr(v)==iJump || pParse->db->mallocFailed );
codelite-14.0+dfsg/codelite-cli/sqlite3.c-122357-        sqlite3VdbeAddOp3(v, OP_Copy, regResult, regPrev, nResultCol-1);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-122420-        ** output table as well.  */
codelite-14.0+dfsg/codelite-cli/sqlite3.c:122421:        int addr = sqlite3VdbeCurrentAddr(v) + 4;
codelite-14.0+dfsg/codelite-cli/sqlite3.c-122422-        sqlite3VdbeAddOp4Int(v, OP_Found, iParm+1, addr, r1, 0);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-122813-        sqlite3VdbeAddOp3(v, OP_SeekRowid, iCsr, 
codelite-14.0+dfsg/codelite-cli/sqlite3.c:122814:            sqlite3VdbeCurrentAddr(v)+1, regKey);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-122815-      }else{
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-122821-        }
codelite-14.0+dfsg/codelite-cli/sqlite3.c:122822:        iJmp = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-122823-        sqlite3VdbeAddOp4Int(v, OP_SeekGE, iCsr, iJmp+2, regKey, nKey);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-124020-          sqlite3VdbeAddOp2(v, OP_Rewind, unionTab, iBreak); VdbeCoverage(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c:124021:          iStart = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-124022-          selectInnerLoop(pParse, p, unionTab,
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-124215-
codelite-14.0+dfsg/codelite-cli/sqlite3.c:124216:  addr = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-124217-  iContinue = sqlite3VdbeMakeLabel(v);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-124573-  */
codelite-14.0+dfsg/codelite-cli/sqlite3.c:124574:  addrSelectA = sqlite3VdbeCurrentAddr(v) + 1;
codelite-14.0+dfsg/codelite-cli/sqlite3.c-124575-  addr1 = sqlite3VdbeAddOp3(v, OP_InitCoroutine, regAddrA, 0, addrSelectA);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-124585-  */
codelite-14.0+dfsg/codelite-cli/sqlite3.c:124586:  addrSelectB = sqlite3VdbeCurrentAddr(v) + 1;
codelite-14.0+dfsg/codelite-cli/sqlite3.c-124587-  addr1 = sqlite3VdbeAddOp3(v, OP_InitCoroutine, regAddrB, 0, addrSelectB);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-124668-  VdbeNoopComment((v, "A-gt-B subroutine"));
codelite-14.0+dfsg/codelite-cli/sqlite3.c:124669:  addrAgtB = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-124670-  if( op==TK_ALL || op==TK_UNION ){
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-126957-      */
codelite-14.0+dfsg/codelite-cli/sqlite3.c:126958:      int addrTop = sqlite3VdbeCurrentAddr(v)+1;
codelite-14.0+dfsg/codelite-cli/sqlite3.c-126959-     
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-127413-      */
codelite-14.0+dfsg/codelite-cli/sqlite3.c:127414:      addrTopOfLoop = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-127415-      sqlite3ExprCacheClear(pParse);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-127429-                          (char*)sqlite3KeyInfoRef(pKeyInfo), P4_KEYINFO);
codelite-14.0+dfsg/codelite-cli/sqlite3.c:127430:      addr1 = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-127431-      sqlite3VdbeAddOp3(v, OP_Jump, addr1+1, 0, addr1+1); VdbeCoverage(v);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-127483-      */
codelite-14.0+dfsg/codelite-cli/sqlite3.c:127484:      addrSetAbort = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-127485-      sqlite3VdbeAddOp2(v, OP_Integer, 1, iAbortFlag);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-127488-      sqlite3VdbeResolveLabel(v, addrOutputRow);
codelite-14.0+dfsg/codelite-cli/sqlite3.c:127489:      addrOutputRow = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-127490-      sqlite3VdbeAddOp2(v, OP_IfPos, iUseFlag, addrOutputRow+2);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-132606-    zMsg = sqlite3StrAccumFinish(&str);
codelite-14.0+dfsg/codelite-cli/sqlite3.c:132607:    ret = sqlite3VdbeAddOp4(v, OP_Explain, sqlite3VdbeCurrentAddr(v),
codelite-14.0+dfsg/codelite-cli/sqlite3.c-132608-                            pParse->addrExplain, 0, zMsg,P4_DYNAMIC);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-133666-    pLevel->op = pWInfo->eOnePass ? OP_Noop : OP_VNext;
codelite-14.0+dfsg/codelite-cli/sqlite3.c:133667:    pLevel->p2 = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-133668-    iIn = pLevel->u.in.nIn;
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-133838-    }
codelite-14.0+dfsg/codelite-cli/sqlite3.c:133839:    start = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-133840-    pLevel->op = bRev ? OP_Prev : OP_Next;
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-133965-        VdbeComment((v, "LIKE loop counter"));
codelite-14.0+dfsg/codelite-cli/sqlite3.c:133966:        pLevel->addrLikeRep = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-133967-        /* iLikeRepCntr actually stores 2x the counter register number.  The
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-134102-    /* Top of the loop body */
codelite-14.0+dfsg/codelite-cli/sqlite3.c:134103:    pLevel->p2 = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-134104-
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-134455-    }
codelite-14.0+dfsg/codelite-cli/sqlite3.c:134456:    sqlite3VdbeChangeP1(v, iRetInit, sqlite3VdbeCurrentAddr(v));
codelite-14.0+dfsg/codelite-cli/sqlite3.c-134457-    sqlite3VdbeGoto(v, pLevel->addrBrk);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-134487-#ifdef SQLITE_ENABLE_STMT_SCANSTATUS
codelite-14.0+dfsg/codelite-cli/sqlite3.c:134488:  pLevel->addrVisit = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-134489-#endif
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-134605-  if( pLevel->iLeftJoin ){
codelite-14.0+dfsg/codelite-cli/sqlite3.c:134606:    pLevel->addrFirst = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-134607-    sqlite3VdbeAddOp2(v, OP_Integer, 1, pLevel->iLeftJoin);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-134924-          sqlite3ExprCodeTarget(pParse, pRight, r1);
codelite-14.0+dfsg/codelite-cli/sqlite3.c:134925:          sqlite3VdbeChangeP3(v, sqlite3VdbeCurrentAddr(v)-1, 0);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-134926-          sqlite3ReleaseTempReg(pParse, r1);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-136704-  VdbeOp *pOp = sqlite3VdbeGetOp(v, iStart);
codelite-14.0+dfsg/codelite-cli/sqlite3.c:136705:  int iEnd = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-136706-  if( pParse->db->mallocFailed ) return;
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-141137-  }
codelite-14.0+dfsg/codelite-cli/sqlite3.c:141138:  pWInfo->iTop = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-141139-  if( db->mallocFailed ) goto whereBeginError;
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-141159-    );
codelite-14.0+dfsg/codelite-cli/sqlite3.c:141160:    pLevel->addrBody = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-141161-    notReady = sqlite3WhereCodeOneLoopStart(pWInfo, ii, notReady);
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-141339-    ){
codelite-14.0+dfsg/codelite-cli/sqlite3.c:141340:      last = sqlite3VdbeCurrentAddr(v);
codelite-14.0+dfsg/codelite-cli/sqlite3.c-141341-      k = pLevel->addrBody;
##############################################
codelite-14.0+dfsg/codelite-cli/sqlite3.c-178125-    int tnum = pIter->iPkTnum;    /* Root page of PK index */
codelite-14.0+dfsg/codelite-cli/sqlite3.c:178126:    sqlite3_stmt *pQuery = 0;     /* SELECT name ... WHERE rootpage = $tnum */
codelite-14.0+dfsg/codelite-cli/sqlite3.c-178127-    const char *zIdx = 0;         /* Name of PK index */
##############################################
codelite-14.0+dfsg/codelite_make/CMakeLists.txt-11-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/codelite_make/CMakeLists.txt:12:#include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/codelite_make/CMakeLists.txt-13-
##############################################
codelite-14.0+dfsg/codelite_vim/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/codelite_vim/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/codelite_vim/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/codelitephp/CMakeLists.txt-24-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/codelitephp/CMakeLists.txt:25:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/codelitephp/CMakeLists.txt-26-
##############################################
codelite-14.0+dfsg/codelitephp/php-plugin/doc-gen.php-338-function parse_phpdoc_constants($phpdocDir){
codelite-14.0+dfsg/codelitephp/php-plugin/doc-gen.php:339:    exec("find " . addslashes($phpdocDir). " -name \"*constants.xml\"", $xml_files);
codelite-14.0+dfsg/codelitephp/php-plugin/doc-gen.php-340-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/PDO.php-227-	 *   
codelite-14.0+dfsg/codelitephp/resources/cc/PDO.php:228:	 * exec() or die(print_r($db->errorInfo(), true));
codelite-14.0+dfsg/codelitephp/resources/cc/PDO.php-229-	 * ?>
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/PDO.php-231-	 */
codelite-14.0+dfsg/codelitephp/resources/cc/PDO.php:232:	public function exec ($statement) {}
codelite-14.0+dfsg/codelitephp/resources/cc/PDO.php-233-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/SPL.php-4731-	 */
codelite-14.0+dfsg/codelitephp/resources/cc/SPL.php:4732:	public function fpassthru () {}
codelite-14.0+dfsg/codelitephp/resources/cc/SPL.php-4733-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/SPL.php-5302-	 */
codelite-14.0+dfsg/codelitephp/resources/cc/SPL.php:5303:	public function fpassthru () {}
codelite-14.0+dfsg/codelitephp/resources/cc/SPL.php-5304-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/curl.php-1583- */
codelite-14.0+dfsg/codelitephp/resources/cc/curl.php:1584:function curl_exec ($ch) {}
codelite-14.0+dfsg/codelitephp/resources/cc/curl.php-1585-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/curl.php-1852- */
codelite-14.0+dfsg/codelitephp/resources/cc/curl.php:1853:function curl_multi_exec ($mh, &$still_running) {}
codelite-14.0+dfsg/codelitephp/resources/cc/curl.php-1854-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/dom.php-891-	 */
codelite-14.0+dfsg/codelitephp/resources/cc/dom.php:892:	public function xinclude ($options = null) {}
codelite-14.0+dfsg/codelitephp/resources/cc/dom.php-893-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/ftp.php-109- */
codelite-14.0+dfsg/codelitephp/resources/cc/ftp.php:110:function ftp_exec ($ftp_stream, $command) {}
codelite-14.0+dfsg/codelitephp/resources/cc/ftp.php-111-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/mysql.php-143- */
codelite-14.0+dfsg/codelitephp/resources/cc/mysql.php:144:function mysql_query ($query, $link_identifier = null) {}
codelite-14.0+dfsg/codelitephp/resources/cc/mysql.php-145-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/pgsql.php-1634- */
codelite-14.0+dfsg/codelitephp/resources/cc/pgsql.php:1635:function pg_exec ($connection, $query) {}
codelite-14.0+dfsg/codelitephp/resources/cc/pgsql.php-1636-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/sqlite3.php-45-	 */
codelite-14.0+dfsg/codelitephp/resources/cc/sqlite3.php:46:	public function exec ($query) {}
codelite-14.0+dfsg/codelitephp/resources/cc/sqlite3.php-47-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php-3293- */
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php:3294:function exec ($command, array &$output = null, &$return_var = null) {}
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php-3295-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php-3309- */
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php:3310:function system ($command, &$return_var = null) {}
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php-3311-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php-3343- */
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php:3344:function passthru ($command, &$return_var = null) {}
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php-3345-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php-3361- */
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php:3362:function shell_exec ($cmd) {}
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php-3363-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php-5630- */
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php:5631:function gethostbyaddr ($ip_address) {}
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php-5632-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php-5999- */
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php:6000:function doubleval ($var) {}
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php-6001-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php-6297- */
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php:6298:function popen ($command, $mode) {}
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php-6299-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php-6662- */
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php:6663:function fpassthru ($handle) {}
codelite-14.0+dfsg/codelitephp/resources/cc/standard.php-6664-
##############################################
codelite-14.0+dfsg/codelitephp/resources/cc/zlib.php-152- */
codelite-14.0+dfsg/codelitephp/resources/cc/zlib.php:153:function gzpassthru ($zp) {}
codelite-14.0+dfsg/codelitephp/resources/cc/zlib.php-154-
##############################################
codelite-14.0+dfsg/cppchecker/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/cppchecker/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/cppchecker/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/cscope/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/cscope/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/cscope/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/git/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/git/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/git/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/mac-build.sh-15-Usage:
codelite-14.0+dfsg/mac-build.sh:16:    `basename $0` [options]
codelite-14.0+dfsg/mac-build.sh-17-    
##############################################
codelite-14.0+dfsg/make-weekly-67-    if [ "${upload_file}" == "yes" ]; then
codelite-14.0+dfsg/make-weekly:68:        deb_file=`ls -lt *.deb|awk '{print $9;}'|head -n 1`
codelite-14.0+dfsg/make-weekly-69-        echo Uploading deb file ${deb_file}
##############################################
codelite-14.0+dfsg/sdk/codelite_indexer/CMakeLists.txt-11-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/sdk/codelite_indexer/CMakeLists.txt:12:#include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/sdk/codelite_indexer/CMakeLists.txt-13-
##############################################
codelite-14.0+dfsg/sdk/codelite_indexer/libctags/asm.c-361-{
codelite-14.0+dfsg/sdk/codelite_indexer/libctags/asm.c:362:	Lang_asm = language;
codelite-14.0+dfsg/sdk/codelite_indexer/libctags/asm.c-363-	buildAsmKeywordHash ();
##############################################
codelite-14.0+dfsg/sdk/databaselayer/src/dblayer/FirebirdDatabaseLayer.cpp-696-    wxString tableUpperCase = table.Upper();
codelite-14.0+dfsg/sdk/databaselayer/src/dblayer/FirebirdDatabaseLayer.cpp:697:    wxString query = _("SELECT COUNT(*) FROM RDB$RELATIONS WHERE RDB$SYSTEM_FLAG=0 AND RDB$VIEW_BLR IS NULL AND RDB$RELATION_NAME=?;");
codelite-14.0+dfsg/sdk/databaselayer/src/dblayer/FirebirdDatabaseLayer.cpp-698-    pStatement = PrepareStatement(query);
##############################################
codelite-14.0+dfsg/sdk/databaselayer/src/dblayer/FirebirdDatabaseLayer.cpp-762-    wxString viewUpperCase = view.Upper();
codelite-14.0+dfsg/sdk/databaselayer/src/dblayer/FirebirdDatabaseLayer.cpp:763:    wxString query = _("SELECT COUNT(*) FROM RDB$RELATIONS WHERE RDB$SYSTEM_FLAG=0 AND RDB$VIEW_BLR IS NOT NULL AND RDB$RELATION_NAME=?;");
codelite-14.0+dfsg/sdk/databaselayer/src/dblayer/FirebirdDatabaseLayer.cpp-764-    pStatement = PrepareStatement(query);
##############################################
codelite-14.0+dfsg/sdk/databaselayer/src/dblayer/FirebirdDatabaseLayer.cpp-823-#endif
codelite-14.0+dfsg/sdk/databaselayer/src/dblayer/FirebirdDatabaseLayer.cpp:824:    wxString query = _("SELECT RDB$RELATION_NAME FROM RDB$RELATIONS WHERE RDB$SYSTEM_FLAG=0 AND RDB$VIEW_BLR IS NULL");
codelite-14.0+dfsg/sdk/databaselayer/src/dblayer/FirebirdDatabaseLayer.cpp-825-    pResult = ExecuteQuery(query);
##############################################
codelite-14.0+dfsg/sdk/databaselayer/src/dblayer/FirebirdDatabaseLayer.cpp-862-#endif
codelite-14.0+dfsg/sdk/databaselayer/src/dblayer/FirebirdDatabaseLayer.cpp:863:    wxString query = _("SELECT RDB$RELATION_NAME FROM RDB$RELATIONS WHERE RDB$SYSTEM_FLAG=0 AND RDB$VIEW_BLR IS NOT NULL");
codelite-14.0+dfsg/sdk/databaselayer/src/dblayer/FirebirdDatabaseLayer.cpp-864-    pResult = ExecuteQuery(query);
##############################################
codelite-14.0+dfsg/sdk/databaselayer/CMakeLists.txt-11-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/sdk/databaselayer/CMakeLists.txt:12:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/sdk/databaselayer/CMakeLists.txt-13-
##############################################
codelite-14.0+dfsg/sdk/wxshapeframework/CMakeLists.txt-11-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/sdk/wxshapeframework/CMakeLists.txt:12:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/sdk/wxshapeframework/CMakeLists.txt-13-
##############################################
codelite-14.0+dfsg/svgs/svgs-dark/convert-single-file.sh-2-## 16x16 version
codelite-14.0+dfsg/svgs/svgs-dark/convert-single-file.sh:3:files=`ls $@`
codelite-14.0+dfsg/svgs/svgs-dark/convert-single-file.sh-4-
##############################################
codelite-14.0+dfsg/svgs/svgs-light/convert-single-file.sh-2-## 16x16 version
codelite-14.0+dfsg/svgs/svgs-light/convert-single-file.sh:3:files=`ls $@`
codelite-14.0+dfsg/svgs/svgs-light/convert-single-file.sh-4-
##############################################
codelite-14.0+dfsg/translations/codelite.pot-16679-msgid ""
codelite-14.0+dfsg/translations/codelite.pot:16680:"SELECT COUNT(*) FROM RDB$RELATIONS WHERE RDB$SYSTEM_FLAG=0 AND RDB$VIEW_BLR "
codelite-14.0+dfsg/translations/codelite.pot-16681-"IS NULL AND RDB$RELATION_NAME=?;"
##############################################
codelite-14.0+dfsg/translations/codelite.pot-16685-msgid ""
codelite-14.0+dfsg/translations/codelite.pot:16686:"SELECT COUNT(*) FROM RDB$RELATIONS WHERE RDB$SYSTEM_FLAG=0 AND RDB$VIEW_BLR "
codelite-14.0+dfsg/translations/codelite.pot-16687-"IS NOT NULL AND RDB$RELATION_NAME=?;"
##############################################
codelite-14.0+dfsg/translations/cs/LC_MESSAGES/cs.po-370-msgid ""
codelite-14.0+dfsg/translations/cs/LC_MESSAGES/cs.po:371:"SELECT COUNT(*) FROM RDB$RELATIONS WHERE RDB$SYSTEM_FLAG=0 AND RDB$VIEW_BLR "
codelite-14.0+dfsg/translations/cs/LC_MESSAGES/cs.po-372-"IS NULL AND RDB$RELATION_NAME=?;"
codelite-14.0+dfsg/translations/cs/LC_MESSAGES/cs.po-373-msgstr ""
codelite-14.0+dfsg/translations/cs/LC_MESSAGES/cs.po:374:"SELECT COUNT(*) FROM RDB$RELATIONS WHERE RDB$SYSTEM_FLAG=0 AND RDB$VIEW_BLR "
codelite-14.0+dfsg/translations/cs/LC_MESSAGES/cs.po-375-"IS NULL AND RDB$RELATION_NAME=?;"
##############################################
codelite-14.0+dfsg/translations/cs/LC_MESSAGES/cs.po-378-msgid ""
codelite-14.0+dfsg/translations/cs/LC_MESSAGES/cs.po:379:"SELECT COUNT(*) FROM RDB$RELATIONS WHERE RDB$SYSTEM_FLAG=0 AND RDB$VIEW_BLR "
codelite-14.0+dfsg/translations/cs/LC_MESSAGES/cs.po-380-"IS NOT NULL AND RDB$RELATION_NAME=?;"
codelite-14.0+dfsg/translations/cs/LC_MESSAGES/cs.po-381-msgstr ""
codelite-14.0+dfsg/translations/cs/LC_MESSAGES/cs.po:382:"SELECT COUNT(*) FROM RDB$RELATIONS WHERE RDB$SYSTEM_FLAG=0 AND RDB$VIEW_BLR "
codelite-14.0+dfsg/translations/cs/LC_MESSAGES/cs.po-383-"IS NOT NULL AND RDB$RELATION_NAME=?;"
##############################################
codelite-14.0+dfsg/translations/ru_RU/LC_MESSAGES/ru.po-17734-msgid ""
codelite-14.0+dfsg/translations/ru_RU/LC_MESSAGES/ru.po:17735:"SELECT COUNT(*) FROM RDB$RELATIONS WHERE RDB$SYSTEM_FLAG=0 AND RDB$VIEW_BLR "
codelite-14.0+dfsg/translations/ru_RU/LC_MESSAGES/ru.po-17736-"IS NULL AND RDB$RELATION_NAME=?;"
##############################################
codelite-14.0+dfsg/translations/ru_RU/LC_MESSAGES/ru.po-17742-msgid ""
codelite-14.0+dfsg/translations/ru_RU/LC_MESSAGES/ru.po:17743:"SELECT COUNT(*) FROM RDB$RELATIONS WHERE RDB$SYSTEM_FLAG=0 AND RDB$VIEW_BLR "
codelite-14.0+dfsg/translations/ru_RU/LC_MESSAGES/ru.po-17744-"IS NOT NULL AND RDB$RELATION_NAME=?;"
##############################################
codelite-14.0+dfsg/translations/zh_CN/LC_MESSAGES/codelite.po-18329-msgid ""
codelite-14.0+dfsg/translations/zh_CN/LC_MESSAGES/codelite.po:18330:"SELECT COUNT(*) FROM RDB$RELATIONS WHERE RDB$SYSTEM_FLAG=0 AND RDB$VIEW_BLR "
codelite-14.0+dfsg/translations/zh_CN/LC_MESSAGES/codelite.po-18331-"IS NULL AND RDB$RELATION_NAME=?;"
codelite-14.0+dfsg/translations/zh_CN/LC_MESSAGES/codelite.po-18332-msgstr ""
codelite-14.0+dfsg/translations/zh_CN/LC_MESSAGES/codelite.po:18333:"SELECT COUNT(*) FROM RDB$RELATIONS WHERE RDB$SYSTEM_FLAG=0 AND RDB$VIEW_BLR "
codelite-14.0+dfsg/translations/zh_CN/LC_MESSAGES/codelite.po-18334-"IS NULL AND RDB$RELATION_NAME=?;"
##############################################
codelite-14.0+dfsg/translations/zh_CN/LC_MESSAGES/codelite.po-18337-msgid ""
codelite-14.0+dfsg/translations/zh_CN/LC_MESSAGES/codelite.po:18338:"SELECT COUNT(*) FROM RDB$RELATIONS WHERE RDB$SYSTEM_FLAG=0 AND RDB$VIEW_BLR "
codelite-14.0+dfsg/translations/zh_CN/LC_MESSAGES/codelite.po-18339-"IS NOT NULL AND RDB$RELATION_NAME=?;"
codelite-14.0+dfsg/translations/zh_CN/LC_MESSAGES/codelite.po-18340-msgstr ""
codelite-14.0+dfsg/translations/zh_CN/LC_MESSAGES/codelite.po:18341:"SELECT COUNT(*) FROM RDB$RELATIONS WHERE RDB$SYSTEM_FLAG=0 AND RDB$VIEW_BLR "
codelite-14.0+dfsg/translations/zh_CN/LC_MESSAGES/codelite.po-18342-"IS NOT NULL AND RDB$RELATION_NAME=?;"
##############################################
codelite-14.0+dfsg/wxcrafter/gui.cpp-493-    m_textCtrlCppSource->SetKeyWords(
codelite-14.0+dfsg/wxcrafter/gui.cpp:494:        0, wxT("and and_eq asm auto bitand bitor bool break case catch char class compl const const_cast continue "
codelite-14.0+dfsg/wxcrafter/gui.cpp-495-               "default delete do double dynamic_cast else enum explicit export extern false float for friend goto if "
##############################################
codelite-14.0+dfsg/wxcrafter/gui.cpp-560-    m_textCtrlHeaderSource->SetKeyWords(
codelite-14.0+dfsg/wxcrafter/gui.cpp:561:        0, wxT("and and_eq asm auto bitand bitor bool break case catch char class compl const const_cast continue "
codelite-14.0+dfsg/wxcrafter/gui.cpp-562-               "default delete do double dynamic_cast else enum explicit export extern false float for friend goto if "
##############################################
codelite-14.0+dfsg/wxcrafter/gui.wxcp-3696-																															"m_label":	"Keywords Set 1",
codelite-14.0+dfsg/wxcrafter/gui.wxcp:3697:																															"m_value":	"and and_eq asm auto bitand bitor bool break case catch char class compl const const_cast continue default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new not not_eq operator or or_eq private protected public register reinterpret_cast return short signed sizeof static static_cast struct switch template this throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq alignas alignof char16_t char32_t constexpr decltype noexcept nullptr static_assert thread_local"
codelite-14.0+dfsg/wxcrafter/gui.wxcp-3698-																														}, {
##############################################
codelite-14.0+dfsg/wxcrafter/gui.wxcp-3926-																															"m_label":	"Keywords Set 1",
codelite-14.0+dfsg/wxcrafter/gui.wxcp:3927:																															"m_value":	"and and_eq asm auto bitand bitor bool break case catch char class compl const const_cast continue default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new not not_eq operator or or_eq private protected public register reinterpret_cast return short signed sizeof static static_cast struct switch template this throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq alignas alignof char16_t char32_t constexpr decltype noexcept nullptr static_assert thread_local"
codelite-14.0+dfsg/wxcrafter/gui.wxcp-3928-																														}, {
##############################################
codelite-14.0+dfsg/wxcrafter/make_wxc_bundle.sh-12-    ## use the results to manipulate the plugins as well
codelite-14.0+dfsg/wxcrafter/make_wxc_bundle.sh:13:    orig_path=`otool -L ../bin/wxcrafter  | grep ${search_string} | awk '{print $1;}'`
codelite-14.0+dfsg/wxcrafter/make_wxc_bundle.sh-14-
##############################################
codelite-14.0+dfsg/wxcrafter/make_wxc_bundle.sh-20-            do
codelite-14.0+dfsg/wxcrafter/make_wxc_bundle.sh:21:                    new_path=`echo ${path} | xargs basename`
codelite-14.0+dfsg/wxcrafter/make_wxc_bundle.sh-22-                    install_name_tool -change ${path} @executable_path/../MacOS/${new_path} ${file}
##############################################
codelite-14.0+dfsg/wxcrafter/make_wxc_bundle.sh-34-    do   
codelite-14.0+dfsg/wxcrafter/make_wxc_bundle.sh:35:    orig_path=`otool -L ${SO}  | grep ${search_string} | awk '{print $1;}'`
codelite-14.0+dfsg/wxcrafter/make_wxc_bundle.sh-36-    if [ ! -z ${orig_path} ]; then
##############################################
codelite-14.0+dfsg/wxcrafter/make_wxc_bundle.sh-39-    do
codelite-14.0+dfsg/wxcrafter/make_wxc_bundle.sh:40:        new_path=`echo ${orig_path} | xargs basename`
codelite-14.0+dfsg/wxcrafter/make_wxc_bundle.sh-41-        install_name_tool -change ${orig_path} @executable_path/../MacOS/${new_path} ${file}
##############################################
codelite-14.0+dfsg/wxcrafter/make_wxc_bundle.sh-56-
codelite-14.0+dfsg/wxcrafter/make_wxc_bundle.sh:57:wx_file_list=`otool -L ../bin/wxcrafter  | grep libwx_* | awk '{print $1;}'`
codelite-14.0+dfsg/wxcrafter/make_wxc_bundle.sh-58-
##############################################
codelite-14.0+dfsg/wxcrafter/pack-osx.sh-2-PWD=`pwd`
codelite-14.0+dfsg/wxcrafter/pack-osx.sh:3:base_name=`basename $PWD`
codelite-14.0+dfsg/wxcrafter/pack-osx.sh-4-echo $base_name
##############################################
codelite-14.0+dfsg/wxcrafter/pack.sh-2-PWD=`pwd`
codelite-14.0+dfsg/wxcrafter/pack.sh:3:base_name=`basename $PWD`
codelite-14.0+dfsg/wxcrafter/pack.sh-4-echo $base_name
##############################################
codelite-14.0+dfsg/wxcrafter/pack.sh-30-# Upload the binary
codelite-14.0+dfsg/wxcrafter/pack.sh:31:deb_file=`ls -lt *.deb|grep -v Unspecified | awk '{print $9;}'|head -n 1`
codelite-14.0+dfsg/wxcrafter/pack.sh-32-echo Uploading deb file ${deb_file}
##############################################
codelite-14.0+dfsg/wxcrafter/wxcLib/clSocketClient.cpp-56-#else
codelite-14.0+dfsg/wxcrafter/wxcLib/clSocketClient.cpp:57:    serv_addr.sin_addr.s_addr = inet_addr( ip_addr );
codelite-14.0+dfsg/wxcrafter/wxcLib/clSocketClient.cpp-58-#endif
##############################################
codelite-14.0+dfsg/wxcrafter/wxcLib/clSocketServer.cpp-91-#ifdef __WXMSW__
codelite-14.0+dfsg/wxcrafter/wxcLib/clSocketServer.cpp:92:    server.sin_addr.s_addr = inet_addr( address.c_str() );
codelite-14.0+dfsg/wxcrafter/wxcLib/clSocketServer.cpp-93-#else
##############################################
codelite-14.0+dfsg/wxcrafter/CMakeLists.txt-41-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/wxcrafter/CMakeLists.txt:42:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/wxcrafter/CMakeLists.txt-43-
##############################################
codelite-14.0+dfsg/wxformbuilder/CMakeLists.txt-14-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/wxformbuilder/CMakeLists.txt:15:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/wxformbuilder/CMakeLists.txt-16-
##############################################
codelite-14.0+dfsg/.pc/02_remove-bundled-wxsqlite.patch/CodeLite/CMakeLists.txt-11-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/.pc/02_remove-bundled-wxsqlite.patch/CodeLite/CMakeLists.txt:12:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/.pc/02_remove-bundled-wxsqlite.patch/CodeLite/CMakeLists.txt-13-
##############################################
codelite-14.0+dfsg/.pc/02_remove-bundled-wxsqlite.patch/wxcrafter/CMakeLists.txt-41-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/.pc/02_remove-bundled-wxsqlite.patch/wxcrafter/CMakeLists.txt:42:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/.pc/02_remove-bundled-wxsqlite.patch/wxcrafter/CMakeLists.txt-43-
##############################################
codelite-14.0+dfsg/.pc/04_remove-bundled-unittest++.patch/LiteEditor/CMakeLists.txt-11-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/.pc/04_remove-bundled-unittest++.patch/LiteEditor/CMakeLists.txt:12:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/.pc/04_remove-bundled-unittest++.patch/LiteEditor/CMakeLists.txt-13-
##############################################
codelite-14.0+dfsg/.pc/25_shlibs-adjustments.patch/CodeLite/CMakeLists.txt-11-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/.pc/25_shlibs-adjustments.patch/CodeLite/CMakeLists.txt:12:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/.pc/25_shlibs-adjustments.patch/CodeLite/CMakeLists.txt-13-
##############################################
codelite-14.0+dfsg/.pc/25_shlibs-adjustments.patch/Plugin/CMakeLists.txt-11-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/.pc/25_shlibs-adjustments.patch/Plugin/CMakeLists.txt:12:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/.pc/25_shlibs-adjustments.patch/Plugin/CMakeLists.txt-13-
##############################################
codelite-14.0+dfsg/.pc/25_shlibs-adjustments.patch/sdk/databaselayer/CMakeLists.txt-11-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/.pc/25_shlibs-adjustments.patch/sdk/databaselayer/CMakeLists.txt:12:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/.pc/25_shlibs-adjustments.patch/sdk/databaselayer/CMakeLists.txt-13-
##############################################
codelite-14.0+dfsg/.pc/25_shlibs-adjustments.patch/sdk/wxshapeframework/CMakeLists.txt-11-# wxWidgets include (this will do all the magic to configure everything)
codelite-14.0+dfsg/.pc/25_shlibs-adjustments.patch/sdk/wxshapeframework/CMakeLists.txt:12:include( "${wxWidgets_USE_FILE}" )
codelite-14.0+dfsg/.pc/25_shlibs-adjustments.patch/sdk/wxshapeframework/CMakeLists.txt-13-