Lines Matching refs:Enum
89 struct Enum struct
100 struct Enum *ep; in enuminfo() argument
104 ep = (struct Enum*)np->nvfun; in enuminfo()
125 struct Enum *ep, *pp=(struct Enum*)fp; in clone_enum()
126 ep = newof(0,struct Enum,1,pp->nelem*sizeof(char*)); in clone_enum()
127 memcpy((void*)ep,(void*)pp,sizeof(struct Enum)+pp->nelem*sizeof(char*)); in clone_enum()
133 struct Enum *ep = (struct Enum*)fp; in put_enum()
168 struct Enum *ep = (struct Enum*)fp; in get_enum()
193 struct Enum *ep; in enum_create()
242 if(!(ep = newof(0,struct Enum,1,sz))) in enum_create()
259 ep->hdr.dsize = sizeof(struct Enum)+sz; in enum_create()