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

/osnet-11/usr/src/lib/libeti/form/common/
H A Dty_enum.c56 } ENUM; typedef in typeref:struct:__anon1642
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...]
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Derror.h41 #define ENUM(v) ((v) ? (v) - EBASE : 0) macro
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py70 ENUM = 13 variable in class:_Type
88 _DERIVED = set([ _Type.ARRAY, _Type.COMPOSITE, _Type.ENUM, _Type.UNION ])
425 elif self._type == _Type.ENUM:
497 elif self._type == _Type.ENUM:
541 elif self._type == _Type.ENUM:

Completed in 1079 milliseconds