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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSB.c2495 char *spaceBlend; local
2543 spaceBlend = (char *) XtMalloc(strlen(blend) + 4);
2544 spaceBlend[0] = spaceBlend[1] = spaceBlend[2] = ' ';
2545 strcpy(spaceBlend+3, blend);
2546 newb->CS_space_blend_name = CS(spaceBlend, (Widget) fsb);
2547 XtFree((XtPointer) spaceBlend);
4620 String spaceBlend; local
4667 spaceBlend
[all...]

Completed in 21 milliseconds