Home | History | Annotate | Download | only in C

Lines Matching refs:c1

392     CTX_PTR c1; /* = AllocContext(p); */

394 c1 = (CTX_PTR)(p->HiUnit -= UNIT_SIZE);
396 c1 = (CTX_PTR)RemoveNode(p, 0);
399 c1 = (CTX_PTR)AllocUnitsRare(p, 0);
400 if (!c1)
403 c1->NumStats = 1;
404 *ONE_STATE(c1) = upState;
405 c1->Suffix = REF(c);
406 SetSuccessor(ps[--numPs], REF(c1));
407 c = c1;