Lines Matching defs:OPTIMIZE
285 # define OPTIMIZE (flags&OPTIMIZE_FLAG)
288 # define OPTIMIZE (0)
662 int errorflg = (type&sh_state(SH_ERREXIT))|OPTIMIZE;
713 com = sh_argbuild(shp,&argn,&(t->com),OPTIMIZE);
827 if(OPTIMIZE)
995 bp->flags = (OPTIMIZE!=0);
1561 sh_exec(t->lst.lstlef,errorflg|OPTIMIZE);
1572 if(sh_exec(t->lst.lstlef,OPTIMIZE)==0)
1579 if(sh_exec(t->lst.lstlef,OPTIMIZE)!=0)
1804 arg[1] = sh_macpat(shp,t->ar.arexpr,OPTIMIZE|ARG_ARITH);
1824 if(sh_exec(t->if_.iftre,OPTIMIZE)==0)
1835 char *trap, *r = sh_macpat(shp,tt->sw.swarg,OPTIMIZE);
1855 s = sh_macpat(shp,rex,OPTIMIZE|ARG_EXP);
1894 sh_exec(t->par.partre,OPTIMIZE);
1910 sh_exec(t->par.partre,OPTIMIZE);
2129 sh_exec(t->lst.lstlef,OPTIMIZE);
2139 left = sh_macpat(shp,&(t->lst.lstlef->arg),OPTIMIZE);
2141 right = sh_macpat(shp,&(t->lst.lstrit->arg),((n==TEST_PEQ||n==TEST_PNE)?ARG_EXP:0)|OPTIMIZE);
2229 if(!(OPTIMIZE))