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

/ast/src/lib/libtk/generic/
H A DtkTextBTree.c406 TkTextSegment *curPtr; /* Current segment; new characters
422 curPtr = prevPtr;
441 if (curPtr == NULL) {
445 segPtr->nextPtr = curPtr->nextPtr;
446 curPtr->nextPtr = segPtr;
451 curPtr = segPtr;
469 curPtr = NULL;
401 TkTextSegment *curPtr; /* Current segment; new characters local

Completed in 24 milliseconds