Home | History | Annotate | Download | only in tool

Lines Matching defs:newstate

4653   struct state *newstate;
4654 newstate = (struct state *)calloc(1, sizeof(struct state) );
4655 MemoryCheck(newstate);
4656 return newstate;