Lines Matching defs:rc

328 	int rc;
332 rc = wsemul_vt100_scrollup(edp, 1);
338 rc = 0;
341 return rc;
356 int rc = 0;
381 rc = wsemul_vt100_nextline(edp);
382 if (rc != 0)
383 return rc;
389 WSEMULOP(rc, edp, &edp->abortstate, copycols,
391 if (rc != 0)
396 WSEMULOP(rc, edp, &edp->abortstate, putchar,
400 WSEMULOP(rc, edp, &edp->abortstate, putchar,
404 if (rc != 0)
413 if (rc != 0) {
417 return rc;
428 int rc = 0;
496 rc = wsemul_vt100_nextline(edp);
503 return rc;
511 int rc = 0;
560 rc = wsemul_vt100_nextline(edp);
602 rc = wsemul_vt100_scrolldown(edp, 1);
612 rc = wsemul_vt100_ed(edp, 2);
613 if (rc != 0)
652 if (rc != 0)
653 return rc;
976 int rc = 0;
984 WSEMULOP(rc, edp, &edp->abortstate, copycols,
986 if (rc != 0)
987 return rc;
989 WSEMULOP(rc, edp, &edp->abortstate, erasecols,
992 if (rc != 0)
993 return rc;
1006 WSEMULOP(rc, edp, &edp->abortstate, copycols,
1008 if (rc != 0)
1009 return rc;
1012 WSEMULOP(rc, edp, &edp->abortstate, erasecols,
1015 if (rc != 0)
1016 return rc;
1029 WSEMULOP(rc, edp, &edp->abortstate, putchar,
1031 if (rc != 0)
1032 return rc;
1058 int rc = 0;
1087 rc = wsemul_vt100_handle_csi(edp, instate, kernel);
1088 if (rc != 0) {
1091 return rc;
1113 int rc = 0;
1136 rc = (*edp->emulops->cursor)
1143 if (rc != 0)
1186 rc = wsemul_vt100_scrollup(edp, lines);
1187 if (rc != 0) {
1212 rc = wsemul_vt100_output_c0c1(edp, instate, kernel);
1213 if (rc != 0)
1220 rc =
1222 if (rc != 0)
1232 rc = vt100_output[edp->state - 1](edp, instate, kernel);
1233 if (rc != 0)
1238 if (rc != 0)
1243 rc = (*edp->emulops->cursor)
1250 if (rc != 0) {
1262 if (rc == 0)