Searched refs:ismeta (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/bmake/
H A Dmetachar.h38 #define ismeta(c) _metachar[(c) & 0x7f] macro
43 while (!ismeta(*cmd))
52 while (!ismeta(*cmd) && *cmd != ':' && *cmd != '=') {
H A Dvar.c2346 if (isspace((unsigned char)*str) || ismeta((unsigned char)*str))
/freebsd-11-stable/lib/libusb/
H A Dlibusb20_desc.h113 #define LIBUSB20_ME_STRUCT(n, field, arg, ismeta) \
114 ismeta ( LIBUSB20_ME_STRUCT, 1, 0, ) \
115 LIBUSB20_NOT(ismeta) ( struct libusb20_me_struct field; )
117 #define LIBUSB20_ME_STRUCT_ARRAY(n, field, arg, ismeta) \
118 ismeta ( LIBUSB20_ME_STRUCT , (arg) & 0xFF, \
120 LIBUSB20_NOT(ismeta) ( struct libusb20_me_struct field [arg]; )
122 #define LIBUSB20_ME_INTEGER(n, field, ismeta, un, u, bits, a, size) \
123 ismeta ( LIBUSB20_ME_INT##bits | \
126 LIBUSB20_NOT(ismeta) ( u##int##bits##_t \
129 #define LIBUSB20_ME_UINT8_T(n, field, arg, ismeta) \
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dtw.h78 #define ismetahash(a) (ismeta(a) && (a) != '#')
H A Dglob.c71 #undef ismeta macro
135 #define ismeta(c) (((c)&M_META) != 0) macro
527 if (ismeta(*p))
H A Dsh.char.h165 #define ismeta(c) cmap((c), _META) macro
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c142 #define ismeta(c) (((c)&M_QUOTE) != 0) macro
552 if (ismeta(*p))
845 printf("%c", ismeta(*p) ? '_' : ' ');
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c131 #define ismeta(c) (((c)&M_QUOTE) != 0) macro
671 if (ismeta(*p))
1060 (void)printf("%c", ismeta(*p) ? '_' : ' ');
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c147 #define ismeta(c) (((c)&M_QUOTE) != 0) macro
688 if (ismeta(*p))
1101 (void)printf("%c", (ismeta(*p) ? '_' : ' '));

Completed in 117 milliseconds