Lines Matching refs:rotor
40 * rotor.c - A swirly rotor for xlock, the X Window System lockscreen.95 rotor,167 fs->rotor = 0;240 x1 = (int) fs->savex[fs->rotor];241 y1 = (int) fs->savey[fs->rotor];266 fs->savex[fs->rotor] = fs->lastx = thisx;267 fs->savey[fs->rotor] = fs->lasty = thisy;269 ++fs->rotor;270 fs->rotor %= SAVE;