Lines Matching refs:loc
615 XPoint loc;
649 loc.x = event->xbutton.x_root;
650 loc.y = event->xbutton.y_root;
651 PositionMenu(menu, &loc);
655 loc.x = event->xcrossing.x_root;
656 loc.y = event->xcrossing.y_root;
657 PositionMenu(menu, &loc);
660 loc.x = event->xmotion.x_root;
661 loc.y = event->xmotion.y_root;
662 PositionMenu(menu, &loc);