Lines Matching refs:c
41 Bigint *c; local48 c = b; b = a; a = c;50 c = Balloc(a->k);51 if (c == NULL)53 c->wds = a->wds;57 xc = c->x;91 if (c->wds == c->maxwds) {92 b = Balloc(c->k + 1);95 Bcopy(b, c);96 Bfree(c);97 c = b;99 c->x[c->wds++] = 1;101 return c;