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

/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXPort.h170 * TkpScanWindowId is just an alias for Tcl_GetInt on Unix.
173 #define TkpScanWindowId(i,s,wp) \ macro
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXPort.h168 * TkpScanWindowId is just an alias for Tcl_GetInt on Unix.
171 #define TkpScanWindowId(i,s,wp) \ macro
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkIntPlatDecls.h67 EXTERN int TkpScanWindowId(Tcl_Interp *interp,
525 EXTERN int TkpScanWindowId(Tcl_Interp *interp,
710 #ifndef TkpScanWindowId
711 #define TkpScanWindowId \ macro
1062 #ifndef TkpScanWindowId
1063 #define TkpScanWindowId \ macro
H A DtkStubInit.c353 TkpScanWindowId, /* 6 */
450 TkpScanWindowId, /* 8 */
H A DtkCmds.c1546 if (TkpScanWindowId(interp, string, &id) != TCL_OK) {
H A DtkBind.c3886 * TkpScanWindowId. [Bug #411307]
3889 if ((TkpScanWindowId(NULL, name, &id) != TCL_OK) ||
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkIntPlatDecls.h51 EXTERN int TkpScanWindowId _ANSI_ARGS_((Tcl_Interp * interp,
413 EXTERN int TkpScanWindowId _ANSI_ARGS_((Tcl_Interp * interp,
646 #ifndef TkpScanWindowId
647 #define TkpScanWindowId \ macro
1204 #ifndef TkpScanWindowId
1205 #define TkpScanWindowId \ macro
H A DtkStubInit.c348 TkpScanWindowId, /* 6 */
513 TkpScanWindowId, /* 8 */
H A DtkCmds.c1545 if (TkpScanWindowId(interp, string, &id) != TCL_OK) {
H A DtkBind.c3919 * TkpScanWindowId. [Bug #411307]
3922 if ((TkpScanWindowId(NULL, name, &id) != TCL_OK) ||
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixXId.c581 * TkpScanWindowId --
598 TkpScanWindowId(
586 TkpScanWindowId( function
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixXId.c596 * TkpScanWindowId --
613 TkpScanWindowId(interp, string, idPtr)
601 TkpScanWindowId(interp, string, idPtr) function
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinTest.c266 TkpScanWindowId(interp, argv[1], &id);
H A DtkWinWindow.c190 * TkpScanWindowId --
210 TkpScanWindowId(interp, string, idPtr)
205 TkpScanWindowId(interp, string, idPtr) function
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinWindow.c193 * TkpScanWindowId --
212 TkpScanWindowId(
207 TkpScanWindowId( function

Completed in 170 milliseconds