MCPcopy 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
93static void
94db_flush_line()
95{
96 db_lp = db_line;
97 db_endlp = db_line;
98}
99
100static int db_look_char = 0;
101

Callers 1

db_flush_lexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected