Lines Matching refs:rc

328 	int rc;
332 rc = wsemul_vt100_scrollup(edp, 1);
338 rc = 0;
341 return rc;
355 int rc = 0;
359 rc = wsemul_vt100_nextline(edp);
360 if (rc != 0)
361 return rc;
387 WSEMULOP(rc, edp, &edp->abortstate, copycols,
389 if (rc != 0) {
393 return rc;
398 WSEMULOP(rc, edp, &edp->abortstate, putchar,
402 WSEMULOP(rc, edp, &edp->abortstate, putchar,
406 if (rc != 0) {
410 return rc;
426 int rc = 0;
494 rc = wsemul_vt100_nextline(edp);
501 return rc;
509 int rc = 0;
558 rc = wsemul_vt100_nextline(edp);
600 rc = wsemul_vt100_scrolldown(edp, 1);
610 rc = wsemul_vt100_ed(edp, 2);
611 if (rc != 0)
650 if (rc != 0)
651 return rc;
974 int rc = 0;
982 WSEMULOP(rc, edp, &edp->abortstate, copycols,
984 if (rc != 0)
985 return rc;
987 WSEMULOP(rc, edp, &edp->abortstate, erasecols,
990 if (rc != 0)
991 return rc;
1004 WSEMULOP(rc, edp, &edp->abortstate, copycols,
1006 if (rc != 0)
1007 return rc;
1010 WSEMULOP(rc, edp, &edp->abortstate, erasecols,
1013 if (rc != 0)
1014 return rc;
1027 WSEMULOP(rc, edp, &edp->abortstate, putchar,
1029 if (rc != 0)
1030 return rc;
1056 int rc = 0;
1085 rc = wsemul_vt100_handle_csi(edp, instate);
1086 if (rc != 0) {
1089 return rc;
1111 int rc = 0;
1134 rc = (*edp->emulops->cursor)
1141 if (rc != 0)
1184 rc = wsemul_vt100_scrollup(edp, lines);
1185 if (rc != 0) {
1210 rc = wsemul_vt100_output_c0c1(edp, instate, kernel);
1211 if (rc != 0)
1218 rc = wsemul_vt100_output_normal(edp, instate, kernel);
1219 if (rc != 0)
1228 rc = vt100_output[edp->state - 1](edp, instate);
1229 if (rc != 0)
1234 if (rc != 0)
1239 rc = (*edp->emulops->cursor)
1246 if (rc != 0) {
1258 if (rc == 0)