Home
last modified time | relevance | path

Searched refs:line_feed (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dprint.tcl628 proc sprint_dashes { { indent 0 } { width 80 } { line_feed 1 } { char "-" } } {
642 set_var_default line_feed 1
645 append buffer [string repeat "\n" $line_feed]
759 set line_feed 1
760 append buffer [sprint_dashes $indent $width $line_feed $char]
765 append buffer [sprint_dashes $indent $width $line_feed $char]
H A Dgen_print.py1308 def sprint_dashes(indent=dft_indent, width=80, line_feed=1, char="-"): argument
1321 if line_feed: