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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dqix.c96 qixstruct *qp = &qixs[screen]; local
98 qp->startTime = seconds();
99 qp->nlines = (batchcount + 1) * 2;
100 if (!qp->lineq) {
101 qp->lineq = (point *) malloc(qp->nlines * sizeof(point));
102 memset(qp->lineq, '\0', qp->nlines * sizeof(point));
106 qp->width = xgwa.width;
107 qp
142 qixstruct *qp = &qixs[screen]; local
[all...]

Completed in 9 milliseconds