Home
last modified time | relevance | path

Searched refs:SHELL_PROGRESS_ONCE (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c12271 #define SHELL_PROGRESS_ONCE 0x04 /* Cancel the --limit after firing once */ macro
13094 if( p->flgProgress & SHELL_PROGRESS_ONCE ) p->mxProgress = 0; in progress_handler()
20320 p->flgProgress |= SHELL_PROGRESS_ONCE; in do_meta_command()