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

/ast/src/cmd/ksh93/bltins/
H A Denum.c89 struct Enum struct
100 struct Enum *ep;
104 ep = (struct Enum*)np->nvfun;
125 struct Enum *ep, *pp=(struct Enum*)fp;
126 ep = newof(0,struct Enum,1,pp->nelem*sizeof(char*));
127 memcpy((void*)ep,(void*)pp,sizeof(struct Enum)+pp->nelem*sizeof(char*));
133 struct Enum *ep = (struct Enum*)fp;
169 struct Enum *e
[all...]

Completed in 10 milliseconds