Searched refs:TCL_LOADMAX (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclLoadAout.c65 * TCL_LOADMAX is the maximum size of a load module, and is used as
69 #ifndef TCL_LOADMAX
70 #define TCL_LOADMAX 2000000L macro
253 if (relocatedSize > TCL_LOADMAX) {
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadAout.c70 * TCL_LOADMAX is the maximum size of a load module, and is used as
74 #ifndef TCL_LOADMAX
75 #define TCL_LOADMAX 2000000L macro
317 if (relocatedSize > TCL_LOADMAX) {
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A DtclLoadAout.c67 * TCL_LOADMAX is the maximum size of a load module, and is used as
71 #ifndef TCL_LOADMAX
72 #define TCL_LOADMAX 2000000L macro
284 if (relocatedSize > TCL_LOADMAX) {

Completed in 187 milliseconds