Lines Matching refs:wstat
1805 int rstat, wstat;
1816 rstat = wstat = 0;
1819 while (wstat == 0) {
1825 wstat = pa_putstr(context, printable, &c, 1);
1831 while (wstat == 0) {
1853 wstat = pa_putstr(context, printable, mbuf, rlen);
1862 if (wstat == 0)
1863 wstat = do_newline(context, flag);
1865 if (wstat == 0 && context->data_mode == FILEMODE)
1868 return ((rstat != 0 || wstat != 0) ? -1 : 0);