Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libeti/form/common/
H A Dty_enum.c56 } ENUM; typedef
85 ENUM * n; in make_enum()
87 if (Alloc(n, ENUM)) { in make_enum()
104 ENUM * n; in copy_enum()
106 if (Alloc(n, ENUM)) in copy_enum()
107 *n = *((ENUM *) arg); in copy_enum()
152 ENUM * n = (ENUM *) arg; in fcheck_enum()
187 ENUM * n = (ENUM *) arg; in next_enum()
209 ENUM * n = (ENUM *) arg; in prev_enum()
/titanic_44/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Derror.h41 #define ENUM(v) ((v) ? (v) - EBASE : 0) macro
/titanic_44/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 || in decpdu()
/titanic_44/usr/src/tools/stabs/
H A Dstabs.h69 ENUM, enumerator
H A Dstabs.c689 (*rtdp)->type = ENUM; in enumdef()
757 tdp->type == ENUM || tdp->type == INTRINSIC) in lookupname()
H A Dgenassym.c163 case ENUM: in switch_on_type()
H A Dforth.c140 case ENUM: in switch_on_type()
H A Dmain.c411 case ENUM: in printnode()
/titanic_44/usr/src/tools/ctf/cvt/
H A Dctftools.h140 ENUM, enumerator
H A Dtdata.c92 case ENUM: in tdesc_layouthash()
H A Dctf.c359 case ENUM: in write_type()
1066 tdp->t_type = ENUM; in resurrect_types()
1144 tdp->t_type == ENUM) in resurrect_types()
H A Dst_parse.c1034 (*rtdp)->t_type = ENUM; in enumdef()
1062 tdp->t_type == ENUM || tdp->t_type == INTRINSIC) in lookup_name()
H A Ddwarf.c189 case ENUM: in tdesc_size()
224 case ENUM: in tdesc_bitsize()
846 tdp->t_type = ENUM; in die_enum_create()
/titanic_44/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y113 %token <ds_val> ENUM
383 : ENUM { atIDENT = 1; } IDENTIFIER
665 { "enum", ENUM, TS_ENUM }, in lookup_keyword()