Lines Matching refs:rc
134 int rc = 0; in wsemul_dumb_output() local
144 WSEMULOP(rc, edp, &edp->abortstate, putchar, in wsemul_dumb_output()
146 if (rc != 0) in wsemul_dumb_output()
151 if (rc != 0) in wsemul_dumb_output()
169 rc = (*edp->emulops->cursor) in wsemul_dumb_output()
171 if (rc != 0) in wsemul_dumb_output()
199 WSEMULOP(rc, edp, &edp->abortstate, erasecols, in wsemul_dumb_output()
202 if (rc != 0) in wsemul_dumb_output()
208 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_dumb_output()
210 if (rc != 0) in wsemul_dumb_output()
222 WSEMULOP(rc, edp, &edp->abortstate, putchar, in wsemul_dumb_output()
225 if (rc != 0) in wsemul_dumb_output()
245 WSEMULOP(rc, edp, &edp->abortstate, copyrows, in wsemul_dumb_output()
247 if (rc == 0) in wsemul_dumb_output()
248 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_dumb_output()
251 if (rc != 0) { in wsemul_dumb_output()
260 if (rc != 0) in wsemul_dumb_output()
265 if (rc != 0) in wsemul_dumb_output()
269 rc = (*edp->emulops->cursor) in wsemul_dumb_output()
271 if (rc != 0) { in wsemul_dumb_output()
281 if (rc == 0) in wsemul_dumb_output()