Lines Matching refs:repeat
290 set ::str [string repeat A 65537]
291 set ::rep [string repeat B 65537]
301 # set ::str [string repeat %J 2100]
302 set ::str [string repeat %J 12100]
307 set ::str1 [string repeat A [expr {$SQLITE_LIMIT_LENGTH - 10}]]
308 set ::str2 [string repeat B [expr {$SQLITE_LIMIT_LENGTH - 10}]]
313 set ::str1 [string repeat ' [expr {$SQLITE_LIMIT_LENGTH - 10}]]
318 set ::str1 [string repeat ' [expr {$SQLITE_LIMIT_LENGTH - 10}]]
334 set ::str1 [string repeat A $np1]
379 set strvalue [string repeat A $::SQLITE_LIMIT_LENGTH]
394 set blobvalue [string repeat 41 $::SQLITE_LIMIT_LENGTH]
404 set strvalue [string repeat D [expr {$SQLITE_LIMIT_LENGTH-11}]]
428 append sql [string repeat $tail $N]
438 append sql [string repeat $tail $N]
703 set expr "(1 [string repeat {AND 1 } $max])"
729 set expr "(a [string repeat {AND 1 } 50]) AS a"
853 set ::pattern [string repeat "A%" [expr $max/2]]
854 set ::string [string repeat "A" [expr {$max*2}]]
861 set ::pattern [string repeat "A%" [expr {($max/2) + 1}]]
862 set ::string [string repeat "A" [expr {$max*2}]]
882 # set ::format "[string repeat A 60][string repeat "%J" $::N]"
908 set nm [string repeat x 10000]