Searched refs:cmdsw (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dcomdlg.tcl47 set cmdsw [lindex $spec 0]
48 set cmd($cmdsw) ""
49 set rname($cmdsw) [lindex $spec 1]
50 set rclass($cmdsw) [lindex $spec 2]
51 set def($cmdsw) [lindex $spec 3]
52 set verproc($cmdsw) [lindex $spec 4]
56 set cmdsw [lindex $argList end]
57 if {![info exists cmd($cmdsw)]} {
58 error "bad option \"$cmdsw\": must be [tclListValidFlags cmd]"
60 error "value for \"$cmdsw\" missin
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dcomdlg.tcl47 set cmdsw [lindex $spec 0]
48 set cmd($cmdsw) ""
49 set rname($cmdsw) [lindex $spec 1]
50 set rclass($cmdsw) [lindex $spec 2]
51 set def($cmdsw) [lindex $spec 3]
52 set verproc($cmdsw) [lindex $spec 4]
56 set cmdsw [lindex $argList end]
57 if {![info exists cmd($cmdsw)]} {
58 error "bad option \"$cmdsw\": must be [tclListValidFlags cmd]"
60 error "value for \"$cmdsw\" missin
[all...]
/macosx-10.9.5/gpt-12/
H A Dgpt.c697 } cmdsw[] = { variable in typeref:struct:__anon8968
780 for (i = 0; cmdsw[i].name != NULL && strcmp(cmd, cmdsw[i].name); i++);
782 if (cmdsw[i].fptr == NULL)
786 return ((*cmdsw[i].fptr)(argc, argv));

Completed in 75 milliseconds