Lines Matching refs:off
36 # should default to off
39 list [regexp {stats: off} $res]
55 list [regexp {stats: off} $res]
58 # .stats ON|OFF Turn stats on or off
61 #} {1 {Usage: .stats on|off}}
71 } {1 {Usage: .stats ?on|off|stmt|vmstep?}}
76 list [regexp {stats: off} $res]
90 list [regexp {stats: off} $res]
93 # make sure stats not present when off
116 catchcmd ":memory:" "CREATE TABLE t1(x);\n.trace off\n.trace off\n"
119 catchcmd ":memory:" ".trace stdout\n.dump\n.trace off\n"