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

/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dqix.c92 qixstruct *qp = &qixs[screen]; local
94 qp->startTime = seconds();
97 qp->nlines = (batchcount + 1) * 2;
98 if (!qp->lineq) {
99 qp->lineq = calloc(qp->nlines, sizeof(point));
100 if (qp->lineq == NULL)
105 qp->width = xgwa.width;
106 qp->height = xgwa.height;
107 qp
140 qixstruct *qp = &qixs[screen]; local
[all...]

Completed in 9 milliseconds