Searched refs:sprint_dashes (Results 1 – 5 of 5) sorted by relevance
59 buffer += gp.sprint_dashes()90 buffer += gp.sprint_dashes()
1308 def sprint_dashes(indent=dft_indent, width=80, line_feed=1, char="-"): function1444 buffer += sprint_dashes(indent)1447 buffer += sprint_dashes(indent, 6, 0) + " " + sprint_dashes(0, 73)1470 buffer += sprint_dashes(indent)1644 buffer += sprint_dashes(width=120, char="=")1660 buffer += sprint_dashes(width=120, char="=")
628 proc sprint_dashes { { indent 0 } { width 80 } { line_feed 1 } { char "-" } } {760 append buffer [sprint_dashes $indent $width $line_feed $char]765 append buffer [sprint_dashes $indent $width $line_feed $char]
199 buffer += "\n" + gp.sprint_dashes()203 buffer += gp.sprint_dashes() + "\n"
444 "\n" + gp.sprint_dashes(width=120) + gp.sprint_executing() + "\n"505 message = gp.sprint_dashes(width=120)