Searched refs:ENUM (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/lib/libeti/form/common/ |
H A D | ty_enum.c | 56 } 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_50/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | error.h | 41 #define ENUM(v) ((v) ? (v) - EBASE : 0) macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ldap.c | 404 #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_50/usr/src/tools/stabs/ |
H A D | stabs.h | 69 ENUM, enumerator
|
H A D | stabs.c | 689 (*rtdp)->type = ENUM; in enumdef() 757 tdp->type == ENUM || tdp->type == INTRINSIC) in lookupname()
|
H A D | genassym.c | 163 case ENUM: in switch_on_type()
|
H A D | forth.c | 140 case ENUM: in switch_on_type()
|
H A D | main.c | 411 case ENUM: in printnode()
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | ctftools.h | 140 ENUM, enumerator
|
H A D | tdata.c | 92 case ENUM: in tdesc_layouthash()
|
H A D | ctf.c | 359 case ENUM: in write_type() 1066 tdp->t_type = ENUM; in resurrect_types() 1144 tdp->t_type == ENUM) in resurrect_types()
|
H A D | st_parse.c | 1034 (*rtdp)->t_type = ENUM; in enumdef() 1062 tdp->t_type == ENUM || tdp->t_type == INTRINSIC) in lookup_name()
|
H A D | dwarf.c | 189 case ENUM: in tdesc_size() 224 case ENUM: in tdesc_bitsize() 846 tdp->t_type = ENUM; in die_enum_create()
|
/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.y | 113 %token <ds_val> ENUM 383 : ENUM { atIDENT = 1; } IDENTIFIER 665 { "enum", ENUM, TS_ENUM }, in lookup_keyword()
|