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

Function db_disable_pager

freebsd/ddb/db_output.c:243–247  ·  view source on GitHub ↗

* Turn off the pager. */

Source from the content-addressed store, hash-verified

241 * Turn off the pager.
242 */
243void
244db_disable_pager(void)
245{
246 db_maxlines = 0;
247}
248
249/*
250 * A simple paging callout function. It supports several simple more(1)-like

Callers 4

kern_ktr.cFile · 0.85
db_commandFunction · 0.85
db_command.cFile · 0.85
db_fncallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected