/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/flatfile/ |
H A D | gb_index.cpp | 376 Int2 currentKeyword; in GenBankIndex() local 438 currentKeyword = ParFlat_LOCUS; in GenBankIndex() 450 while(currentKeyword != ParFlat_END && !end_of_file) in GenBankIndex() 452 switch(currentKeyword) in GenBankIndex() 693 if(currentKeyword == ParFlat_KEYWORDS && tkwds != NULL) in GenBankIndex() 701 if(currentKeyword == ParFlat_DBLINK && tdbl != NULL) in GenBankIndex() 709 if(currentKeyword == ParFlat_ACCESSION && entry->drop == 0 && in GenBankIndex() 731 currentKeyword = ParFlat_UNKW; in GenBankIndex() 735 currentKeyword = SrchKeyword(finfo->str, genbankKeywordLength); in GenBankIndex()
|
/dports/net-mgmt/libsmi/libsmi-0.4.8/lib/ |
H A D | parser-sming.tab.h | 94 currentKeyword = 310, enumerator 166 #define currentKeyword 310 macro
|
H A D | scanner-sming.l | 359 return currentKeyword;
|
H A D | parser-sming.y | 446 %token <rc>currentKeyword 3041 status: currentKeyword
|
H A D | scanner-sming.c | 6202 return currentKeyword;
|
H A D | parser-sming.c | 129 currentKeyword = 310, enumerator 201 #define currentKeyword 310 macro
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Parser/ |
H A D | AsmParserImpl.h | 269 StringRef currentKeyword = parser.getTokenSpelling(); in parseOptionalKeyword() local 270 if (llvm::is_contained(allowedKeywords, currentKeyword)) { in parseOptionalKeyword() 271 *keyword = currentKeyword; in parseOptionalKeyword()
|
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/TextConverters/RTF/ |
H A D | rtfScanner.m | 131 const LexKeyword *currentKeyword; 136 currentKeyword = array + mid; 137 if (!(cmp = strcmp (string, currentKeyword->string))) 139 return currentKeyword->token;
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Parser/ |
H A D | Parser.cpp | 1147 StringRef currentKeyword = parser.getTokenSpelling(); in parseOptionalKeyword() local 1148 if (llvm::is_contained(allowedKeywords, currentKeyword)) { in parseOptionalKeyword() 1149 *keyword = currentKeyword; in parseOptionalKeyword()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Parser/ |
H A D | Parser.cpp | 1235 StringRef currentKeyword = parser.getTokenSpelling(); in parseOptionalKeyword() local 1236 if (llvm::is_contained(allowedKeywords, currentKeyword)) { in parseOptionalKeyword() 1237 *keyword = currentKeyword; in parseOptionalKeyword()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Parser/ |
H A D | Parser.cpp | 1235 StringRef currentKeyword = parser.getTokenSpelling(); in parseOptionalKeyword() local 1236 if (llvm::is_contained(allowedKeywords, currentKeyword)) { in parseOptionalKeyword() 1237 *keyword = currentKeyword; in parseOptionalKeyword()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Parser/ |
H A D | Parser.cpp | 1384 StringRef currentKeyword = parser.getTokenSpelling(); in parseOptionalKeyword() local 1385 if (llvm::is_contained(allowedKeywords, currentKeyword)) { in parseOptionalKeyword() 1386 *keyword = currentKeyword; in parseOptionalKeyword()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Parser/ |
H A D | Parser.cpp | 1384 StringRef currentKeyword = parser.getTokenSpelling(); in parseOptionalKeyword() local 1385 if (llvm::is_contained(allowedKeywords, currentKeyword)) { in parseOptionalKeyword() 1386 *keyword = currentKeyword; in parseOptionalKeyword()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Parser/ |
H A D | Parser.cpp | 1384 StringRef currentKeyword = parser.getTokenSpelling(); in parseOptionalKeyword() local 1385 if (llvm::is_contained(allowedKeywords, currentKeyword)) { in parseOptionalKeyword() 1386 *keyword = currentKeyword; in parseOptionalKeyword()
|
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/problem/ |
H A D | ProblemReporter.java | 3496 char[] currentKeyword; in isKeyword() local 3498 currentKeyword = scanner.getCurrentIdentifierSource(); in isKeyword() 3516 currentKeyword) in isKeyword() 3518 "const".toCharArray(), currentKeyword)) { //$NON-NLS-1$ //$NON-NLS-2$ in isKeyword()
|