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

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dread.c320 GenericListPtr last = NULL; local
324 last = p;
328 if (last)
330 last->next = new;
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dqix.c69 uint_t last; member in struct:__anon106
114 qp->last = 0;
142 qp->first = (qp->last + 2) % qp->nlines;
165 qp->lineq[qp->last].x = qp->x1;
166 qp->lineq[qp->last].y = qp->y1;
167 qp->last++;
168 if (qp->last >= qp->nlines)
169 qp->last = 0;
171 qp->lineq[qp->last].x = qp->x2;
172 qp->lineq[qp->last]
[all...]

Completed in 40 milliseconds