Home
last modified time | relevance | path

Searched refs:t1_Dup (Results 1 – 13 of 13) sorted by relevance

/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dt1imager.h47 extern xobject t1_Dup();
91 #define Dup(o) t1_Dup(o)
H A Dobjects.h39 #define Dup(obj) t1_Dup(obj)
48 struct xobject *t1_Dup(); /* duplicate an object */
H A Dobjects.c493 struct xobject *t1_Dup(obj) /* non-ANSI avoids overly strict type checking */ in t1_Dup() function
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dt1imager.h46 extern xobject t1_Dup();
90 #define Dup(o) t1_Dup(o)
H A Dobjects.h37 #define Dup(obj) t1_Dup(obj)
46 struct xobject *t1_Dup(); /* duplicate an object */
H A Dobjects.c482 struct xobject *t1_Dup(obj) /* non-ANSI avoids overly strict type checking */ in t1_Dup() function
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dt1imager.h47 extern xobject t1_Dup();
91 #define Dup(o) t1_Dup(o)
H A Dobjects.h39 #define Dup(obj) t1_Dup(obj)
48 struct xobject *t1_Dup(); /* duplicate an object */
H A Dobjects.c493 struct xobject *t1_Dup(obj) /* non-ANSI avoids overly strict type checking */ in t1_Dup() function
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dt1imager.h47 extern xobject t1_Dup();
91 #define Dup(o) t1_Dup(o)
H A Dobjects.h44 #define Dup(obj) t1_Dup(obj)
51 struct xobject *t1_Dup(struct xobject *); /* duplicate an object */
H A Dobjects.c506 struct xobject *t1_Dup( in t1_Dup() function
H A Dprotos.h77 extern struct xobject *t1_Dup(struct xobject *obj);