Lines Matching refs:line
193 proc sqlitecon::addHistory {w line} { argument
197 if {[string compare $last $line]} {
198 lappend v(history) $line
202 set v(history) [list $line]
215 set line [$w get $start "$start lineend"]
219 set cmd $line
221 set cmd $v(prior)\n$line
405 set line [lindex $v(history) $v(current)]
406 sqlitecon::SetLine $w $line
415 set line [lindex $v(history) $v(current)]
416 sqlitecon::SetLine $w $line
421 proc sqlitecon::SetLine {w line} { argument
426 $w insert end $line
582 foreach line [split $topaste \n] {
588 $w insert insert $line