Lines Matching refs:index
121 int rcl_write_index; /* Write index of recallable items */
122 int rcl_read_index; /* Read index of recallable items */
1095 tty3270_create_view(int index, struct tty3270 **newtp)
1100 if (tty3270_max_index < index + 1)
1101 tty3270_max_index = index + 1;
1109 index + RAW3270_FIRSTMINOR,
1187 view = raw3270_find_view(&tty3270_fn, tty->index + RAW3270_FIRSTMINOR);
1189 rc = tty3270_create_view(tty->index, &tp);
2076 con3270_device(struct console *c, int *index)
2078 *index = c->index;