Searched refs:echoOn (Results 1 - 2 of 2) sorted by last modified time

/external/sqlite/dist/orig/
H A Dshell.c418 int echoOn; /* True to echo input commands */ member in struct:callback_data
1146 if( pArg && pArg->echoOn ){
1672 p->echoOn = booleanValue(azArg[1]);
2172 fprintf(p->out,"%9.9s: %s\n","echo", p->echoOn ? "on" : "off");
2518 if( p->echoOn ) printf("%s\n", zLine);
2944 data.echoOn = 1;
/external/sqlite/dist/
H A Dshell.c423 int echoOn; /* True to echo input commands */ member in struct:callback_data
1151 if( pArg && pArg->echoOn ){
1691 p->echoOn = booleanValue(azArg[1]);
2191 fprintf(p->out,"%9.9s: %s\n","echo", p->echoOn ? "on" : "off");
2537 if( p->echoOn ) printf("%s\n", zLine);
2963 data.echoOn = 1;

Completed in 90 milliseconds