Searched refs:add_history (Results 1 – 14 of 14) sorted by relevance
30 info->add_history = 0; in ss_release_readline()81 info->add_history = (void (*)(const char *)) in ss_get_readline()
100 if (info->add_history) in ss_listen()101 (*info->add_history)(line); in ss_listen()
69 void (*add_history)(const char *); member
78 new_table->add_history = 0; in ss_create_invocation()
148 int add_history(const char *);
100 add_history(cmd); in readline_cmd_handler()
129 add_history(expansion); in main()
245 add_history (command_line); in parser()
73 add_history (line_read); in xmlShellReadline()
802 add_history (line_read); in xmlShellReadline()
999 add_history(result); in history_expand()1382 add_history(const char *line) in add_history() function
76 # define shell_add_history(X) add_history(X)
1893 if (len > 0) add_history(s); in extend_inputline()
82 # define shell_add_history(X) add_history(X)