Searched defs:second (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libX11/sun-src/src/
H A DSuncompose.h182 unsigned char second; member in struct:_ComposeTableEntry
188 * The first and second characters in each entry must be in ASCII
194 /* COMPOSE + first character + second character => ISO character */
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Defb_driver.c466 int second = 1; local
470 second = 0;
476 value[second] = strdup(str);
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c914 * b) The first has a real height, and the second has a height that
2318 XawTextPosition max_pos, top, first, second; local
2356 second = ctx->text.lt.info[1].position;
2358 second = max_pos;
2374 if (ctx->text.lt.top == second) {

Completed in 19 milliseconds