/freebsd/contrib/spleen/ |
H A D | ChangeLog | 107 - Center tilde vertically for all sizes, as modern fonts do 122 - Add stand alone breve, dot above, ogonek, small tilde, and double 222 - Character at position CB is 'E' with diaeresis, not with tilde (12x24 version) 223 - Character at position D6 is 'O' with diaeresis, not with tilde (12x24 version) 224 - Character at position DC is 'U' with diaeresis, not with tilde (12x24 version) 225 - Fix tilde alignment in the 'o' with tilde character (32x64 version) 281 - Flip lower case 'n' with tilde horizontally, to match the normal 'n'
|
/freebsd/lib/libedit/readline/ |
H A D | Makefile | 2 INCS= readline.h history.h tilde.h
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-subst.exp | 45 1 two 3 tilde
|
/freebsd/contrib/tcsh/ |
H A D | sh.file.c | 64 static Char *tilde (const Char *); 351 tilde(const Char *old) in tilde() function 522 tilded_dir = tilde(dir); in tsearch()
|
H A D | src.desc | 25 sh.glob.c: Wildcard matching. Also backquote, brace and tilde evaluation.
|
H A D | tw.parse.c | 103 static int tilde (struct Strbuf *, Char *); 1883 tilde(struct Strbuf *new, Char *old) in tilde() function 1947 (tilde(edir, tdir) != 0) || in expand_dir()
|
H A D | FAQ | 163 On machines that use YP (NIS) tilde expansion might end up in /dev/null
|
H A D | Fixes | 1034 83. Don't add yp stuff in the tilde cache [names that start with + or -] 1354 62. tilde expansion now obeys $nonomatch 1479 81. Fixed spurious tilde printing in %c prompt. 1948 7. Added tilde cache and -l flag.
|
/freebsd/usr.bin/mail/misc/ |
H A D | mail.tildehelp | 4 ~~ Quote a single tilde
|
/freebsd/crypto/openssh/regress/ |
H A D | percent.sh | 121 verbose $tid $i tilde
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
H A D | ClangHighlighter.cpp | 102 case tok::tilde: in determineClangStyle()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | glob.hin | 90 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OperatorKinds.def | 70 OVERLOADED_OPERATOR(Tilde , "~" , tilde , true , false, false)
|
H A D | TokenKinds.def | 219 PUNCTUATOR(tilde, "~") 392 CXX_KEYWORD_OPERATOR(compl , tilde)
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_s390xcap.pod | 57 optional. Prefix a mask with a tilde, C<~>, to denote a bitwise NOT operation.
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_subst.c | 216 goto tilde; in ex_s() 219 tilde: ++p; in ex_s()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatTokenLexer.cpp | 232 tryMergeTokensAny({{tok::caret, tok::tilde}, {tok::tilde, tok::caret}}, in tryMergePreviousTokens() 608 tok::colon, tok::question, tok::tilde) || in precedesOperand()
|
H A D | FormatToken.h | 746 case tok::tilde: in isCppAlternativeOperatorKeyword() 766 case tok::tilde: in isUnaryOperator()
|
H A D | TokenAnnotator.cpp | 2419 } else if (Current.isOneOf(tok::exclaim, tok::tilde)) { in determineTokenType() 3615 if (Tok->is(tok::tilde)) { in getFunctionName() 3636 if (Prev && Prev->is(tok::tilde)) in isCtorOrDtorName() 4463 if (Left.isOneOf(tok::exclaim, tok::tilde)) in spaceRequiredBetween()
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | tty_update.c | 225 NCURSES_CH_T tilde; in PutAttrChar() local 352 SetChar(tilde, L('`'), AttrOf(attr)); in PutAttrChar() 353 ch = CHREF(tilde); in PutAttrChar()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusNameParser.cpp | 689 case tok::tilde: // Destructor. in ParseFullNameImpl()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 373 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde)) { in ParseOptionalCXXScopeSpecifier() 469 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde)) { in ParseOptionalCXXScopeSpecifier() 599 if (CheckForDestructor && !HasScopeSpecifier && Tok.is(tok::tilde)) in ParseOptionalCXXScopeSpecifier() 1884 assert(Tok.is(tok::tilde) && "ParseOptionalCXXScopeSpecifier fail"); in ParseCXXPseudoDestructor() 3140 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) { in ParseUnqualifiedId()
|
H A D | ParseTentative.cpp | 102 case tok::tilde: in isCXXDeclarationStatement()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPExpressions.cpp | 500 case tok::tilde: { in EvaluateValue()
|
/freebsd/contrib/less/ |
H A D | less.hlp | 213 -~ ........ --tilde
|