| /netbsd-src/external/bsd/less/dist/ |
| H A D | regexp.c | 94 #define OPEN 20 /* no Mark this point in input as start of #n. */ macro 320 ret = regnode(OPEN+parno); 898 case OPEN+1: 899 case OPEN+2: 900 case OPEN+3: 901 case OPEN+4: 902 case OPEN+5: 903 case OPEN+6: 904 case OPEN+7: 905 case OPEN+8: [all …]
|
| /netbsd-src/lib/libcompat/regexp/ |
| H A D | regexp.c | 99 #define OPEN 20 /* no Mark this point in input as start of #n. */ macro 321 ret = regnode(OPEN+parno); 977 case OPEN+1: 978 case OPEN+2: 979 case OPEN+3: 980 case OPEN+4: 981 case OPEN+5: 982 case OPEN+6: 983 case OPEN+7: 984 case OPEN+8: [all …]
|
| /netbsd-src/tests/dev/audio/ |
| H A D | audiotest.c | 969 #define OPEN(name, mode) \ macro 1331 fd = OPEN(devaudio, O_WRONLY); in reset_after_mmap() 1428 fd = OPEN(devaudio, mode); in test_open_mode() 1479 fd = OPEN(devaudio, mode); in test_open() 1517 fd = OPEN(devaudio, openable_mode()); in test_open() 1526 fd = OPEN(devfile, mode); in test_open() 1605 fd = OPEN(devfile, mode); in test_open() 1699 fd = OPEN(devsound, openmode); in DEF() 1710 fd = OPEN(devaudio, openmode); in DEF() 1716 fd = OPEN(devsound, openmode); in DEF() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | arlex.l | 58 "OPEN" { return OPEN; } 73 "open" { return OPEN; }
|
| H A D | arparse.h | 74 OPEN = 275 /* OPEN */ enumerator 100 #define OPEN 275 macro
|
| H A D | arparse.y | 60 %token OPEN 137 OPEN FILENAME
|
| H A D | arparse.c | 167 OPEN = 275 /* OPEN */ enumerator 193 #define OPEN 275 macro
|
| H A D | arlex.c | 925 { return OPEN; } 1000 { return OPEN; }
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | arlex.l | 58 "OPEN" { return OPEN; } 73 "open" { return OPEN; }
|
| H A D | arparse.h | 74 OPEN = 275 /* OPEN */ enumerator 100 #define OPEN 275 macro
|
| H A D | arparse.y | 60 %token OPEN 137 OPEN FILENAME
|
| H A D | arparse.c | 167 OPEN = 275 /* OPEN */ enumerator 193 #define OPEN 275 macro
|
| H A D | arlex.c | 925 { return OPEN; } 1000 { return OPEN; }
|
| /netbsd-src/sys/arch/vax/vax/ |
| H A D | cfl.c | 100 #define OPEN 1 macro 141 cfltab.cfl_state = OPEN; in cflopen() 212 cfltab.cfl_state = OPEN; in cflrw()
|
| /netbsd-src/sys/dev/ppbus/ |
| H A D | lptvar.h | 57 #define OPEN (unsigned)(1<<0) /* device is open */ macro
|
| H A D | lpt.c | 505 lpt->sc_state |= OPEN; in lptopen()
|
| /netbsd-src/sys/arch/vax/mba/ |
| H A D | mbavar.h | 41 #define OPEN 3 macro
|
| /netbsd-src/games/battlestar/ |
| H A D | words.c | 175 { "open", OPEN, VERB, NULL }, 176 { "unlock", OPEN, VERB, NULL },
|
| H A D | extern.h | 187 #define OPEN 1053 macro
|
| H A D | cypher.c | 378 case OPEN: in cypher()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| H A D | gsskrb5_locl.h | 64 enum { LOCAL = 1, OPEN = 2, enumerator
|
| H A D | inquire_context.c | 97 *open_context = ctx->more_flags & OPEN; in _gsskrb5_inquire_context()
|
| H A D | accept_sec_context.c | 284 ctx->more_flags |= OPEN; in gsskrb5_acceptor_ready() 655 ctx->more_flags |= OPEN; in gsskrb5_acceptor_start()
|
| /netbsd-src/usr.sbin/isibootd/ |
| H A D | isibootd.c | 101 #define OPEN 1 macro 227 if (fp->opcode != OPEN) in main()
|
| /netbsd-src/external/bsd/wpa/dist/hostapd/ |
| H A D | README-WPS | 247 hostapd_cli wps_config "no security" OPEN NONE "" 249 <auth> must be one of the following: OPEN WPAPSK WPA2PSK
|