Home
last modified time | relevance | path

Searched refs:tablePtr (Results 1 – 25 of 668) sorted by relevance

12345678910>>...27

/dports/x11-toolkits/p5-Tk-TableMatrix/Tk-TableMatrix-1.26/pTk/mTk/Tktable/
H A DtkTableCell.c64 tablePtr->rows-1+tablePtr->rowOffset); in TableTrueCell()
66 tablePtr->cols-1+tablePtr->colOffset); in TableTrueCell()
172 *y -= tablePtr->rowStarts[tablePtr->topRow] in TableCellCoords()
309 tablePtr->colStarts[tablePtr->leftCol] - in TableWhatCell()
310 tablePtr->colStarts[tablePtr->titleCols]; in TableWhatCell()
312 tablePtr->rowStarts[tablePtr->topRow] - in TableWhatCell()
313 tablePtr->rowStarts[tablePtr->titleRows]; in TableWhatCell()
374 tablePtr->colStarts[tablePtr->leftCol] - in TableAtBorder()
375 tablePtr->colStarts[tablePtr->titleCols]; in TableAtBorder()
389 tablePtr->rowStarts[tablePtr->topRow] - in TableAtBorder()
[all …]
H A DtkTable.c2382 TableCellCoords(tablePtr, tablePtr->rows-1, tablePtr->cols-1, in TableDisplay()
2819 tablePtr->maxWidth : tablePtr->colStarts[tablePtr->maxReqCols],
2822 tablePtr->maxHeight : tablePtr->rowStarts[tablePtr->maxReqRows],
2884 TableRefresh(tablePtr, tablePtr->oldActRow, tablePtr->oldActCol, CELL);
2895 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, CELL);
3160 CONSTRAIN(tablePtr->topRow, tablePtr->titleRows, tablePtr->rows-1); in TableAdjustParams()
3161 CONSTRAIN(tablePtr->leftCol, tablePtr->titleCols, tablePtr->cols-1); in TableAdjustParams()
3308 tablePtr->oldTopRow = tablePtr->topRow; in TableAdjustParams()
3353 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, CELL); in TableCursorEvent()
3387 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, in TableConfigCursor()
[all …]
H A DtkTableCmds.c58 tablePtr->activeRow+tablePtr->rowOffset, in Table_ActivateCmd()
59 tablePtr->activeCol+tablePtr->colOffset, in Table_ActivateCmd()
65 tablePtr->activeCol+tablePtr->colOffset, in Table_ActivateCmd()
83 row = tablePtr->activeRow+tablePtr->rowOffset; in Table_ActivateCmd()
84 col = tablePtr->activeCol+tablePtr->colOffset; in Table_ActivateCmd()
722 tablePtr->activeRow+tablePtr->rowOffset, in Table_CurvalueCmd()
735 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, CELL); in Table_CurvalueCmd()
894 tablePtr->titleRows, tablePtr->rows-1); in Table_SelAnchorCmd()
896 tablePtr->titleCols, tablePtr->cols-1); in Table_SelAnchorCmd()
1257 CONSTRAIN(tablePtr->topRow, tablePtr->titleRows, tablePtr->rows-1); in Table_ViewCmd()
[all …]
H A DtkTableEdit.c171 maxcol = tablePtr->cols-1+tablePtr->colOffset; in Table_EditCmd()
172 maxrow = tablePtr->rows-1+tablePtr->rowOffset; in Table_EditCmd()
190 minkeyoff = tablePtr->rowOffset+tablePtr->titleRows; in Table_EditCmd()
414 TableValidateChange(tablePtr, tablePtr->activeRow+tablePtr->rowOffset,
415 tablePtr->activeCol+tablePtr->colOffset,
437 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, CELL);
494 TableValidateChange(tablePtr, tablePtr->activeRow+tablePtr->rowOffset,
495 tablePtr->activeCol+tablePtr->colOffset,
547 TableValidateChange(tablePtr, tablePtr->activeRow+tablePtr->rowOffset,
548 tablePtr->activeCol+tablePtr->colOffset,
[all …]
/dports/x11-toolkits/p5-Tk-TableMatrix/Tk-TableMatrix-1.26/pTk/mTk/Tktable800/
H A DtkTableCell.c64 tablePtr->rows-1+tablePtr->rowOffset); in TableTrueCell()
66 tablePtr->cols-1+tablePtr->colOffset); in TableTrueCell()
172 *y -= tablePtr->rowStarts[tablePtr->topRow] in TableCellCoords()
309 tablePtr->colStarts[tablePtr->leftCol] - in TableWhatCell()
310 tablePtr->colStarts[tablePtr->titleCols]; in TableWhatCell()
312 tablePtr->rowStarts[tablePtr->topRow] - in TableWhatCell()
313 tablePtr->rowStarts[tablePtr->titleRows]; in TableWhatCell()
374 tablePtr->colStarts[tablePtr->leftCol] - in TableAtBorder()
375 tablePtr->colStarts[tablePtr->titleCols]; in TableAtBorder()
389 tablePtr->rowStarts[tablePtr->topRow] - in TableAtBorder()
[all …]
H A DtkTable.c2382 TableCellCoords(tablePtr, tablePtr->rows-1, tablePtr->cols-1, in TableDisplay()
2819 tablePtr->maxWidth : tablePtr->colStarts[tablePtr->maxReqCols],
2822 tablePtr->maxHeight : tablePtr->rowStarts[tablePtr->maxReqRows],
2884 TableRefresh(tablePtr, tablePtr->oldActRow, tablePtr->oldActCol, CELL);
2895 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, CELL);
3160 CONSTRAIN(tablePtr->topRow, tablePtr->titleRows, tablePtr->rows-1); in TableAdjustParams()
3161 CONSTRAIN(tablePtr->leftCol, tablePtr->titleCols, tablePtr->cols-1); in TableAdjustParams()
3308 tablePtr->oldTopRow = tablePtr->topRow; in TableAdjustParams()
3353 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, CELL); in TableCursorEvent()
3387 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, in TableConfigCursor()
[all …]
H A DtkTableCmds.c58 tablePtr->activeRow+tablePtr->rowOffset, in Table_ActivateCmd()
59 tablePtr->activeCol+tablePtr->colOffset, in Table_ActivateCmd()
65 tablePtr->activeCol+tablePtr->colOffset, in Table_ActivateCmd()
83 row = tablePtr->activeRow+tablePtr->rowOffset; in Table_ActivateCmd()
84 col = tablePtr->activeCol+tablePtr->colOffset; in Table_ActivateCmd()
721 tablePtr->activeRow+tablePtr->rowOffset, in Table_CurvalueCmd()
734 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, CELL); in Table_CurvalueCmd()
893 tablePtr->titleRows, tablePtr->rows-1); in Table_SelAnchorCmd()
895 tablePtr->titleCols, tablePtr->cols-1); in Table_SelAnchorCmd()
1256 CONSTRAIN(tablePtr->topRow, tablePtr->titleRows, tablePtr->rows-1); in Table_ViewCmd()
[all …]
H A DtkTableEdit.c171 maxcol = tablePtr->cols-1+tablePtr->colOffset; in Table_EditCmd()
172 maxrow = tablePtr->rows-1+tablePtr->rowOffset; in Table_EditCmd()
190 minkeyoff = tablePtr->rowOffset+tablePtr->titleRows; in Table_EditCmd()
414 TableValidateChange(tablePtr, tablePtr->activeRow+tablePtr->rowOffset,
415 tablePtr->activeCol+tablePtr->colOffset,
437 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, CELL);
494 TableValidateChange(tablePtr, tablePtr->activeRow+tablePtr->rowOffset,
495 tablePtr->activeCol+tablePtr->colOffset,
547 TableValidateChange(tablePtr, tablePtr->activeRow+tablePtr->rowOffset,
548 tablePtr->activeCol+tablePtr->colOffset,
[all …]
/dports/x11-toolkits/p5-Tk-TableMatrix/Tk-TableMatrix-1.26/pTk/
H A DtkTableCell.c64 tablePtr->rows-1+tablePtr->rowOffset); in TableTrueCell()
66 tablePtr->cols-1+tablePtr->colOffset); in TableTrueCell()
172 *y -= tablePtr->rowStarts[tablePtr->topRow] in TableCellCoords()
309 tablePtr->colStarts[tablePtr->leftCol] - in TableWhatCell()
310 tablePtr->colStarts[tablePtr->titleCols]; in TableWhatCell()
312 tablePtr->rowStarts[tablePtr->topRow] - in TableWhatCell()
313 tablePtr->rowStarts[tablePtr->titleRows]; in TableWhatCell()
374 tablePtr->colStarts[tablePtr->leftCol] - in TableAtBorder()
375 tablePtr->colStarts[tablePtr->titleCols]; in TableAtBorder()
389 tablePtr->rowStarts[tablePtr->topRow] - in TableAtBorder()
[all …]
H A DtkTable.c2382 TableCellCoords(tablePtr, tablePtr->rows-1, tablePtr->cols-1, in TableDisplay()
2819 tablePtr->maxWidth : tablePtr->colStarts[tablePtr->maxReqCols],
2822 tablePtr->maxHeight : tablePtr->rowStarts[tablePtr->maxReqRows],
2884 TableRefresh(tablePtr, tablePtr->oldActRow, tablePtr->oldActCol, CELL);
2895 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, CELL);
3160 CONSTRAIN(tablePtr->topRow, tablePtr->titleRows, tablePtr->rows-1); in TableAdjustParams()
3161 CONSTRAIN(tablePtr->leftCol, tablePtr->titleCols, tablePtr->cols-1); in TableAdjustParams()
3308 tablePtr->oldTopRow = tablePtr->topRow; in TableAdjustParams()
3353 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, CELL); in TableCursorEvent()
3387 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, in TableConfigCursor()
[all …]
H A DtkTableCmds.c58 tablePtr->activeRow+tablePtr->rowOffset, in Table_ActivateCmd()
59 tablePtr->activeCol+tablePtr->colOffset, in Table_ActivateCmd()
65 tablePtr->activeCol+tablePtr->colOffset, in Table_ActivateCmd()
83 row = tablePtr->activeRow+tablePtr->rowOffset; in Table_ActivateCmd()
84 col = tablePtr->activeCol+tablePtr->colOffset; in Table_ActivateCmd()
722 tablePtr->activeRow+tablePtr->rowOffset, in Table_CurvalueCmd()
735 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, CELL); in Table_CurvalueCmd()
894 tablePtr->titleRows, tablePtr->rows-1); in Table_SelAnchorCmd()
896 tablePtr->titleCols, tablePtr->cols-1); in Table_SelAnchorCmd()
1257 CONSTRAIN(tablePtr->topRow, tablePtr->titleRows, tablePtr->rows-1); in Table_ViewCmd()
[all …]
H A DtkTableEdit.c171 maxcol = tablePtr->cols-1+tablePtr->colOffset; in Table_EditCmd()
172 maxrow = tablePtr->rows-1+tablePtr->rowOffset; in Table_EditCmd()
190 minkeyoff = tablePtr->rowOffset+tablePtr->titleRows; in Table_EditCmd()
414 TableValidateChange(tablePtr, tablePtr->activeRow+tablePtr->rowOffset,
415 tablePtr->activeCol+tablePtr->colOffset,
437 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, CELL);
494 TableValidateChange(tablePtr, tablePtr->activeRow+tablePtr->rowOffset,
495 tablePtr->activeCol+tablePtr->colOffset,
547 TableValidateChange(tablePtr, tablePtr->activeRow+tablePtr->rowOffset,
548 tablePtr->activeCol+tablePtr->colOffset,
[all …]
/dports/x11-toolkits/tktable/Tktable2.10/generic/
H A DtkTableCell.c60 tablePtr->rows-1+tablePtr->rowOffset); in TableTrueCell()
62 tablePtr->cols-1+tablePtr->colOffset); in TableTrueCell()
168 *y -= tablePtr->rowStarts[tablePtr->topRow] in TableCellCoords()
305 tablePtr->colStarts[tablePtr->leftCol] - in TableWhatCell()
306 tablePtr->colStarts[tablePtr->titleCols]; in TableWhatCell()
308 tablePtr->rowStarts[tablePtr->topRow] - in TableWhatCell()
309 tablePtr->rowStarts[tablePtr->titleRows]; in TableWhatCell()
370 tablePtr->colStarts[tablePtr->leftCol] - in TableAtBorder()
371 tablePtr->colStarts[tablePtr->titleCols]; in TableAtBorder()
385 tablePtr->rowStarts[tablePtr->topRow] - in TableAtBorder()
[all …]
H A DtkTable.c2517 TableCellCoords(tablePtr, tablePtr->rows-1, tablePtr->cols-1, in TableDisplay()
2956 tablePtr->maxWidth : tablePtr->colStarts[tablePtr->maxReqCols],
2959 tablePtr->maxHeight : tablePtr->rowStarts[tablePtr->maxReqRows],
3021 TableRefresh(tablePtr, tablePtr->oldActRow, tablePtr->oldActCol, CELL);
3032 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, CELL);
3297 CONSTRAIN(tablePtr->topRow, tablePtr->titleRows, tablePtr->rows-1); in TableAdjustParams()
3298 CONSTRAIN(tablePtr->leftCol, tablePtr->titleCols, tablePtr->cols-1); in TableAdjustParams()
3447 tablePtr->oldTopRow = tablePtr->topRow; in TableAdjustParams()
3492 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, CELL); in TableCursorEvent()
3526 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, in TableConfigCursor()
[all …]
H A DtkTableCmds.c67 tablePtr->activeRow+tablePtr->rowOffset, in Table_ActivateCmd()
68 tablePtr->activeCol+tablePtr->colOffset, in Table_ActivateCmd()
74 tablePtr->activeCol+tablePtr->colOffset, in Table_ActivateCmd()
93 row = tablePtr->activeRow+tablePtr->rowOffset; in Table_ActivateCmd()
94 col = tablePtr->activeCol+tablePtr->colOffset; in Table_ActivateCmd()
733 tablePtr->activeRow+tablePtr->rowOffset, in Table_CurvalueCmd()
746 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, CELL); in Table_CurvalueCmd()
906 tablePtr->titleRows, tablePtr->rows-1); in Table_SelAnchorCmd()
908 tablePtr->titleCols, tablePtr->cols-1); in Table_SelAnchorCmd()
1269 CONSTRAIN(tablePtr->topRow, tablePtr->titleRows, tablePtr->rows-1); in Table_ViewCmd()
[all …]
H A DtkTableEdit.c170 maxcol = tablePtr->cols-1+tablePtr->colOffset; in Table_EditCmd()
171 maxrow = tablePtr->rows-1+tablePtr->rowOffset; in Table_EditCmd()
189 minkeyoff = tablePtr->rowOffset+tablePtr->titleRows; in Table_EditCmd()
413 TableValidateChange(tablePtr, tablePtr->activeRow+tablePtr->rowOffset,
414 tablePtr->activeCol+tablePtr->colOffset,
436 TableRefresh(tablePtr, tablePtr->activeRow, tablePtr->activeCol, CELL);
493 TableValidateChange(tablePtr, tablePtr->activeRow+tablePtr->rowOffset,
494 tablePtr->activeCol+tablePtr->colOffset,
546 TableValidateChange(tablePtr, tablePtr->activeRow+tablePtr->rowOffset,
547 tablePtr->activeCol+tablePtr->colOffset,
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclHash.c199 tablePtr->buckets = tablePtr->staticBuckets;
200 tablePtr->staticBuckets[0] = tablePtr->staticBuckets[1] = 0;
201 tablePtr->staticBuckets[2] = tablePtr->staticBuckets[3] = 0;
456 hPtr->tablePtr = tablePtr;
478 if (tablePtr->numEntries >= tablePtr->rebuildSize) {
515 tablePtr = entryPtr->tablePtr;
628 if (tablePtr->buckets != tablePtr->staticBuckets) {
673 searchPtr->tablePtr = tablePtr;
778 tablePtr->numEntries, tablePtr->numBuckets);
858 Tcl_HashTable *tablePtr = hPtr->tablePtr; local
[all …]
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclHash.c181 tablePtr->buckets = tablePtr->staticBuckets; in Tcl_InitCustomHashTable()
234 return (*((tablePtr)->findProc))(tablePtr, key); in Tcl_FindHashEntry()
368 hPtr->tablePtr = tablePtr; in CreateHashEntry()
385 if (tablePtr->numEntries >= tablePtr->rebuildSize) { in CreateHashEntry()
421 tablePtr = entryPtr->tablePtr; in Tcl_DeleteHashEntry()
526 if (tablePtr->buckets != tablePtr->staticBuckets) { in Tcl_DeleteHashTable()
569 searchPtr->tablePtr = tablePtr; in Tcl_FirstHashEntry()
603 Tcl_HashTable *tablePtr = searchPtr->tablePtr; in Tcl_NextHashEntry() local
693 tablePtr->numEntries, tablePtr->numBuckets); in Tcl_HashStats()
775 Tcl_HashTable *tablePtr = hPtr->tablePtr; in CompareArrayKeys() local
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/atl/atl/
H A DtclHash.c95 tablePtr->buckets = tablePtr->staticBuckets;
199 if (tablePtr->buckets != tablePtr->staticBuckets) {
239 searchPtr->tablePtr = tablePtr;
345 tablePtr->numEntries, tablePtr->numBuckets);
519 hPtr->tablePtr = tablePtr;
532 if (tablePtr->numEntries >= tablePtr->rebuildSize) {
631 hPtr->tablePtr = tablePtr;
644 if (tablePtr->numEntries >= tablePtr->rebuildSize) {
768 hPtr->tablePtr = tablePtr;
784 if (tablePtr->numEntries >= tablePtr->rebuildSize) {
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/tcl/
H A DtclHash.c86 tablePtr->buckets = tablePtr->staticBuckets;
190 if (tablePtr->buckets != tablePtr->staticBuckets) {
231 searchPtr->tablePtr = tablePtr;
336 tablePtr->numEntries, tablePtr->numBuckets);
509 hPtr->tablePtr = tablePtr;
522 if (tablePtr->numEntries >= tablePtr->rebuildSize) {
621 hPtr->tablePtr = tablePtr;
634 if (tablePtr->numEntries >= tablePtr->rebuildSize) {
758 hPtr->tablePtr = tablePtr;
774 if (tablePtr->numEntries >= tablePtr->rebuildSize) {
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libtksh/tcl/
H A DtclHash.c86 tablePtr->buckets = tablePtr->staticBuckets;
190 if (tablePtr->buckets != tablePtr->staticBuckets) {
231 searchPtr->tablePtr = tablePtr;
336 tablePtr->numEntries, tablePtr->numBuckets);
509 hPtr->tablePtr = tablePtr;
522 if (tablePtr->numEntries >= tablePtr->rebuildSize) {
621 hPtr->tablePtr = tablePtr;
634 if (tablePtr->numEntries >= tablePtr->rebuildSize) {
758 hPtr->tablePtr = tablePtr;
774 if (tablePtr->numEntries >= tablePtr->rebuildSize) {
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/tcl/
H A DtclHash.c86 tablePtr->buckets = tablePtr->staticBuckets;
190 if (tablePtr->buckets != tablePtr->staticBuckets) {
231 searchPtr->tablePtr = tablePtr;
336 tablePtr->numEntries, tablePtr->numBuckets);
509 hPtr->tablePtr = tablePtr;
522 if (tablePtr->numEntries >= tablePtr->rebuildSize) {
621 hPtr->tablePtr = tablePtr;
634 if (tablePtr->numEntries >= tablePtr->rebuildSize) {
758 hPtr->tablePtr = tablePtr;
774 if (tablePtr->numEntries >= tablePtr->rebuildSize) {
[all …]
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclHash.c182 tablePtr->buckets = tablePtr->staticBuckets; in Tcl_InitCustomHashTable()
235 return (*((tablePtr)->findProc))(tablePtr, key); in Tcl_FindHashEntry()
373 hPtr->tablePtr = tablePtr; in CreateHashEntry()
390 if (tablePtr->numEntries >= tablePtr->rebuildSize) { in CreateHashEntry()
426 tablePtr = entryPtr->tablePtr; in Tcl_DeleteHashEntry()
531 if (tablePtr->buckets != tablePtr->staticBuckets) { in Tcl_DeleteHashTable()
574 searchPtr->tablePtr = tablePtr; in Tcl_FirstHashEntry()
608 Tcl_HashTable *tablePtr = searchPtr->tablePtr; in Tcl_NextHashEntry() local
682 tablePtr->numEntries, tablePtr->numBuckets); in Tcl_HashStats()
764 Tcl_HashTable *tablePtr = hPtr->tablePtr; in CompareArrayKeys() local
[all …]
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclHash.c38 ((((i)*1103515245L) >> (tablePtr)->downShift) & (tablePtr)->mask)
169 tablePtr->buckets = tablePtr->staticBuckets; in Tcl_InitCustomHashTable()
356 hPtr->tablePtr = tablePtr; in CreateHashEntry()
367 if (tablePtr->numEntries >= tablePtr->rebuildSize) { in CreateHashEntry()
401 tablePtr = entryPtr->tablePtr; in Tcl_DeleteHashEntry()
502 if (tablePtr->buckets != tablePtr->staticBuckets) { in Tcl_DeleteHashTable()
545 searchPtr->tablePtr = tablePtr; in Tcl_FirstHashEntry()
579 Tcl_HashTable *tablePtr = searchPtr->tablePtr; in Tcl_NextHashEntry() local
653 tablePtr->numEntries, tablePtr->numBuckets); in Tcl_HashStats()
735 Tcl_HashTable *tablePtr = hPtr->tablePtr; in CompareArrayKeys() local
[all …]
/dports/hebrew/hspell/hspell-1.4/
H A DtclHash.c150 (((((long) (i))*1103515245) >> (tablePtr)->downShift) & (tablePtr)->mask)
213 tablePtr->buckets = tablePtr->staticBuckets;
214 tablePtr->staticBuckets[0] = tablePtr->staticBuckets[1] = 0;
215 tablePtr->staticBuckets[2] = tablePtr->staticBuckets[3] = 0;
399 hPtr->tablePtr = tablePtr;
411 if (tablePtr->numEntries >= tablePtr->rebuildSize) {
446 tablePtr = entryPtr->tablePtr;
529 if (tablePtr->buckets != tablePtr->staticBuckets) {
569 searchPtr->tablePtr = tablePtr;
782 for (count = tablePtr->numBuckets, newChainPtr = tablePtr->buckets;
[all …]

12345678910>>...27