Lines Matching defs:optimize
820 if(c=='.') /* don't optimize */
2330 struct optimize
2335 struct optimize *next;
2339 static struct optimize *opt_free;
2343 struct optimize *op = (struct optimize*)fp;
2367 static const Namdisc_t optimize_disc = {sizeof(struct optimize),put_optimize,0,0,0,0,clone_optimize};
2372 register struct optimize *op, *xp;
2390 if((xp= (struct optimize*)fp) && xp->ptr==sh.argaddr)
2395 op=(struct optimize*)calloc(1,sizeof(struct optimize));
2407 op->next = (struct optimize*)sh.optlist;
2416 register struct optimize *op,*opnext;
2417 for(op=(struct optimize*)shp->optlist; op; op = opnext)