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

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dcolor.c114 #define DEFAULTCOLOR "black" macro
116 char color[50] = DEFAULTCOLOR; /* current color */
175 * current color. The first time something other than DEFAULTCOLOR is requested
191 strcpy(color, DEFAULTCOLOR);
194 if ( strcmp(color, DEFAULTCOLOR) != 0 )
213 * through newcolor() and asked for something other than DEFAULTCOLOR (probably

Completed in 44 milliseconds