Lines Matching defs:newopt
48 struct options *newopt, *tmp, *optlist;53 newopt = (struct options *)malloc(sizeof (struct options));54 if (newopt == NULL)62 free(newopt);70 newopt->optname = optname;71 newopt->optvalue = optvalue;72 newopt->next = NULL;74 optlist = newopt;85 free(newopt);89 tmp->next = newopt;