Lines Matching refs:pgpause
103 static int pgpause; /* pause before each page */ variable
252 if (pgpause) in onecol()
523 if (pgpause) in vertcol()
596 if (pgpause) in vertcol()
754 if (pgpause) in horzcol()
969 if (pgpause) in mulfile()
1471 if (pgpause == FIRSTPAGE && pagcnt == 1) in prpause()
1472 pgpause = NO_PAUSE; in prpause()
1698 pgpause |= FIRSTPAGE; in setup()
1769 pgpause |= EACHPAGE; in setup()
1893 if (ttyout && pgpause && !isatty(fileno(stdin))) { in setup()