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

/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...]
/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_linux_list.h124 struct list_head *last = (list)->prev; \
127 last->next = ne; \
128 (ne)->prev = last; \
/solaris-x11-s12/open-src/util/build-tools/
H A Dxmake107 last;
143 last;
146 last;
H A Dfind-build-errors78 last if ( -f $logfile);
159 last if $l =~ m{Finished building the X Window System Consolidation}ms;
251 # Haven't rebuilt packages since last build, so no point reporting errors
/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;

Completed in 12 milliseconds