MCPcopy Create free account
hub / github.com/F-Stack/f-stack / db_skip_to_eol

Function db_skip_to_eol

freebsd/ddb/db_command.c:172–179  ·  view source on GitHub ↗

* Utility routine - discard tokens through end-of-line. */

Source from the content-addressed store, hash-verified

170 * Utility routine - discard tokens through end-of-line.
171 */
172void
173db_skip_to_eol(void)
174{
175 int t;
176 do {
177 t = db_read_token();
178 } while (t != tEOL);
179}
180
181/*
182 * Results of command search.

Callers 13

intel_drv.cFile · 0.85
db_watch.cFile · 0.85
db_search_cmdFunction · 0.85
db_commandFunction · 0.85
db_fncallFunction · 0.85
db_killFunction · 0.85
db_watchdogFunction · 0.85
db_stack_traceFunction · 0.85
db_write_cmdFunction · 0.85
db_script_cmdFunction · 0.85
db_unscript_cmdFunction · 0.85
debugnet_parse_ddb_cmdFunction · 0.85

Calls 1

db_read_tokenFunction · 0.85

Tested by

no test coverage detected