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

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dcolor.c206 int newencoding; /* text encoding scheme that's needed */ local
227 newencoding = realencoding;
239 newencoding = maxencoding + 1;
244 if ( newencoding != encoding ) {
245 encoding = newencoding;

Completed in 53 milliseconds