Lines Matching defs:pos
189 int pos[6];
193 memset(pos, 0, 6*sizeof(int));
195 sscanf(scratch+1, "\033%n[%n%3u%n;%n%3u%nR%n", pos, pos+1, &y,
196 pos+2, pos+3, &x, pos+4, pos+5);
197 if (pos[5]) {
203 } else for (i=0; i<6; i++) if (pos[i]==*scratch) maybe = 1;