Home
last modified time | relevance | path

Searched refs:M_MASK (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/tcsh/
Dglob.c118 #define M_MASK 0xffff macro
575 if ((pglobstar[0] & M_MASK) == M_ALL && in glob3()
576 (pglobstar[width] & M_MASK) == M_ALL) { in glob3()
578 chase_symlinks = (pglobstar[2 * width] & M_MASK) == M_ALL; in glob3()
704 switch (c & M_MASK) { in match()
706 while (pat < patend && (*pat & M_MASK) == M_ALL) /* eat consecutive '*' */ in match()
727 if ((negate_range = ((*pat & M_MASK) == m_not)) != 0) in match()
729 while ((*pat & M_MASK) != M_END) { in match()
731 if ((*pat & M_MASK) == M_RNG) { in match()
/freebsd-9-stable/crypto/openssh/openbsd-compat/
Dglob.c104 #define M_MASK 0xffff macro
113 #define M_MASK 0xff macro
909 switch (c & M_MASK) {
911 while (pat < patend && (*pat & M_MASK) == M_ALL)
928 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != EOS)
930 while (((c = *pat++) & M_MASK) != M_END) {
931 if ((c & M_MASK) == M_CLASS) {
932 Char idx = *pat & M_MASK;
938 if ((*pat & M_MASK) == M_RNG) {
/freebsd-9-stable/crypto/heimdal/lib/roken/
Dglob.c119 #define M_MASK 0xffff macro
128 #define M_MASK 0xff macro
705 switch (c & M_MASK) { in match()
722 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != CHAR_EOS) in match()
724 while (((c = *pat++) & M_MASK) != M_END) in match()
725 if ((*pat & M_MASK) == M_RNG) { in match()
/freebsd-9-stable/lib/libc/gen/
Dglob.c138 #define M_MASK 0xffffffffffULL macro
147 #define M_MASK 0xff macro
816 switch (c & M_MASK) { in match()
833 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != EOS) in match()
835 while (((c = *pat++) & M_MASK) != M_END) in match()
836 if ((*pat & M_MASK) == M_RNG) { in match()
/freebsd-9-stable/contrib/binutils/opcodes/
Dppc-opc.c1340 #define M_MASK M (0x3f, 1) macro
1346 #define MMBME_MASK (M_MASK | MB_MASK | ME_MASK)
1349 #define MSHME_MASK (M_MASK | SH_MASK | ME_MASK)
2979 { "rlwimi", M(20,0), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } },
2980 { "rlimi", M(20,0), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } },
2982 { "rlwimi.", M(20,1), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } },
2983 { "rlimi.", M(20,1), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } },
2987 { "rlwinm", M(21,0), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } },
2988 { "rlinm", M(21,0), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } },
2991 { "rlwinm.", M(21,1), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } },
[all …]