Lines Matching defs:pipeout
462 int pipeout; /* write output to stdout even if file */
3028 if (was == 0 && ret == -2 && g.force && g.pipeout && g.decode != 2 &&
3342 if ((st.st_mode & S_IFMT) == S_IFLNK && !g.force && !g.pipeout) {
3425 if (g.decode == 1 && !g.pipeout && !g.list) {
3453 !(method == -2 && g.force && g.pipeout && g.decode != 2 &&
3493 if (path == NULL || g.pipeout) {
3717 g.pipeout = 0; /* don't force output to stdout */
3851 case 'c': g.pipeout = 1; break;
4002 g.decode = 1, g.headis = 0, g.pipeout = 1;
4016 if (done == 1 && g.pipeout && !g.decode && !g.list && g.form > 1)