Lines Matching refs:N
29 # N will be the number of virtual tables we have defined.
31 unset -nocomplain N
32 for {set N 1} {$N<=20} {incr N} {
38 # Create $N tables and $N virtual tables to echo them.
42 do_test vtabC-1.$N.1 {
43 for {set i 1} {$i<=$::N} {incr i} {
49 } [expr {$N*2}]
50 do_test vtabC-1.$N.2 {
57 do_test vtabC-1.$N.3 {
60 for {set i 1} {$i<=$::N} {incr i} {
66 } [expr {$N*2+2}]
67 do_test vtabC-1.$N.4 {
73 for {set j 1} {$j<=$::N} {incr j} {
74 do_test vtabC-1.$N.5.$j {
77 do_test vtabC-1.$N.6.$j {
81 do_test vtabC-1.$N.7 {
83 for {set i 1} {$i<=$::N} {incr i} {
86 for {set i 1} {$i<=$::N} {incr i} {
92 } [expr {$N*2+3}]
93 do_test vtabC-1.$N.8 {
100 for {set j 1} {$j<=$::N} {incr j} {
105 do_test vtabC-1.$N.9.$j {
108 do_test vtabC-1.$N.10.$j {
113 unset -nocomplain res N i j