Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dfuzzershell.c816 int lastPct = -1; /* Previous percentage done output */ in main() local
1013 lastPct = -1; in main()
1056 if( pct!=lastPct ){ in main()
1057 if( lastPct<0 ) printf("%s:", zPrompt); in main()
1059 lastPct = pct; in main()