Searched refs:nonewline (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | readlink.c | 49 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 D | space_used.tcl | 82 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 D | mkopts.tcl | 27 if {$col==0} {puts -nonewline " "} 29 puts -nonewline [format " %-21s" $x]
|
H A D | spaceanal.tcl | 431 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 D | copy.test | 47 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 D | tester.tcl | 102 puts -nonewline $name... 141 puts -nonewline $name...
|
H A D | memleak.test | 73 puts -nonewline memory-leak-test-$tail...
|
H A D | all.test | 89 puts -nonewline memory-leak-test...
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 111 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()
|