Home
last modified time | relevance | path

Searched refs:MAXCALLSTACK (Results 1 – 4 of 4) sorted by relevance

/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dtype1.c67 #define MAXCALLSTACK 10 /* Adobe Type1 limit */ macro
715 static struct callstackentry CallStack[MAXCALLSTACK];
738 if (++CallTop < MAXCALLSTACK) { in PushCall()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dtype1.c65 #define MAXCALLSTACK 10 /* Adobe Type1 limit */ macro
690 static struct callstackentry CallStack[MAXCALLSTACK];
717 if (++CallTop < MAXCALLSTACK) {
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dtype1.c68 #define MAXCALLSTACK 10 /* Adobe Type1 limit */ macro
820 static struct callstackentry CallStack[MAXCALLSTACK];
852 if (++CallTop < MAXCALLSTACK) {
/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dtype1.c295 #define MAXCALLSTACK 10 /* Adobe Type1 limit */ macro
416 static struct callstackentry CallStack[MAXCALLSTACK];
1155 if (++CallTop < MAXCALLSTACK) {