Searched refs:M_NOT (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/tcsh/
H A Dglob.c130 #define M_NOT META('!') macro
322 m_not = M_NOT;
571 Char m_not = (pglob->gl_flags & GLOB_ALTNOT) ? M_ALTNOT : M_NOT;
/freebsd-current/crypto/heimdal/lib/roken/
H A Dglob.c138 #define M_NOT META('!') macro
431 *bufnext++ = M_NOT;
720 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != CHAR_EOS)
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.c133 #define M_NOT META('!') macro
502 *bufnext++ = M_NOT;
935 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != EOS)
/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c107 #define M_NOT META(L'!') macro
526 *bufnext++ = M_NOT;
903 negate_range = ((*pat & M_MASK) == M_NOT);
H A Dglob.c139 #define M_NOT META(L'!') macro
558 *bufnext++ = M_NOT;
935 negate_range = ((*pat & M_MASK) == M_NOT);

Completed in 179 milliseconds