Lines Matching defs:get_char
457 static u16 get_char(struct vc_data *vc, u16 *pos, u_char *attribs)
485 ch = get_char(vc, (u_short *)spk_pos, &spk_attr);
500 ch = get_char(vc, (u_short *)spk_pos, &spk_attr);
552 ch = get_char(vc, (u_short *)tmp_pos, &temp);
561 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) {
566 ch = get_char(vc, (u_short *)tmp_pos - 1, &temp);
569 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE)
575 attr_ch = get_char(vc, (u_short *)tmp_pos, &spk_attr);
580 ch = get_char(vc, (u_short *)tmp_pos, &temp);
638 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);