Lines Matching defs:tmp_pos
546 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos;
552 ch = get_char(vc, (u_short *)tmp_pos, &temp);
561 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) {
562 tmp_pos += 2;
566 ch = get_char(vc, (u_short *)tmp_pos - 1, &temp);
569 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE)
571 tmp_pos -= 2;
575 attr_ch = get_char(vc, (u_short *)tmp_pos, &spk_attr);
578 tmp_pos += 2;
580 ch = get_char(vc, (u_short *)tmp_pos, &temp);