Lines Matching refs:last
607 && ([[$mb cget -menu] index last] != "none")} {
630 if {[$menu index last] == "none"} {
633 set length [expr [$menu index last]+1]
777 set last [$w index last]
778 if {$last == "none"} {
781 for {set i 0} {$i <= $last} {incr i} {
823 set last [$menu index last]
824 if {$last == "none"} {
827 for {set i 0} {$i <= $last} {incr i} {
849 if {![regexp {^active$|^last$|^none$|^[0-9]|^@} $s]} {
853 set last [$menu index last]
854 if {$last == "none"} {
857 for {set i 0} {$i <= $last} {incr i} {
881 if {$entry == [$menu index last]} {