Lines Matching defs:tmp_pos
548 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos;
554 ch = get_char(vc, (u_short *)tmp_pos, &temp);
563 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) {
564 tmp_pos += 2;
568 ch = get_char(vc, (u_short *)tmp_pos - 1, &temp);
571 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE)
573 tmp_pos -= 2;
577 attr_ch = get_char(vc, (u_short *)tmp_pos, &spk_attr);
580 tmp_pos += 2;
582 ch = get_char(vc, (u_short *)tmp_pos, &temp);