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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c512 char namePrefix[40], classPrefix[40]; local
533 (void) strcpy(namePrefix, "dpsColorCube.");
534 (void) strcat(strcat(namePrefix, class), depth);
576 NumColors(namePrefix, classPrefix, redsName) - 1;
580 NumColors(namePrefix, classPrefix, greensName) - 1;
584 NumColors(namePrefix, classPrefix, bluesName) - 1;
592 NumColors(namePrefix, classPrefix, redsName) - 1;
596 NumColors(namePrefix, classPrefix, greensName) - 1;
600 NumColors(namePrefix, classPrefix, bluesName) - 1;
620 NumColors(namePrefix, classPrefi
813 NumColors(char *namePrefix, char *classPrefix, char *color) argument
[all...]

Completed in 13 milliseconds