setptr
extern void setptr(register FILE *ibuf);
setptr(ibuf);
setptr(ibuf);
setptr(ibuf);
struct fcc_set *setptr;
for (setptr = fccs; setptr; setptr = setptr->next) {
if (!strcmp(setptr->data->filename, residual))
if (setptr) {
data = setptr->data;
assert(setptr->refcount != 0);
setptr->refcount++;
assert(setptr->refcount != 0);
setptr = malloc(sizeof(struct fcc_set));
if (setptr == NULL) {
setptr->refcount = 1;
setptr->data = data;
setptr->next = fccs;
fccs = setptr;
struct fcc_set *setptr;
setptr = malloc(sizeof(struct fcc_set));
if (setptr == NULL) {
setptr->refcount = 1;
setptr->data = data;
setptr->next = fccs;
fccs = setptr;