Searched defs:zHistory (Results 1 - 1 of 1) sorted by relevance

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

Completed in 60 milliseconds