Searched refs:TOKEN (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/WindowsResource/ |
| H A D | ResourceScriptTokenList.h | 16 TOKEN(Invalid) // Invalid token. Should not occur in a valid script. 17 TOKEN(Int) // Integer (decimal, octal or hexadecimal). 18 TOKEN(String) // String value. 19 TOKEN(Identifier) // Script identifier (resource name or type).
|
| H A D | ResourceScriptToken.h | 32 #define TOKEN(Name) Name, macro 35 #undef TOKEN
|
| /freebsd-14.2/release/scripts/ |
| H A D | atlas-upload.sh | 139 …TOKEN=$(echo $TOKENRESULT | sed -e 's/.*token":"//' -e 's/.*upload_path":"//' -e 's/}$//g' -e 's/"… 141 UPLOADRESULT=$(/usr/local/bin/curl -s -X PUT --upload-file ${FILE} "${TOKEN}") 147 if [ ! -z ${TOKEN} -a "${HOSTED_TOKEN}" != "true" ]; then
|
| /freebsd-14.2/contrib/byacc/ |
| H A D | reader.c | 482 { "term", TOKEN }, 483 { "token", TOKEN }, 556 return (TOKEN); in keyword() 1599 if (assoc != TOKEN) in declare_tokens() 1633 if (assoc != TOKEN) in declare_tokens() 1848 case TOKEN: in read_declarations() 1945 rassoc[0] = TOKEN; in initialize_grammar() 1946 rassoc[1] = TOKEN; in initialize_grammar() 1947 rassoc[2] = TOKEN; in initialize_grammar() 2478 rassoc[nrules] = TOKEN; in start_rule() [all …]
|
| H A D | symtab.c | 50 bp->assoc = TOKEN; in make_bucket()
|
| H A D | defs.h | 110 TOKEN = 0 enumerator
|
| /freebsd-14.2/bin/expr/ |
| H A D | expr.y | 90 %token <val> TOKEN 97 expr: TOKEN 253 return (TOKEN); in yylex()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 105 TOKEN, enumerator 206 bool isToken() const override { return Kind == TOKEN; } in isToken() 563 case TOKEN: in print() 584 auto Op = std::make_unique<LanaiOperand>(TOKEN); in CreateToken()
|
| /freebsd-14.2/crypto/openssh/regress/ |
| H A D | test-exec.sh | 914 mkdir -p $TOKEN 919 directories.tokendir = ${TOKEN}
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 907 #define DWKEYWORD(TYPE, TOKEN) \ in LexIdentifier() argument 911 return lltok::TOKEN; \ in LexIdentifier()
|
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | README.ctl.txt | 44 - Support for Microsoft ODX: POPULATE TOKEN/WRITE USING TOKEN, WRITE SAME
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeAnalyzer.cpp | 194 STRINGIFY_CODE(TYPE_CODE, TOKEN) in GetCodeName()
|
| /freebsd-14.2/share/misc/ |
| H A D | usb_vendors | 11926 1359 UA SECURE STORAGE TOKEN 11935 ace0 UA HYBRID TOKEN
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.c | 177712 #define TOKEN yyminor 177716 if( TOKEN.z[0] ){ 177717 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);
|