Home
last modified time | relevance | path

Searched refs:maxencoding (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dcolor.c128 extern int maxencoding;
237 newencoding = maxencoding + 1; in setcolor()
H A Ddraw.c151 extern int maxencoding;
768 encoding = maxencoding + 2; in settext()
H A Ddpost.c303 int maxencoding = MAXENCODING; variable