Searched refs:tcl_AppendToObj (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclDecls.h1175 void (*tcl_AppendToObj) _ANSI_ARGS_((Tcl_Obj * objPtr, char * bytes, int length)); /* 16 */ member in struct:TclStubs
1622 (tclStubsPtr->tcl_AppendToObj) /* 16 */
H A DtclStubs.c.orig222 (tclStubsPtr->tcl_AppendToObj)(objPtr, bytes, length);
H A DtclDecls.h.orig1169 void (*tcl_AppendToObj) _ANSI_ARGS_((Tcl_Obj * objPtr, char * bytes, int length)); /* 16 */
1616 (tclStubsPtr->tcl_AppendToObj) /* 16 */
H A DtclStubs.c222 (tclStubsPtr->tcl_AppendToObj)(objPtr, bytes, length);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclDecls.h1102 void (*tcl_AppendToObj) _ANSI_ARGS_((Tcl_Obj * objPtr, char * bytes, int length)); /* 16 */ member in struct:TclStubs
1521 (tclStubsPtr->tcl_AppendToObj)(objPtr, bytes, length) /* 16 */
H A DtclStubs.c.orig222 (tclStubsPtr->tcl_AppendToObj)(objPtr, bytes, length);
H A DtclDecls.h.orig1094 void (*tcl_AppendToObj) _ANSI_ARGS_((Tcl_Obj * objPtr, char * bytes, int length)); /* 16 */
1509 (tclStubsPtr->tcl_AppendToObj)(objPtr, bytes, length) /* 16 */
H A DtclStubs.c222 (tclStubsPtr->tcl_AppendToObj)(objPtr, bytes, length);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclDecls.h1170 void (*tcl_AppendToObj) _ANSI_ARGS_((Tcl_Obj * objPtr, char * bytes, int length)); /* 16 */ member in struct:TclStubs
1609 (tclStubsPtr->tcl_AppendToObj) /* 16 */
H A DtclStubs.c.orig222 (tclStubsPtr->tcl_AppendToObj)(objPtr, bytes, length);
H A DtclDecls.h.orig1164 void (*tcl_AppendToObj) _ANSI_ARGS_((Tcl_Obj * objPtr, char * bytes, int length)); /* 16 */
1603 (tclStubsPtr->tcl_AppendToObj) /* 16 */
H A DtclStubs.c222 (tclStubsPtr->tcl_AppendToObj)(objPtr, bytes, length);
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclDecls.h3456 void (*tcl_AppendToObj) (Tcl_Obj *objPtr, CONST char *bytes, int length); /* 16 */ member in struct:TclStubs
4126 (tclStubsPtr->tcl_AppendToObj) /* 16 */
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclDecls.h1696 void (*tcl_AppendToObj) _ANSI_ARGS_((Tcl_Obj* objPtr, CONST char* bytes, int length)); /* 16 */ member in struct:TclStubs
2372 (tclStubsPtr->tcl_AppendToObj) /* 16 */

Completed in 355 milliseconds