Searched refs:add_history (Results 1 – 18 of 18) sorted by relevance
121 AC_TRY_LINK_FUNC([add_history], [ntp_lib_lineedit_history="yes"])129 [Define if your readline library has \`add_history'])
179 void add_history(char *p);196 add_history(char *p) in add_history() function320 add_history(buf); in sl_command_loop()
255 add_history(char *p) in add_history() function264 void add_history(char *);292 add_history(p); in cmdscanner()
48 add_history(p); in main()
50 add_history(expansion); in LLVMFuzzerTestOneInput()
48 add_history(line); in simple_readline()
33 export ADD_HISTORY=$TMPDIR/add_history.${TESTCASE_ID}
181 add_history(line); in ntp_readline()
100 add_history(cmd); in readline_cmd_handler()
170 int add_history(const char *);
438 #define lua_saveline(L,line) ((void)L, add_history(line))
1099 add_history(result); in history_expand()1531 add_history(const char *line) in add_history() function
383 add_history(h->line); in bc_history_line()
323 /* Define if your readline library has \`add_history' */
8354 char add_history ();8358 return add_history ();
763 /* Define if your readline library has \`add_history' */
17753 char add_history ();17757 return add_history ();
164 # define shell_add_history(X) add_history(X)