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

/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTableEdit.c374 string = tablePtr->activeBuf;
406 strncpy(new, tablePtr->activeBuf, (size_t) index);
407 strcpy(new+index, tablePtr->activeBuf+index+count);
415 tablePtr->activeBuf, new, index) != TCL_OK) {
420 ckfree(tablePtr->activeBuf);
421 tablePtr->activeBuf = new;
474 tablePtr->activeBuf = (char *)ckrealloc(tablePtr->activeBuf, 1);
475 tablePtr->activeBuf[0] = '\0';
481 string = tablePtr->activeBuf;
[all...]
H A DtkTableCmds.c69 tablePtr->activeBuf);
125 tablePtr->activeBuf, -1,
731 if (STREQ(value, tablePtr->activeBuf)) {
741 tablePtr->activeBuf,
745 tablePtr->activeBuf = (char *)ckrealloc(tablePtr->activeBuf, len+1);
746 strcpy(tablePtr->activeBuf, value);
755 Tcl_SetObjResult(interp, Tcl_NewStringObj(tablePtr->activeBuf, -1));
H A DtkTable.c535 tablePtr->activeBuf = ckalloc(1);
536 *(tablePtr->activeBuf) = '\0';
948 if (tablePtr->activeBuf != NULL) ckfree(tablePtr->activeBuf);
2118 string = tablePtr->activeBuf;
2747 tablePtr->activeBuf, TCL_GLOBAL_ONLY);
2763 * tablePtr->activeBuf will change.
2778 if (STREQ(tablePtr->activeBuf, data)) {
2786 tablePtr->activeBuf = (char *)ckrealloc(tablePtr->activeBuf,
[all...]
H A DtkTable.h379 char *activeBuf; /* buffer where the selection is kept member in struct:__anon13236
H A DtkTableCell.c781 len = strlen(tablePtr->activeBuf);
784 len = Tcl_NumUtfChars(tablePtr->activeBuf, len);
H A DtkTablePs.c828 value = tablePtr->activeBuf;

Completed in 76 milliseconds