Searched refs:echoOn (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/
H A Dshell.c.orig400 int echoOn; /* True to echo input commands */
1091 if( pArg && pArg->echoOn ){
1593 p->echoOn = booleanValue(azArg[1]);
2082 fprintf(p->out,"%9.9s: %s\n","echo", p->echoOn ? "on" : "off");
2289 if( p->echoOn ) printf("%s\n", zLine);
2653 data.echoOn = 1;
H A Dshell.c405 int echoOn; /* True to echo input commands */ member in struct:callback_data
1096 if( pArg && pArg->echoOn ){
1612 p->echoOn = booleanValue(azArg[1]);
2101 fprintf(p->out,"%9.9s: %s\n","echo", p->echoOn ? "on" : "off");
2308 if( p->echoOn ) printf("%s\n", zLine);
2672 data.echoOn = 1;

Completed in 74 milliseconds