Home
last modified time | relevance | path

Searched refs:windowObjc (Results 1 – 11 of 11) sorted by relevance

/dports/x11-toolkits/tk85/tk8.5.19/macosx/
H A DtkMacOSXWm.c1519 int i, windowObjc, gotToplevel = 0; in WmColormapwindowsCmd() local
1537 if (Tcl_ListObjGetElements(interp, objv[3], &windowObjc, &windowObjv) in WmColormapwindowsCmd()
1541 cmapList = (TkWindow **) ckalloc((windowObjc+1) * sizeof(TkWindow*)); in WmColormapwindowsCmd()
1542 for (i = 0; i < windowObjc; i++) { in WmColormapwindowsCmd()
1558 cmapList[windowObjc] = winPtr; in WmColormapwindowsCmd()
1559 windowObjc++; in WmColormapwindowsCmd()
1568 wmPtr->cmapCount = windowObjc; in WmColormapwindowsCmd()
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DtkMacOSXWm.c1751 int i, windowObjc, gotToplevel = 0; in WmColormapwindowsCmd() local
1772 if (Tcl_ListObjGetElements(interp, objv[3], &windowObjc, &windowObjv) in WmColormapwindowsCmd()
1776 cmapList = (TkWindow **)ckalloc((windowObjc+1) * sizeof(TkWindow*)); in WmColormapwindowsCmd()
1777 for (i = 0; i < windowObjc; i++) { in WmColormapwindowsCmd()
1793 cmapList[windowObjc] = winPtr; in WmColormapwindowsCmd()
1794 windowObjc++; in WmColormapwindowsCmd()
1803 wmPtr->cmapCount = windowObjc; in WmColormapwindowsCmd()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DtkMacOSXWm.c1751 int i, windowObjc, gotToplevel = 0; in WmColormapwindowsCmd() local
1772 if (Tcl_ListObjGetElements(interp, objv[3], &windowObjc, &windowObjv) in WmColormapwindowsCmd()
1776 cmapList = (TkWindow **)ckalloc((windowObjc+1) * sizeof(TkWindow*)); in WmColormapwindowsCmd()
1777 for (i = 0; i < windowObjc; i++) { in WmColormapwindowsCmd()
1793 cmapList[windowObjc] = winPtr; in WmColormapwindowsCmd()
1794 windowObjc++; in WmColormapwindowsCmd()
1803 wmPtr->cmapCount = windowObjc; in WmColormapwindowsCmd()
/dports/x11-toolkits/tk85/tk8.5.19/unix/
H A DtkUnixWm.c1536 int count, i, windowObjc, gotToplevel; in WmColormapwindowsCmd() local
1570 if (Tcl_ListObjGetElements(interp, objv[3], &windowObjc, &windowObjv) in WmColormapwindowsCmd()
1575 (windowObjc+1) * sizeof(Window)); in WmColormapwindowsCmd()
1577 for (i = 0; i < windowObjc; i++) { in WmColormapwindowsCmd()
1596 cmapList[windowObjc] = wmPtr->wrapperPtr->window; in WmColormapwindowsCmd()
1597 windowObjc++; in WmColormapwindowsCmd()
1603 cmapList, windowObjc); in WmColormapwindowsCmd()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/win/
H A DtkWinWm.c2851 int i, windowObjc, gotToplevel; local
2869 if (Tcl_ListObjGetElements(interp, objv[3], &windowObjc, &windowObjv)
2874 ((windowObjc+1)*sizeof(TkWindow*)));
2876 for (i = 0; i < windowObjc; i++) {
2893 cmapList[windowObjc] = winPtr;
2894 windowObjc++;
2903 wmPtr->cmapCount = windowObjc;
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DtkWinWm.c3232 int i, windowObjc, gotToplevel; in WmColormapwindowsCmd() local
3253 if (Tcl_ListObjGetElements(interp, objv[3], &windowObjc, &windowObjv) in WmColormapwindowsCmd()
3257 cmapList = (TkWindow**)ckalloc((windowObjc + 1) * sizeof(TkWindow*)); in WmColormapwindowsCmd()
3259 for (i = 0; i < windowObjc; i++) { in WmColormapwindowsCmd()
3275 cmapList[windowObjc] = winPtr; in WmColormapwindowsCmd()
3276 windowObjc++; in WmColormapwindowsCmd()
3285 wmPtr->cmapCount = windowObjc; in WmColormapwindowsCmd()
/dports/x11-toolkits/tk85/tk8.5.19/win/
H A DtkWinWm.c3443 int i, windowObjc, gotToplevel; in WmColormapwindowsCmd() local
3461 if (Tcl_ListObjGetElements(interp, objv[3], &windowObjc, &windowObjv) in WmColormapwindowsCmd()
3466 ((windowObjc+1)*sizeof(TkWindow*))); in WmColormapwindowsCmd()
3468 for (i = 0; i < windowObjc; i++) { in WmColormapwindowsCmd()
3484 cmapList[windowObjc] = winPtr; in WmColormapwindowsCmd()
3485 windowObjc++; in WmColormapwindowsCmd()
3494 wmPtr->cmapCount = windowObjc; in WmColormapwindowsCmd()
/dports/x11-toolkits/tk87/tk8.7a5/unix/
H A DtkUnixWm.c1544 int count, i, windowObjc, gotToplevel; in WmColormapwindowsCmd() local
1580 if (Tcl_ListObjGetElements(interp, objv[3], &windowObjc, &windowObjv) in WmColormapwindowsCmd()
1584 cmapList = (Window *)ckalloc((windowObjc+1) * sizeof(Window)); in WmColormapwindowsCmd()
1586 for (i = 0; i < windowObjc; i++) { in WmColormapwindowsCmd()
1605 cmapList[windowObjc] = wmPtr->wrapperPtr->window; in WmColormapwindowsCmd()
1606 windowObjc++; in WmColormapwindowsCmd()
1612 cmapList, windowObjc); in WmColormapwindowsCmd()
/dports/x11-toolkits/tk86/tk8.6.12/unix/
H A DtkUnixWm.c1545 int count, i, windowObjc, gotToplevel; in WmColormapwindowsCmd() local
1581 if (Tcl_ListObjGetElements(interp, objv[3], &windowObjc, &windowObjv) in WmColormapwindowsCmd()
1585 cmapList = (Window *)ckalloc((windowObjc+1) * sizeof(Window)); in WmColormapwindowsCmd()
1587 for (i = 0; i < windowObjc; i++) { in WmColormapwindowsCmd()
1606 cmapList[windowObjc] = wmPtr->wrapperPtr->window; in WmColormapwindowsCmd()
1607 windowObjc++; in WmColormapwindowsCmd()
1613 cmapList, windowObjc); in WmColormapwindowsCmd()
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DtkWinWm.c3394 int i, windowObjc, gotToplevel; in WmColormapwindowsCmd() local
3415 if (Tcl_ListObjGetElements(interp, objv[3], &windowObjc, &windowObjv) in WmColormapwindowsCmd()
3419 cmapList = (TkWindow**)ckalloc((windowObjc + 1) * sizeof(TkWindow*)); in WmColormapwindowsCmd()
3421 for (i = 0; i < windowObjc; i++) { in WmColormapwindowsCmd()
3437 cmapList[windowObjc] = winPtr; in WmColormapwindowsCmd()
3438 windowObjc++; in WmColormapwindowsCmd()
3447 wmPtr->cmapCount = windowObjc; in WmColormapwindowsCmd()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/unix/
H A DtkUnixWm.c1660 int count, i, windowObjc, gotToplevel; in WmColormapwindowsCmd() local
1694 if (Tcl_ListObjGetElements(interp, objv[3], &windowObjc, &windowObjv) in WmColormapwindowsCmd()
1699 ((windowObjc+1)*sizeof(Window))); in WmColormapwindowsCmd()
1701 for (i = 0; i < windowObjc; i++) { in WmColormapwindowsCmd()
1717 cmapList[windowObjc] = wmPtr->wrapperPtr->window; in WmColormapwindowsCmd()
1718 windowObjc++; in WmColormapwindowsCmd()
1724 cmapList, windowObjc); in WmColormapwindowsCmd()