Lines Matching refs:aEntry
46 # Array ::aEntry contains the contents of database table t1. Array keys are
50 array set aEntry [list]
71 lappend ::lSavepoint [list $zName [array get ::aEntry]]
79 unset -nocomplain ::aEntry
80 array set ::aEntry [lindex $::lSavepoint $i 1]
114 set ::aEntry($x) $y
124 unset -nocomplain ::aEntry($x)
136 set nEntry2 [array size ::aEntry]
141 if {![info exists ::aEntry($x)]} {
144 if {$::aEntry($x) ne $y} {
145 error "Entry $x is set to {$y} in database, {$::aEntry($x)} in array"
246 unset -nocomplain ::aEntry
279 unset -nocomplain ::aEntry