Searched refs:ismeta (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/lib/libusb/ |
| HD | libusb20_desc.h | 113 #define LIBUSB20_ME_STRUCT(n, field, arg, ismeta) \ argument 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) \ argument 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) \ argument 123 ismeta ( LIBUSB20_ME_INT##bits | \ 126 LIBUSB20_NOT(ismeta) ( u##int##bits##_t \ 129 #define LIBUSB20_ME_UINT8_T(n, field, arg, ismeta) \ argument [all …]
|
| /freebsd-11-stable/contrib/bmake/ |
| HD | metachar.h | 38 #define ismeta(c) _metachar[(c) & 0x7f] macro 43 while (!ismeta(*cmd)) in hasmeta() 52 while (!ismeta(*cmd) && *cmd != ':' && *cmd != '=') { in needshell()
|
| HD | var.c | 2346 if (isspace((unsigned char)*str) || ismeta((unsigned char)*str)) in VarQuote()
|
| /freebsd-11-stable/contrib/tcsh/ |
| HD | tw.h | 78 #define ismetahash(a) (ismeta(a) && (a) != '#')
|
| HD | glob.c | 71 #undef ismeta 135 #define ismeta(c) (((c)&M_META) != 0) macro 527 if (ismeta(*p)) in glob2()
|
| HD | sh.char.h | 165 #define ismeta(c) cmap((c), _META) macro
|
| /freebsd-11-stable/crypto/heimdal/lib/roken/ |
| HD | glob.c | 142 #define ismeta(c) (((c)&M_QUOTE) != 0) macro 552 if (ismeta(*p)) in glob2() 845 printf("%c", ismeta(*p) ? '_' : ' '); in qprintf()
|
| /freebsd-11-stable/lib/libc/gen/ |
| HD | glob.c | 147 #define ismeta(c) (((c)&M_QUOTE) != 0) macro 688 if (ismeta(*p)) in glob2() 1101 (void)printf("%c", (ismeta(*p) ? '_' : ' ')); in qprintf()
|
| /freebsd-11-stable/crypto/openssh/openbsd-compat/ |
| HD | glob.c | 131 #define ismeta(c) (((c)&M_QUOTE) != 0) macro 671 if (ismeta(*p)) 1060 (void)printf("%c", ismeta(*p) ? '_' : ' ');
|