Home
last modified time | relevance | path

Searched refs:nonewline (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libcmd/common/
H A Dreadlink.c49 nonewline = 0, in b_readlink() local
65 nonewline = opt_info.num; in b_readlink()
105 if (!nonewline) in b_readlink()
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dspace_used.tcl82 puts -nonewline "INSERT INTO space_used VALUES('$name'"
83 puts -nonewline ",[expr {$type=="index"}]"
97 puts -nonewline "-- Total unused bytes on primary pages: $total_unused_primary"
104 puts -nonewline "-- Total unused bytes on overflow pages: $total_unused_ovfl"
H A Dmkopts.tcl27 if {$col==0} {puts -nonewline " "}
29 puts -nonewline [format " %-21s" $x]
H A Dspaceanal.tcl431 puts -nonewline "INSERT INTO space_used VALUES("
434 puts -nonewline "'$qn','$qtn',"
435 puts -nonewline "$x(is_index),$x(nentry),$x(payload),$x(mx_payload),"
436 puts -nonewline "$x(n_ovfl),$x(pri_pages),$x(ovfl_pages),$x(pri_unused),"
/titanic_41/usr/src/lib/libsqlite/test/
H A Dcopy.test47 puts -nonewline $f "11|22|33\r"
48 puts -nonewline $f "22|33|44\r\n"
49 puts -nonewline $f "33|44|55\n"
50 puts -nonewline $f "44|55|66\r"
51 puts -nonewline $f "55|66|77\r\n"
52 puts -nonewline $f "66|77|88\n"
H A Dtester.tcl102 puts -nonewline $name...
141 puts -nonewline $name...
H A Dmemleak.test73 puts -nonewline memory-leak-test-$tail...
H A Dall.test89 puts -nonewline memory-leak-test...
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dvi.c111 char nonewline; member
807 if(vp->nonewline==0 && !vp->ed->e_nocrnl) in cntlmode()
809 vp->nonewline = 0; in cntlmode()
2349 vp->nonewline++; in textmod()