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