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

/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dhopalong.c87 hopstruct *hp = &hops[screen]; local
91 hp->centerx = xgwa.width / 2;
92 hp->centery = xgwa.height / 2;
93 range = sqrt((double) hp->centerx * hp->centerx +
94 (double) hp->centery * hp->centery) /
97 hp->pix = 0;
98 hp->inc = (int) ((random() / MAXRAND) * 200) - 100;
99 hp
130 hopstruct *hp = &hops[screen]; local
[all...]
H A Dresource.c578 char **hp;
656 for (hp = host->h_aliases; *hp; hp++) {
657 if (!strncmp(tmp_display, *hp, n)) {

Completed in 18 milliseconds