Searched refs:afterSubCmds (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclTimer.c761 static CONST char *afterSubCmds[] = {
764 enum afterSubCmds {AFTER_CANCEL, AFTER_IDLE, AFTER_INFO};
840 if (Tcl_GetIndexFromObj(NULL, objv[1], afterSubCmds, "argument",
847 switch ((enum afterSubCmds) index) {
942 panic("Tcl_AfterObjCmd: bad subcommand index to afterSubCmds");
750 static CONST char *afterSubCmds[] = { local
753 enum afterSubCmds {AFTER_CANCEL, AFTER_IDLE, AFTER_INFO}; enum
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclTimer.c793 static CONST char *afterSubCmds[] = {
796 enum afterSubCmds {AFTER_CANCEL, AFTER_IDLE, AFTER_INFO};
827 || ( Tcl_GetIndexFromObj(NULL, objv[1], afterSubCmds, "", 0,
980 Tcl_Panic("Tcl_AfterObjCmd: bad subcommand index to afterSubCmds");
781 static CONST char *afterSubCmds[] = { local
784 enum afterSubCmds {AFTER_CANCEL, AFTER_IDLE, AFTER_INFO}; enum

Completed in 90 milliseconds