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

Function db_enable_pager

freebsd/ddb/db_output.c:230–238  ·  view source on GitHub ↗

* Turn on the pager. */

Source from the content-addressed store, hash-verified

228 * Turn on the pager.
229 */
230void
231db_enable_pager(void)
232{
233 if (db_maxlines == 0) {
234 db_maxlines = db_lines_per_page;
235 db_newlines = 0;
236 db_pager_quit = 0;
237 }
238}
239
240/*
241 * Turn off the pager.

Callers 1

db_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected