MCPcopy 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

152db_expr_t db_radix = 16;
153
154void
155db_flush_lex(void)
156{
157 db_flush_line();
158 db_look_char = 0;
159 db_look_token = 0;
160}
161
162static int
163db_lex(int flags)

Callers 7

kern_sysctl.cFile · 0.85
db_search_cmdFunction · 0.85
db_commandFunction · 0.85
db_errorFunction · 0.85
db_fncallFunction · 0.85
db_stack_traceFunction · 0.85
db_lexFunction · 0.85

Calls 1

db_flush_lineFunction · 0.85

Tested by

no test coverage detected