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

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkUtil.c271 Tk_TSOffset *offsetPtr = (Tk_TSOffset *) (widgRec + offset);
370 * internal tile structure. Most of the times, offsetPtr is a pointer to
375 memcpy(offsetPtr, &tsoffset, sizeof(Tk_TSOffset));
413 Tk_TSOffset *offsetPtr = (Tk_TSOffset *) (widgRec + offset);
416 if (offsetPtr->flags & TK_OFFSET_INDEX) {
417 if (offsetPtr->flags >= INT_MAX) {
421 sprintf(p, "%d", offsetPtr->flags & ~TK_OFFSET_INDEX);
425 if (offsetPtr->flags & TK_OFFSET_TOP) {
426 if (offsetPtr->flags & TK_OFFSET_LEFT) {
428 } else if (offsetPtr
266 Tk_TSOffset *offsetPtr = (Tk_TSOffset *) (widgRec + offset); local
407 Tk_TSOffset *offsetPtr = (Tk_TSOffset *) (widgRec + offset); local
[all...]
H A DtkTextIndex.c575 * *offsetPtr is set to hold the integer offset within the segment of the
587 int *offsetPtr) /* Where to store offset within segment, or
598 if (offsetPtr != NULL) {
599 *offsetPtr = offset;
577 TkTextIndexToSeg( CONST TkTextIndex *indexPtr, int *offsetPtr) argument
H A DtkText.h1090 int *offsetPtr);
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkUtil.c276 Tk_TSOffset *offsetPtr = (Tk_TSOffset *)(widgRec + offset);
366 * in the internal tile structure. Most of the times, offsetPtr
372 memcpy(offsetPtr,&tsoffset, sizeof(Tk_TSOffset));
411 Tk_TSOffset *offsetPtr = (Tk_TSOffset *)(widgRec + offset);
414 if ((offsetPtr->flags) & TK_OFFSET_INDEX) {
415 if ((offsetPtr->flags) >= INT_MAX) {
419 sprintf(p, "%d",(offsetPtr->flags & (~TK_OFFSET_INDEX)));
423 if ((offsetPtr->flags) & TK_OFFSET_TOP) {
424 if ((offsetPtr->flags) & TK_OFFSET_LEFT) {
426 } else if ((offsetPtr
271 Tk_TSOffset *offsetPtr = (Tk_TSOffset *)(widgRec + offset); local
405 Tk_TSOffset *offsetPtr = (Tk_TSOffset *)(widgRec + offset); local
[all...]
H A DtkTextIndex.c234 * variable at *offsetPtr is set to hold the integer offset within
244 TkTextIndexToSeg(indexPtr, offsetPtr)
246 int *offsetPtr; /* Where to store offset within segment, or
257 if (offsetPtr != NULL) {
258 *offsetPtr = offset;
H A DtkText.h861 CONST TkTextIndex *indexPtr, int *offsetPtr));
/macosx-10.9.5/hfs-226.1.1/CopyHFSMeta/
H A DScanExtents.c132 u_int16_t *offsetPtr; local
147 offsetPtr = (u_int16_t*)((uint8_t*)nodePtr + nodeSize);
151 int recOffset = S16(offsetPtr[-indx]);
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/generic/
H A DtclXutil.c162 * o offsetPtr - Place to return the converted number. Will be
170 TclX_StrToOffset (string, base, offsetPtr)
173 off_t *offsetPtr;
209 *offsetPtr = i;
322 TclX_GetOffsetFromObj (interp, objPtr, offsetPtr)
325 off_t *offsetPtr;
331 *offsetPtr = intOff;
H A DtclXlib.c89 off_t *offsetPtr,
393 * o offsetPtr - Start of the package in the library.
400 GetPackageIndexEntry (interp, packageName, fileNamePtr, offsetPtr, lengthPtr)
404 off_t *offsetPtr;
431 if (TclX_GetOffsetFromObj (interp, pkgDataObjv [1], offsetPtr) != TCL_OK)
H A DtclExtdInt.h248 off_t *offsetPtr));
279 off_t *offsetPtr));
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DSUtils.c2018 SInt16 *offsetPtr; local
2085 offsetPtr = (SInt16*) ((Byte*) buffer + nodeSize - 4*sizeof(SInt16));
2087 *offsetPtr++ = sizeof(BTNodeDescriptor) + sizeof(BTHeaderRec) + kBTreeHeaderUserBytes + nodeBitsInHeader/8; // offset to free space
2088 *offsetPtr++ = sizeof(BTNodeDescriptor) + sizeof(BTHeaderRec) + kBTreeHeaderUserBytes; // offset to allocation map
2089 *offsetPtr++ = sizeof(BTNodeDescriptor) + sizeof(BTHeaderRec); // offset to user space
2090 *offsetPtr = sizeof(BTNodeDescriptor); // offset to BTH
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1/
H A DtclIO.c470 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr));
472 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr,
3981 * and *offsetPtr is filled with the total number of bytes in the
3992 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
4007 int *offsetPtr; /* On input, contains how many bytes of
4016 offset = *offsetPtr;
4047 *offsetPtr += 1;
4064 *offsetPtr += dstWrote;
4085 * the object, *offsetPtr is filled with the number of bytes that
4097 ReadChars(chanPtr, objPtr, charsToRead, offsetPtr, factorPt
[all...]
H A DtclIO.c.orig448 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr));
450 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr,
3657 * and *offsetPtr is filled with the total number of bytes in the
3668 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
3683 int *offsetPtr; /* On input, contains how many bytes of
3692 offset = *offsetPtr;
3723 *offsetPtr += 1;
3740 *offsetPtr += dstWrote;
3761 * the object, *offsetPtr is filled with the number of bytes that
3773 ReadChars(chanPtr, objPtr, charsToRead, offsetPtr, factorPt
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclIO.c470 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr));
472 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr,
3981 * and *offsetPtr is filled with the total number of bytes in the
3992 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
4007 int *offsetPtr; /* On input, contains how many bytes of
4016 offset = *offsetPtr;
4047 *offsetPtr += 1;
4064 *offsetPtr += dstWrote;
4085 * the object, *offsetPtr is filled with the number of bytes that
4097 ReadChars(chanPtr, objPtr, charsToRead, offsetPtr, factorPt
[all...]
H A DtclIO.c.orig448 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr));
450 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr,
3657 * and *offsetPtr is filled with the total number of bytes in the
3668 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
3683 int *offsetPtr; /* On input, contains how many bytes of
3692 offset = *offsetPtr;
3723 *offsetPtr += 1;
3740 *offsetPtr += dstWrote;
3761 * the object, *offsetPtr is filled with the number of bytes that
3773 ReadChars(chanPtr, objPtr, charsToRead, offsetPtr, factorPt
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1a2/
H A DtclIO.c.orig447 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr));
449 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr,
3631 * and *offsetPtr is filled with the total number of bytes in the
3642 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
3657 int *offsetPtr; /* On input, contains how many bytes of
3666 offset = *offsetPtr;
3697 *offsetPtr += 1;
3714 *offsetPtr += dstWrote;
3735 * the object, *offsetPtr is filled with the number of bytes that
3747 ReadChars(chanPtr, objPtr, charsToRead, offsetPtr, factorPt
[all...]
H A DtclIO.c460 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr));
462 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr,
3895 * and *offsetPtr is filled with the total number of bytes in the
3906 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
3921 int *offsetPtr; /* On input, contains how many bytes of
3930 offset = *offsetPtr;
3961 *offsetPtr += 1;
3978 *offsetPtr += dstWrote;
3999 * the object, *offsetPtr is filled with the number of bytes that
4011 ReadChars(chanPtr, objPtr, charsToRead, offsetPtr, factorPt
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b1/
H A DtclIO.c.orig448 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr));
450 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr,
3657 * and *offsetPtr is filled with the total number of bytes in the
3668 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
3683 int *offsetPtr; /* On input, contains how many bytes of
3692 offset = *offsetPtr;
3723 *offsetPtr += 1;
3740 *offsetPtr += dstWrote;
3761 * the object, *offsetPtr is filled with the number of bytes that
3773 ReadChars(chanPtr, objPtr, charsToRead, offsetPtr, factorPt
[all...]
H A DtclIO.c474 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr));
476 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr,
3999 * and *offsetPtr is filled with the total number of bytes in the
4010 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
4025 int *offsetPtr; /* On input, contains how many bytes of
4034 offset = *offsetPtr;
4065 *offsetPtr += 1;
4082 *offsetPtr += dstWrote;
4103 * the object, *offsetPtr is filled with the number of bytes that
4115 ReadChars(chanPtr, objPtr, charsToRead, offsetPtr, factorPt
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclIO.c.orig448 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr));
450 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr,
3657 * and *offsetPtr is filled with the total number of bytes in the
3668 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
3683 int *offsetPtr; /* On input, contains how many bytes of
3692 offset = *offsetPtr;
3723 *offsetPtr += 1;
3740 *offsetPtr += dstWrote;
3761 * the object, *offsetPtr is filled with the number of bytes that
3773 ReadChars(chanPtr, objPtr, charsToRead, offsetPtr, factorPt
[all...]
H A DtclIO.c474 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr));
476 Tcl_Obj *objPtr, int charsLeft, int *offsetPtr,
3999 * and *offsetPtr is filled with the total number of bytes in the
4010 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
4025 int *offsetPtr; /* On input, contains how many bytes of
4034 offset = *offsetPtr;
4065 *offsetPtr += 1;
4082 *offsetPtr += dstWrote;
4103 * the object, *offsetPtr is filled with the number of bytes that
4115 ReadChars(chanPtr, objPtr, charsToRead, offsetPtr, factorPt
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclIO.c137 int *offsetPtr));
140 int *offsetPtr, int *factorPtr));
4672 * and *offsetPtr is filled with the total number of bytes in the
4683 ReadBytes(statePtr, objPtr, bytesToRead, offsetPtr)
4698 int *offsetPtr; /* On input, contains how many bytes of
4707 offset = *offsetPtr;
4738 *offsetPtr += 1;
4755 *offsetPtr += dstWrote;
4776 * the object, *offsetPtr is filled with the number of bytes that
4788 ReadChars(statePtr, objPtr, charsToRead, offsetPtr, factorPt
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclIO.c99 int charsLeft, int *offsetPtr);
101 int charsLeft, int *offsetPtr, int *factorPtr);
5401 * *offsetPtr is filled with the total number of bytes in the object
5426 int *offsetPtr) /* On input, contains how many bytes of objPtr
5435 offset = *offsetPtr;
5466 *offsetPtr += 1;
5483 *offsetPtr += dstWrote;
5505 * *offsetPtr is filled with the number of bytes that were appended, and
5530 int *offsetPtr, /* On input, contains how many bytes of objPtr
5548 offset = *offsetPtr;
5355 ReadBytes( ChannelState *statePtr, Tcl_Obj *objPtr, int bytesToRead, int *offsetPtr) argument
5458 ReadChars( ChannelState *statePtr, Tcl_Obj *objPtr, int charsToRead, int *offsetPtr, int *factorPtr) argument
[all...]

Completed in 300 milliseconds