Searched refs:shell_add_history (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dshell.c76 # define shell_add_history(X) add_history(X) macro
85 # define shell_add_history(X) linenoiseHistoryAdd(X) macro
499 if( zResult && *zResult ) shell_add_history(zResult);
/external/sqlite/dist/
H A Dshell.c82 # define shell_add_history(X) add_history(X) macro
91 # define shell_add_history(X) linenoiseHistoryAdd(X) macro
505 if( zResult && *zResult ) shell_add_history(zResult);

Completed in 99 milliseconds