Lines Matching defs:optimize
875 if(c=='.') /* don't optimize */
2507 struct optimize
2512 struct optimize *next;
2516 static struct optimize *opt_free;
2520 struct optimize *op = (struct optimize*)fp;
2544 static const Namdisc_t optimize_disc = {sizeof(struct optimize),put_optimize,0,0,0,0,clone_optimize};
2550 register struct optimize *op, *xp;
2568 if((xp= (struct optimize*)fp) && xp->ptr==shp->argaddr)
2573 op=(struct optimize*)calloc(1,sizeof(struct optimize));
2585 op->next = (struct optimize*)shp->optlist;
2594 register struct optimize *op,*opnext;
2595 for(op=(struct optimize*)shp->optlist; op; op = opnext)