Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c121 # define shell_add_history(X) add_history(X) macro
130 # define shell_add_history(X) linenoiseHistoryAdd(X) macro
645 if( zResult && *zResult ) shell_add_history(zResult); in one_input_line()
/external/sqlite/dist/
Dshell.c127 # define shell_add_history(X) add_history(X) macro
136 # define shell_add_history(X) linenoiseHistoryAdd(X) macro
651 if( zResult && *zResult ) shell_add_history(zResult); in one_input_line()