Lines Matching refs:width
428 # column Left-aligned columns. (See .width)
627 [regexp {width:} $res]
692 # .width NUM NUM ... Set column widths for "column" mode
694 catchcmd "test.db" ".width"
697 catchcmd "test.db" ".width xxx"
698 # this should be treated the same as a '0' width for col 1
701 catchcmd "test.db" ".width xxx yyy"
702 # this should be treated the same as a '0' width for col 1 and 2
705 catchcmd "test.db" ".width 1 1"
706 # this should be treated the same as a '1' width for col 1 and 2
709 catchcmd "test.db" ".mode column\n.header off\n.width 10 -10\nSELECT 'abcdefg', 123456;"
710 # this should be treated the same as a '1' width for col 1 and 2
713 catchcmd "test.db" ".mode column\n.header off\n.width -10 10\nSELECT 'abcdefg', 123456;"
714 # this should be treated the same as a '1' width for col 1 and 2
1229 .width 10 10