MCPcopy Create free account
hub / github.com/F-Stack/f-stack / db_end_line

Function db_end_line

freebsd/ddb/db_output.c:389–394  ·  view source on GitHub ↗

* End line if too long. */

Source from the content-addressed store, hash-verified

387 * End line if too long.
388 */
389void
390db_end_line(int field_width)
391{
392 if (db_output_position + field_width > db_max_width)
393 db_printf("\n");
394}

Callers 2

db_examineFunction · 0.85
db_cmd_listFunction · 0.85

Calls 1

db_printfFunction · 0.85

Tested by

no test coverage detected