Searched defs:loc (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dlife.c354 unsigned char *loc = lp->buffer + ((row + 1) * (lp->ncols + 2)) + col + 1; local
355 unsigned char *ageptr = lp->agebuf + (loc - lp->buffer);
388 spawn(loc)
389 unsigned char *loc;
397 off = loc - lp->buffer;
400 ulloc = loc - lp->ncols - 3;
401 ucloc = loc - lp->ncols - 2;
402 urloc = loc - lp->ncols - 1;
403 clloc = loc - 1;
404 crloc = loc
506 unsigned char *loc; local
589 unsigned char *loc, *temploc, *lastloc; local
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPanner.c328 static void scale_knob (pw, location, size) /* set knob size and/or loc */
682 Boolean loc = (cur->panner.slider_x != new->panner.slider_x || local
686 if (loc || siz ||
689 scale_knob (new, loc, siz);
H A DSimpleMenu.c615 XPoint loc; local
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);
[all...]
H A DPaned.c602 Position loc = 0; local
645 PaneInfo(*childP)->delta = loc;
646 loc += PaneInfo(*childP)->size + pw->paned.internal_bw;
963 * loc - location of pointer in proper direction.
968 MoveGripAdjustment(pw, grip, dir, loc)
972 int loc;
976 diff = loc - pw->paned.start_loc;
1055 int loc; local
1070 loc = GetEventLocation(pw, (XEvent *) (call_data->event));
1083 pw->paned.start_loc = loc;
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1SimpleMenu.c602 XPoint loc; local
624 loc.x = event->xbutton.x_root;
625 loc.y = event->xbutton.y_root;
626 PositionMenu(menu, &loc);
630 loc.x = event->xcrossing.x_root;
631 loc.y = event->xcrossing.y_root;
632 PositionMenu(menu, &loc);
635 loc.x = event->xmotion.x_root;
636 loc.y = event->xmotion.y_root;
637 PositionMenu(menu, &loc);
[all...]
H A DXaw3_1Paned.c575 Position loc = 0; local
618 PaneInfo(*childP)->delta = loc;
619 loc += PaneInfo(*childP)->size + pw->paned.internal_bw;
936 * loc - location of pointer in proper direction.
941 MoveGripAdjustment(pw, grip, dir, loc)
945 int loc;
949 diff = loc - pw->paned.start_loc;
1027 int loc; local
1042 loc = GetEventLocation(pw, (XEvent *) (call_data->event));
1055 pw->paned.start_loc = loc;
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpsw.c737 PSWDictValue loc; local
739 loc = PSWDictLookup(wrapDict, (char *)t->val);
740 if (loc == -1) {
757 t->body.cnst = loc;

Completed in 30 milliseconds