Home
last modified time | relevance | path

Searched refs:currentKeyword (Results 1 – 15 of 15) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/flatfile/
H A Dgb_index.cpp376 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 Dparser-sming.tab.h94 currentKeyword = 310, enumerator
166 #define currentKeyword 310 macro
H A Dscanner-sming.l359 return currentKeyword;
H A Dparser-sming.y446 %token <rc>currentKeyword
3041 status: currentKeyword
H A Dscanner-sming.c6202 return currentKeyword;
H A Dparser-sming.c129 currentKeyword = 310, enumerator
201 #define currentKeyword 310 macro
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Parser/
H A DAsmParserImpl.h269 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 DrtfScanner.m131 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 DParser.cpp1147 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 DParser.cpp1235 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 DParser.cpp1235 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 DParser.cpp1384 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 DParser.cpp1384 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 DParser.cpp1384 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 DProblemReporter.java3496 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()