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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dhopalong.c91 hopstruct *hp = &hops[screen]; local
95 hp->centerx = xgwa.width / 2;
96 hp->centery = xgwa.height / 2;
97 range = sqrt((double) hp->centerx * hp->centerx +
98 (double) hp->centery * hp->centery) /
101 hp->pix = 0;
102 hp->inc = (int) ((random() / MAXRAND) * 200) - 100;
103 hp
129 hopstruct *hp = &hops[screen]; local
[all...]
H A Dresource.c597 char **hp;
678 for (hp = host->h_aliases; *hp; hp++) {
679 if (!strncmp(tmp_display, *hp, n)) {
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsconndi.c557 struct hostent *hp; /* entry in hosts table */ local
584 if ((hp = gethostbyname(phostname)) == NULL) {
588 if (hp->h_addrtype != AF_INET) { /* is IP host? */
594 inaddr.sin_family = hp->h_addrtype;
599 memmove ((char *)&t, (char *)hp->h_addr, sizeof(t));
603 memmove ((char *)&inaddr.sin_addr, (char *)hp->h_addr,
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPanner.c377 static void get_default_size (pw, wp, hp)
379 Dimension *wp, *hp;
383 *hp = PANNER_DSCALE (pw, pw->panner.canvas_height) + pad;

Completed in 43 milliseconds