Searched refs:Tcl_GetCommandName (Results 1 - 17 of 17) sorted by relevance
| /ast/src/lib/libtksh/tcl/ |
| H A D | tclInterp.c | 702 slaveName = Tcl_GetCommandName(masterInterp, slavePtr->interpCmd); 866 tmpAliasName = Tcl_GetCommandName(slaveInterp, 1094 aliasName = Tcl_GetCommandName(slaveInterp, aliasPtr->slaveCmd); 2039 cmdName = Tcl_GetCommandName(interp, slavePtr->interpCmd); 2048 cmdName = Tcl_GetCommandName(targetPtr->slaveInterp, 2126 Tcl_GetCommandName(slavePtr->masterInterp, 2151 Tcl_GetCommandName(interp, aliasPtr->slaveCmd));
|
| /ast/src/lib/libtk/generic/ |
| H A D | tkSquare.c | 399 Tcl_GetCommandName(squarePtr->interp,
|
| H A D | tkFrame.c | 674 Tcl_GetCommandName(framePtr->interp, framePtr->widgetCmd));
|
| H A D | tkMessage.c | 773 Tcl_GetCommandName(msgPtr->interp, msgPtr->widgetCmd));
|
| H A D | tkImgBmap.c | 993 Tcl_GetCommandName(masterPtr->interp, masterPtr->imageCmd));
|
| H A D | tkMenubutton.c | 997 Tcl_GetCommandName(mbPtr->interp, mbPtr->widgetCmd));
|
| H A D | tkScrollbar.c | 989 Tcl_GetCommandName(scrollPtr->interp,
|
| H A D | tkButton.c | 1450 Tcl_GetCommandName(butPtr->interp, butPtr->widgetCmd));
|
| H A D | tkEntry.c | 1604 Tcl_GetCommandName(entryPtr->interp, entryPtr->widgetCmd));
|
| H A D | tkListbox.c | 1550 Tcl_GetCommandName(listPtr->interp, listPtr->widgetCmd));
|
| H A D | tkScale.c | 1789 Tcl_GetCommandName(scalePtr->interp, scalePtr->widgetCmd));
|
| H A D | tkText.c | 964 Tcl_GetCommandName(textPtr->interp,
|
| H A D | tkMenu.c | 2160 Tcl_GetCommandName(menuPtr->interp, menuPtr->widgetCmd));
|
| H A D | tkCanvas.c | 1822 Tcl_GetCommandName(canvasPtr->interp,
|
| H A D | tkImgPhoto.c | 1920 Tcl_GetCommandName(masterPtr->interp, masterPtr->imageCmd));
|
| /ast/src/lib/libtksh/src/ |
| H A D | eval.c | 105 * Tcl_GetCommandName -- 121 Tcl_GetCommandName(Tcl_Interp *interp, Tcl_Command command) function
|
| /ast/src/lib/libtksh/include/ |
| H A D | tcl.h | 948 EXTERN char * Tcl_GetCommandName _ANSI_ARGS_((Tcl_Interp *interp,
|
Completed in 94 milliseconds