Lines Matching refs:errorflg
531 static int pipe_exec(Shell_t* shp,int pv[], Shnode_t *t, int errorflg)
542 return(sh_exec(t,errorflg));
560 r = sh_exec(tchild,errorflg);
662 int errorflg = (type&sh_state(SH_ERREXIT))|OPTIMIZE;
1512 type = pipe_exec(shp,pvn,t->lst.lstlef, errorflg);
1518 type = sh_exec(t->lst.lstlef, errorflg);
1561 sh_exec(t->lst.lstlef,errorflg|OPTIMIZE);
1588 int flag = errorflg|OPTIMIZE_FLAG;
1760 r = sh_exec(t->wh.dotre,first|errorflg);
1767 errorflg &= ~OPTIMIZE_FLAG;