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

/solaris-x11-s11/open-src/lib/libX11/sun-src/src/
H A DSuncompose.h41 * if ascii_char[i] appears as a first char in compose_table,
42 * compose_map[i] is the index of it's first appearance
181 unsigned char first; member in struct:_ComposeTableEntry
188 * The first and second characters in each entry must be in ASCII
190 * The table must be in ASCII collating sequence by first character
194 /* COMPOSE + first character + second character => ISO character */
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dqix.c68 int first; member in struct:__anon109
144 qp->first = (qp->last + 2) % qp->nlines;
156 qp->lineq[qp->first].x, qp->lineq[qp->first].y,
157 qp->lineq[qp->first + 1].x, qp->lineq[qp->first + 1].y);
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSrc.c393 * possible cursor positions (one before the first character and
410 XawTextPosition first, first_eol_position; local
437 piece = FindPiece(src, position, &first);
445 ptr = (position - first) + piece->text;
543 XawTextPosition first; local
556 piece = FindPiece(src, position, &first);
557 ptr = (position - first) + piece->text;
878 XawTextPosition first; local
883 for (first = 0, piece = src->ascii_src.first_piece ; piece != NULL;
884 first
1093 Piece * next, * first = src->ascii_src.first_piece; local
[all...]
H A DXaw3_1Text.c568 if (ctx->text.hbar != NULL) { /* Put up Hbar -- Must be first. */
914 * b) The first has a real height, and the second has a height that
969 float first, last; local
975 first = ctx->text.lt.top;
976 first /= (float) ctx->text.lastPos;
984 if ( (last - first) < 1.0 )
986 else /* last - first >= 1.0 */
990 XawScrollbarSetThumb(ctx->text.vbar, first, last - first);
1015 float first, las local
2318 XawTextPosition max_pos, top, first, second; local
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSrc.c405 * possible cursor positions (one before the first character and
422 XawTextPosition first, first_eol_position; local
449 piece = FindPiece(src, position, &first);
457 ptr = (position - first) + piece->text;
556 XawTextPosition first; local
569 piece = FindPiece(src, position, &first);
570 ptr = (position - first) + piece->text;
944 XawTextPosition first; local
950 for (first = 0, piece = src->ascii_src.first_piece ; piece != NULL;
951 first
1166 Piece * next, * first = src->ascii_src.first_piece; local
[all...]
H A DMultiSrc.c458 * possible cursor positions (one before the first character and
475 XawTextPosition first, first_eol_position; local
503 piece = FindPiece(src, position, &first);
507 ptr = (position - first) + piece->text;
609 XawTextPosition first; local
650 piece = FindPiece(src, position, &first);
651 ptr = (position - first) + piece->text;
1033 XawTextPosition first; local
1040 for (first = 0, piece = src->multi_src.first_piece ; piece != NULL;
1041 first
1335 MultiPiece * next, * first = src->multi_src.first_piece; local
[all...]
H A DText.c593 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; local
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; local
1146 first
2732 XawTextPosition max_pos, top, first; local
[all...]
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Defb_driver.c465 int first = 0; local
469 first = 1;
474 value[first] = strdup(str);
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DDPSScrollW.h118 Boolean first; member in struct:__anon194
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c744 if (!invGC) { /* make it the first time */
950 int len,first; local
975 first = 1;
989 if ((first || x != lx || y != ly) &&
1013 first = 0; lx = x; ly = y;
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpsw.c795 static void StartStatic(boolean first) argument
798 if (first) {
834 static void EndStatic(boolean first) argument
837 if (first)
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c852 a cube between them and take the first one you find. */
1203 int count, first, remain, n, j; local
1245 &first, &remain, delta)) {
1252 colorCube->base_pixel = pixels->pixels[first];
1257 color.pixel = n + pixels->pixels[first];
1270 XFreeColors(dpy, cmap, pixels->pixels, count+first+remain, 0);
1281 pixels->pixels[first+j] = pixels->pixels[first+count+j];
1293 int count, first, remain, n, i; local
1333 &first,
1379 AllocateColormap( Display *dpy, XStandardColormap *map, XVisualInfo *vinfo, int *count, PixelRec *pixels, int *first, int *remain, unsigned long delta) argument
1458 contiguous( unsigned long pixels[], int npixels, int *ncolors, unsigned long delta, int *first, int *rem) argument
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DDPSScrollW.c429 /* Go through, subtracting the first sub rectangle from each src
997 e.first = True;
1097 Boolean first)
1104 e.first = first;
1118 if (first) {
1093 ClipAndDraw( DPSScrolledWindowWidget dsw, DSWDrawableType which, DSWDirections howMuch, Boolean first) argument

Completed in 98 milliseconds