Searched refs:TILDE (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/sys/
H A Dioctl_compat.h115 #define TILDE 0x00080000 /* hazeltine tilde kludge */ macro
135 #define LTILDE (TILDE>>16)
/freebsd-current/include/rpcsvc/
H A Drex.x128 const TILDE = 0x00080000; /* hazeltine tilde kludge */
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.c86 #ifdef TILDE
87 # undef TILDE macro
101 #define TILDE '~' macro
373 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
/freebsd-current/contrib/tcsh/
H A Dglob.c69 #undef TILDE macro
118 #define TILDE '~' macro
H A Ded.term.c363 # ifdef TILDE
364 { "tilde", TILDE, M_CONTROL },
365 # endif /* TILDE */
/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c90 #define TILDE L'~' macro
397 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
H A Dglob.c122 #define TILDE L'~' macro
429 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))

Completed in 139 milliseconds