Home | History | Annotate | Download | only in src

Lines Matching full:showerror

1657       if(global->showerror < 0)
1658 /* if still on the default value, set showerror to the reverse of
1661 global->showerror = (!toggle)?TRUE:FALSE; /* toggle off */
1665 global->showerror = toggle?1:0; /* toggle on if used with -s */