HomeSort by relevance Sort by last modified time
    Searched refs:shell_add_history (Results 1 - 2 of 2) sorted by null

  /external/sqlite/dist/orig/
shell.c 76 # 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);
    [all...]
  /external/sqlite/dist/
shell.c 82 # 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);
    [all...]

Completed in 158 milliseconds