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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCompile.c425 unsigned char *pc, Tcl_Obj *bufferObj);
3489 Tcl_Obj *bufferObj;
3492 TclNewObj(bufferObj);
3493 numBytes = FormatInstruction(codePtr, pc, bufferObj);
3494 fprintf(stdout, "%s", TclGetString(bufferObj));
3495 Tcl_DecrRefCount(bufferObj);
3556 Tcl_Obj *bufferObj;
3558 TclNewObj(bufferObj);
3559 PrintSourceToObj(bufferObj, stringPtr, maxChars);
3560 fprintf(outFile, "%s", TclGetString(bufferObj));
3454 Tcl_Obj *bufferObj; local
3519 Tcl_Obj *bufferObj; local
3550 Tcl_Obj *bufferObj; local
3820 FormatInstruction( ByteCode *codePtr, unsigned char *pc, Tcl_Obj *bufferObj) argument
[all...]

Completed in 115 milliseconds