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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dqix.c69 int last; member in struct:__anon109
115 qp->last = 0;
144 qp->first = (qp->last + 2) % qp->nlines;
167 qp->lineq[qp->last].x = qp->x1;
168 qp->lineq[qp->last].y = qp->y1;
169 qp->last++;
170 if (qp->last >= qp->nlines)
171 qp->last = 0;
173 qp->lineq[qp->last].x = qp->x2;
174 qp->lineq[qp->last]
[all...]
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_linux_list.h122 struct list_head *last = (list)->prev; \
125 last->next = ne; \
126 (ne)->prev = last; \
/solaris-x11-s11/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-s11/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-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpsw.c309 where doneTag = (last result parameter tag + 1).
780 /* emit boilerplate to end the last record type */
1099 EndStatic(! twoStatics); /* end the last static record */
1337 Token last; local
1338 for (last = b; last->next; last = last->next) ;
1339 last->next = trsq;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextPop.c1250 XawTextPosition last; local
1253 last = XawTextSourceScan(ctx->text.source, 0, XawstAll, XawsdRight,
1255 return (_XawTextGetText(ctx, 0, last));
H A DText.c1061 float first, last; local
1069 last = ctx->text.lt.info[ctx->text.lt.lines].position;
1071 last /= (float) ctx->text.lastPos;
1073 last = 1.0;
1087 if ( (y < ctx->text.lt.info[line + 1].y) || ((last - first) < 1.0) )
1094 XawScrollbarSetThumb(ctx->text.vbar, first, last - first);
1119 float first, last, widest; local
1132 widest /= (last = GetWidestLine(ctx));
1147 first /= last;
1438 * fraction of the first position and last positio
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c969 float first, last; local
977 last = ctx->text.lt.info[ctx->text.lt.lines].position;
979 last /= (float) ctx->text.lastPos;
981 last = 1.0;
984 if ( (last - first) < 1.0 )
986 else /* last - first >= 1.0 */
990 XawScrollbarSetThumb(ctx->text.vbar, first, last - first);
1015 float first, last, widest; local
1027 widest /= (last = GetWidestLine(ctx));
1036 first /= last;
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontCreato.c641 BlendRec *b, *newb, **last; local
671 last = &bd->blends;
674 last = &b->next;
677 *last = newb;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsclient.c150 lastNameIndex to the last known valid index */
2302 char *last = names[0]; local
2320 n = last;
2322 last = n;

Completed in 57 milliseconds