HomeSort by relevance Sort by last modified time
    Searched refs:nonewline (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/sqlite/src/tool/
vdbe-compress.tcl 111 puts -nonewline $beforeUnion
121 puts -nonewline $unionDef
125 puts -nonewline $afterUnion
mkopts.tcl 24 if {$col==0} {puts -nonewline " "}
26 puts -nonewline [format " %-21s" $x]
space_used.tcl 79 puts -nonewline "INSERT INTO space_used VALUES('$name'"
80 puts -nonewline ",[expr {$type=="index"}]"
94 puts -nonewline "-- Total unused bytes on primary pages: $total_unused_primary"
101 puts -nonewline "-- Total unused bytes on overflow pages: $total_unused_ovfl"
split-sqlite3c.tcl 51 puts -nonewline $out $content
omittest.tcl 69 puts -nonewline "Building $dir..."
102 puts -nonewline "Testing $dir..."
restore_jrnl.tcl 62 puts -nonewline "$name ..."
spaceanal.tcl 610 puts -nonewline "INSERT INTO space_used VALUES"
615 puts -nonewline $sep$v
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree_perf.tcl 35 puts -nonewline "Inserting into btree... "
46 puts -nonewline "Inserting into rtree... "
58 puts -nonewline "Selecting from btree... "
67 puts -nonewline "Selecting from rtree... "
  /external/libppp/src/
prompt.c 94 if (p->nonewline)
95 p->nonewline = 0;
199 p->nonewline = 1; /* Maybe command_Decode does a prompt */
221 p->nonewline = 0;
231 p->nonewline = 0;
269 p->nonewline = 0;
350 p->nonewline = 1;
413 p->nonewline = 1;
555 p->nonewline = 1;
prompt.h 48 unsigned nonewline : 1; /* need a newline before our prompt ? */ member in struct:prompt
  /external/chromium_org/third_party/sqlite/src/test/
wal_common.tcl 70 puts -nonewline $fd $blob
releasetest.tcl 230 puts -nonewline "Testing configuration \"$name\" (logfile=$dir/test.log)..."
245 puts -nonewline [format " (%d:%.2d) " $minutes $seconds]
293 puts -nonewline "Set the -platform option to "
tester.tcl 173 puts -nonewline "Press RETURN to begin..."
343 puts -nonewline $name...
455 puts -nonewline [format {%-21.21s } $name...]
471 puts -nonewline [format {%-21.21s } $name...]
    [all...]

Completed in 536 milliseconds