Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ db_flush_line
Function
db_flush_line
freebsd/ddb/db_lex.c:93–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
static void
94
db_flush_line()
95
{
96
db_lp = db_line;
97
db_endlp = db_line;
98
}
99
100
static int db_look_char = 0;
101
Callers
1
db_flush_lex
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected