Searched refs:location (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1SimpleMenu.c979 * location - a pointer the the position or NULL.
984 PositionMenu(w, location)
986 XPoint * location;
993 if (location == NULL) {
998 location = &t_point;
1003 "Could not find location of mouse pointer");
1007 location->x = (short) root_x;
1008 location->y = (short) root_y;
1017 location->x -= (Position) w->core.width/2;
1025 location
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSimpleMenu.c1016 * location - a pointer the the position or NULL.
1021 PositionMenu(w, location)
1023 XPoint * location;
1029 if (location == NULL) {
1034 location = &t_point;
1039 "Could not find location of mouse pointer");
1043 location->x = (short) root_x;
1044 location->y = (short) root_y;
1053 location->x -= (Position) w->core.width/2;
1061 location
[all...]
H A DPanner.c328 static void scale_knob (pw, location, size) /* set knob size and/or loc */
330 Boolean location, size;
332 if (location) {
/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c99 unsigned int location:1; member in struct:displayType
884 if (d->displayType.location == Local)
988 d.displayType.location = Local;

Completed in 24 milliseconds