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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dqix.c83 point *lineq; member in struct:__anon109
100 if (!qp->lineq) {
101 qp->lineq = (point *) malloc(qp->nlines * sizeof(point));
102 memset(qp->lineq, '\0', qp->nlines * sizeof(point));
156 qp->lineq[qp->first].x, qp->lineq[qp->first].y,
157 qp->lineq[qp->first + 1].x, qp->lineq[qp->first + 1].y);
167 qp->lineq[qp->last].x = qp->x1;
168 qp->lineq[q
[all...]

Completed in 10 milliseconds