Home
last modified time | relevance | path

Searched refs:ENCODING (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/
H A DMakefile14 ENCODING = ISO8859 macro
55 -e s/--ENCODING--/$(ENCODING)/ \
H A DMakefile.com183 ENCODING = ISO8859
H A Dmain.mk255 -e s/--ENCODING--/$(ENCODING)/ \
/titanic_41/usr/src/cmd/lp/filter/postscript/common/
H A DMakefile39 ENCODING= 2 macro
40 CPPFLAGS = -DDFLTENCODING=$(ENCODING) \
/titanic_41/usr/src/cmd/lp/filter/postscript/postreverse/
H A DMakefile39 ENCODING = 2 macro
40 CPPFLAGS = -DDFLTENCODING=$(ENCODING) \
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/
H A DMakefile43 ENCODING= 2 macro
44 CPPFLAGS = -DDFLTENCODING=$(ENCODING) \
/titanic_41/usr/src/cmd/lp/filter/postscript/postprint/
H A DMakefile47 ENCODING = 2 macro
48 CPPFLAGS = -DDFLTENCODING=$(ENCODING) \
/titanic_41/usr/src/cmd/lp/filter/postscript/download/
H A DMakefile47 ENCODING = 2 macro
48 CPPFLAGS = -DDFLTENCODING=$(ENCODING) \
/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/
H A DMakefile51 ENCODING= 2 macro
52 CPPFLAGS = -DDFLTENCODING=$(ENCODING) \
H A DREADME30 You can change the default encoding scheme by adjusting the definition of ENCODING
/titanic_41/usr/src/cmd/lp/filter/postscript/
H A DREADME34 output at all. ENCODING (in Makefile) controls how dpost encodes lines of text.
35 By setting ENCODING to 2 I've selected the fast, but not thoroughly tested method
37 set ENCODING to 0 and recompile dpost. That results in a default version of dpost
90 ENCODING - An integer (0, 1, 2 or 3) that sets the default text encoding
91 scheme used by dpost. Increasing ENCODING (up to 3) decreases
99 the -e option. Setting ENCODING to 2 may be worth a try.
297 fast (but not completely tested) version of dpost by setting ENCODING in Makefile
/titanic_41/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in48 #define SQLITE_--ENCODING-- 1