Lines Matching full:mainco
1011 struct Cookie *mainco=NULL;1053 newco->next = mainco;1056 mainco = newco;1063 while(mainco) {1064 co = mainco->next;1065 free(mainco);1066 mainco = co;1089 co = mainco;1099 mainco = array[0]; /* start here */1107 return mainco; /* return the new list */