Searched refs:ascebc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Draw3270.c48 unsigned char *ascebc; /* ascii -> ebcdic table */ member in struct:raw3270
755 raw3270_setup_device(struct ccw_device *cdev, struct raw3270 *rp, char *ascebc) argument
763 memcpy(ascebc, _ascebc, 256);
766 ascebc['['] = 0xad;
767 ascebc[']'] = 0xbd;
768 ascebc['^'] = 0xb0;
770 rp->ascebc = ascebc;
818 char *ascebc; local
822 ascebc
859 char *ascebc; local
[all...]
H A Dcon3270.c93 codepage_convert(cp->view.ascebc, cp->status->string + 24, 7);
114 codepage_convert(cp->view.ascebc, cp->status->string + 8, 12);
115 codepage_convert(cp->view.ascebc, cp->status->string + 24, 7);
437 cp->view.ascebc[(c < ' ') ? ' ' : c];
460 s->string[size] = cp->view.ascebc[' '];
H A Draw3270.h161 unsigned char *ascebc; /* ascii -> ebcdic table */ member in struct:raw3270_view
H A Dtty3270.c192 codepage_convert(tp->view.ascebc, tp->status->string + 8, 7);
918 kbd_ascebc(tp->kbd, tp->view.ascebc);
965 cell->character = tp->view.ascebc[' '];
973 cell->character = tp->view.ascebc[(unsigned int) ch];
1138 line->cells[line->len].character = tp->view.ascebc[' '];
1152 line->cells[tp->cx + n].character = tp->view.ascebc[' '];

Completed in 66 milliseconds