Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sqlite/
H A Dshell.c1341 char *zHistory = 0; in main() local
1348 if( zHome && (zHistory = malloc(strlen(zHome)+20))!=0 ){ in main()
1349 sprintf(zHistory,"%s/.sqlite_history", zHome); in main()
1351 if( zHistory ) read_history(zHistory); in main()
1353 if( zHistory ){ in main()
1355 write_history(zHistory); in main()