HomeSort by: relevance | last modified time | path
    Searched defs:old_x (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
util.c 488 int old_x = x, old_y = y; local
506 if(x != old_x || y != old_y) {
519 old_x = x;
535 if(x != old_x || y != old_y) {
  /xsrc/external/mit/xf86-video-tseng/dist/src/
tseng.h 173 int old_x; member in struct:__anon9462
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_driver.c 866 int old_x = scrn->virtualX; local
869 if (old_x == width && old_y == height)
889 scrn->virtualX = old_x;
  /xsrc/external/mit/xterm/dist/
graphics_regis.c 567 int old_x, old_y; local
585 old_x = DUMMY_STACK_X;
613 old_x, old_x, old_y);
620 old_x, new_x, new_y);
622 if (new_x > old_x + 1) {
627 old_x = new_x;
638 int old_x, old_y; local
644 old_x = DUMMY_STACK_X;
671 old_x, old_x, old_y)
    [all...]

Completed in 83 milliseconds