Home
last modified time | relevance | path

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

/NextBSD/contrib/sqlite3/
HDshell.c4777 char *zHistory = 0; in main() local
4793 if( (zHistory = malloc(nHistory))!=0 ){ in main()
4794 sqlite3_snprintf(nHistory, zHistory,"%s/.sqlite_history", zHome); in main()
4797 if( zHistory ){ shell_read_history(zHistory); } in main()
4799 if( zHistory ){ in main()
4801 shell_write_history(zHistory); in main()
4802 free(zHistory); in main()