Searched refs:ENUM (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dty_enum.c56 } ENUM; typedef in typeref:struct:__anon3219
85 ENUM * n;
87 if (Alloc(n, ENUM)) {
104 ENUM * n;
106 if (Alloc(n, ENUM))
107 *n = *((ENUM *) arg);
152 ENUM * n = (ENUM *) arg;
187 ENUM * n = (ENUM *) ar
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Derror.h41 #define ENUM(v) ((v) ? (v) - EBASE : 0) macro
/illumos-gate/usr/src/tools/stabs/
H A Dstabs.h69 ENUM, enumerator in enum:type
H A Dstabs.c689 (*rtdp)->type = ENUM;
757 tdp->type == ENUM || tdp->type == INTRINSIC)
H A Dforth.c140 case ENUM:
H A Dgenassym.c163 case ENUM:
H A Dmain.c411 case ENUM:
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c404 #define ENUM 0x0010 macro
419 static asndefT scope = {"Scope", ENUM, -1, 3, {
424 static asndefT derefAliases = {"DerefAliases", ENUM, -1, 4, {
517 static asndefT resultCode = {"Result Code", ENUM, -1, 39, {
583 static asndefT seqModOperation = {"Operation", ENUM, -1, 4, {
723 ENUM, /* Enumerated */
1360 (SASNDESC->type == ENUM ||
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctftools.h140 ENUM, enumerator in enum:stabtype
H A Dtdata.c92 case ENUM:
H A Dctf.c359 case ENUM:
1066 tdp->t_type = ENUM;
1144 tdp->t_type == ENUM)
H A Dst_parse.c1034 (*rtdp)->t_type = ENUM;
1062 tdp->t_type == ENUM || tdp->t_type == INTRINSIC)
H A Ddwarf.c189 case ENUM:
224 case ENUM:
846 tdp->t_type = ENUM;
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y113 %token <ds_val> ENUM
383 : ENUM { atIDENT = 1; } IDENTIFIER
392 | ENUM IDENTIFIER '{' enumerator_list '}'
393 | ENUM '{' enumerator_list '}'
665 { "enum", ENUM, TS_ENUM },

Completed in 84 milliseconds