Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ db_flush_lex
Function
db_flush_lex
freebsd/ddb/db_lex.c:154–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
db_expr_t db_radix = 16;
153
154
void
155
db_flush_lex(void)
156
{
157
db_flush_line();
158
db_look_char = 0;
159
db_look_token = 0;
160
}
161
162
static int
163
db_lex(int flags)
Callers
7
kern_sysctl.c
File · 0.85
db_search_cmd
Function · 0.85
db_command
Function · 0.85
db_error
Function · 0.85
db_fncall
Function · 0.85
db_stack_trace
Function · 0.85
db_lex
Function · 0.85
Calls
1
db_flush_line
Function · 0.85
Tested by
no test coverage detected