Searched refs:ENUM (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | ty_enum.c | 56 } 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 D | error.h | 41 #define ENUM(v) ((v) ? (v) - EBASE : 0) macro
|
/illumos-gate/usr/src/tools/stabs/ |
H A D | stabs.h | 69 ENUM, enumerator in enum:type
|
H A D | stabs.c | 689 (*rtdp)->type = ENUM; 757 tdp->type == ENUM || tdp->type == INTRINSIC)
|
H A D | forth.c | 140 case ENUM:
|
H A D | genassym.c | 163 case ENUM:
|
H A D | main.c | 411 case ENUM:
|
/illumos-gate/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 ||
|
/illumos-gate/usr/src/tools/ctf/cvt/ |
H A D | ctftools.h | 140 ENUM, enumerator in enum:stabtype
|
H A D | tdata.c | 92 case ENUM:
|
H A D | ctf.c | 359 case ENUM: 1066 tdp->t_type = ENUM; 1144 tdp->t_type == ENUM)
|
H A D | st_parse.c | 1034 (*rtdp)->t_type = ENUM; 1062 tdp->t_type == ENUM || tdp->t_type == INTRINSIC)
|
H A D | dwarf.c | 189 case ENUM: 224 case ENUM: 846 tdp->t_type = ENUM;
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.y | 113 %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 96 milliseconds