Lines Matching refs:get_char
459 static u16 get_char(struct vc_data *vc, u16 *pos, u_char *attribs)
487 ch = get_char(vc, (u_short *)spk_pos, &spk_attr);
502 ch = get_char(vc, (u_short *)spk_pos, &spk_attr);
554 ch = get_char(vc, (u_short *)tmp_pos, &temp);
563 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) {
568 ch = get_char(vc, (u_short *)tmp_pos - 1, &temp);
571 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE)
577 attr_ch = get_char(vc, (u_short *)tmp_pos, &spk_attr);
582 ch = get_char(vc, (u_short *)tmp_pos, &temp);
639 ch = get_char(vc, (u_short *)spk_pos, &temp);
672 ch = get_char(vc, (u_short *)spk_pos, &temp);
760 buf[i] = get_char(vc, (u_short *)tmp, &tmp2);
825 buf[i++] = get_char(vc, (u_short *)from, &tmp);
901 sentbuf[bn][i] = get_char(vc, (u_short *)start, &tmp);
1050 u16 ch = get_char(vc, (u_short *)spk_pos, &tmp);