Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
389
void
390
db_end_line(int field_width)
391
{
392
if (db_output_position + field_width > db_max_width)
393
db_printf(
"\n"
);
394
}
Callers
2
db_examine
Function · 0.85
db_cmd_list
Function · 0.85
Calls
1
db_printf
Function · 0.85
Tested by
no test coverage detected