Lines Matching defs:first
593 if (ctx->text.hbar != NULL) { /* Put up Hbar -- Must be first. */
1006 * b) The first has a real height, and the second has a height that
1061 float first, last;
1067 first = ctx->text.lt.top;
1068 first /= (float) ctx->text.lastPos;
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;
1146 first = ctx->text.r_margin.left - ctx->text.margin.left;
1147 first /= last;
1148 XawScrollbarSetThumb(ctx->text.hbar, first, widest);
1438 * fraction of the first position and last position and then normalizes to
2732 XawTextPosition max_pos, top, first;
2757 first = ctx->text.lt.top;
2760 if (ctx->text.insertPos < first) { /* We need to scroll down. */
2767 while (first > top) {
2768 first = SrcScan(ctx->text.source, first,
2777 if (first <= top) { /* If we found the proper number
2782 first = SrcScan(ctx->text.source, first,
2787 if (first <= top)
3078 * Skip over the first one, this has already been taken into account.