Lines Matching refs:zFirstCmd
2543 char *zFirstCmd = 0;2594 zFirstCmd = argv[i++];2693 if( zFirstCmd ){2696 if( zFirstCmd[0]=='.' ){2697 rc = do_meta_command(zFirstCmd, &data);2700 rc = shell_exec(data.db, zFirstCmd, shell_callback, &data, &zErrMsg);2705 fprintf(stderr,"Error: unable to process SQL \"%s\"\n", zFirstCmd);