Searched refs:TOKEN (Results 1 – 14 of 14) sorted by relevance
/freebsd/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/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/contrib/byacc/ |
H A D | reader.c | 558 { "term", TOKEN }, 559 { "token", TOKEN }, 632 return (TOKEN); in keyword() 1754 if (assoc != TOKEN) in declare_tokens() 1788 if (assoc != TOKEN) in declare_tokens() 2079 case TOKEN: in read_declarations() 2180 rassoc[0] = TOKEN; in initialize_grammar() 2181 rassoc[1] = TOKEN; in initialize_grammar() 2182 rassoc[2] = TOKEN; in initialize_grammar() 2711 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/bin/expr/ |
H A D | expr.y | 90 %token <val> TOKEN 97 expr: TOKEN 253 return (TOKEN); in yylex()
|
/freebsd/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/crypto/openssh/regress/ |
H A D | test-exec.sh | 940 mkdir -p $TOKEN 945 directories.tokendir = ${TOKEN}
|
/freebsd/sys/cam/ctl/ |
H A D | README.ctl.txt | 44 - Support for Microsoft ODX: POPULATE TOKEN/WRITE USING TOKEN, WRITE SAME
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 918 #define DWKEYWORD(TYPE, TOKEN) \ in LexIdentifier() argument 922 return lltok::TOKEN; \ in LexIdentifier()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 194 STRINGIFY_CODE(TYPE_CODE, TOKEN) in GetCodeName()
|
/freebsd/share/misc/ |
H A D | usb_vendors | 11926 1359 UA SECURE STORAGE TOKEN 11935 ace0 UA HYBRID TOKEN
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 177712 #define TOKEN yyminor 177716 if( TOKEN.z[0] ){ 177717 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);
|