Searched refs:TOKEN (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceScriptTokenList.h16 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 DResourceScriptToken.h32 #define TOKEN(Name) Name, macro
35 #undef TOKEN macro
/freebsd-11-stable/release/scripts/
H A Datlas-upload.sh140 TOKEN=$(echo $TOKENRESULT | sed -e 's/.*token":"//' -e 's/.*upload_path":"//' -e 's/}$//g' -e 's/"//g')
142 UPLOADRESULT=$(/usr/local/bin/curl -s -X PUT --upload-file ${FILE} "${TOKEN}")
148 if [ ! -z ${TOKEN} -a "${HOSTED_TOKEN}" != "true" ]; then
/freebsd-11-stable/contrib/byacc/
H A Dsymtab.c50 bp->assoc = TOKEN;
H A Dreader.c452 { "term", TOKEN },
453 { "token", TOKEN },
525 return (TOKEN);
1429 if (assoc != TOKEN)
1463 if (assoc != TOKEN)
1675 case TOKEN:
1772 rassoc[0] = TOKEN;
1773 rassoc[1] = TOKEN;
1774 rassoc[2] = TOKEN;
2293 rassoc[nrules] = TOKEN;
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dgetlocks.c57 TOKEN,
88 { LOCK, S_, "token", TOKEN,
193 else if (leaving_state == TOKEN)
55 TOKEN, enumerator in enum:getlocks_state_e
/freebsd-11-stable/bin/expr/
H A Dexpr.y92 %token <val> TOKEN
99 expr: TOKEN
255 return (TOKEN);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp105 TOKEN, enumerator in enum:__anon2281::LanaiOperand::KindTy
206 bool isToken() const override { return Kind == TOKEN; }
563 case TOKEN:
584 auto Op = std::make_unique<LanaiOperand>(TOKEN);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp902 #define DWKEYWORD(TYPE, TOKEN) \
906 return lltok::TOKEN; \
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c108772 #define TOKEN macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c162034 #define TOKEN macro
[all...]

Completed in 830 milliseconds