Searched refs:ENUM (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | ty_enum.c | 54 } ENUM; typedef 83 ENUM * n; in make_enum() 85 if (Alloc(n, ENUM)) { in make_enum() 102 ENUM * n; in copy_enum() 104 if (Alloc(n, ENUM)) in copy_enum() 105 *n = *((ENUM *) arg); in copy_enum() 150 ENUM * n = (ENUM *) arg; in fcheck_enum() 185 ENUM * n = (ENUM *) arg; in next_enum() 207 ENUM * n = (ENUM *) arg; in prev_enum()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ldap.c | 402 #define ENUM 0x0010 macro 417 static asndefT scope = {"Scope", ENUM, -1, 3, { 422 static asndefT derefAliases = {"DerefAliases", ENUM, -1, 4, { 515 static asndefT resultCode = {"Result Code", ENUM, -1, 39, { 581 static asndefT seqModOperation = {"Operation", ENUM, -1, 4, { 721 ENUM, /* Enumerated */ 1358 (SASNDESC->type == ENUM || in decpdu()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | error.h | 39 #define ENUM(v) ((v) ? (v) - EBASE : 0) macro
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.y | 111 %token <ds_val> ENUM 381 : ENUM { atIDENT = 1; } IDENTIFIER 663 { "enum", ENUM, TS_ENUM }, in lookup_keyword()
|